How to install and uninstall Flowace silent App on Windows via Command Prompt, Desktop Central, or Intune?
Step 1: Download the Windows Silent App
Log in to the platform.
Click on your name in the top-right corner of the screen.

Click on Download.

Choose Silent Mode from the options.

Click on the Windows.

Step 2: Install the Windows Silent App
Standalone Installation
Open the command Prompt.

Copy and paste the following lines of command into the command prompt and enter. ( Note : Enter your company name in the copied command )

powershell -Command "Invoke-WebRequest -Uri 'https://s3.ap-southeast-1.amazonaws.com/updates.windows.squirrel.stealth.generic/download/release/installer.bat' -OutFile 'installer.bat'; if (Test-Path 'installer.bat') { & .\installer.bat companyname 17.1.1; Remove-Item 'installer.bat' }"


Make sure that the following registry entry is present for every user in HKCU i.e. HKEY_CURRENT_USER, You may use the following command to create key.
REG ADD HKEY_CURRENT_USER\SOFTWARE\Classes\flowace /v flowace_origin /d "companyname.flowace.in"
Mass Installation ( via Command Prompt, Desktop Central, or Intune )
Copy the command from the platform.

Add the copied command to the respective mass installation tool and Enter to proceed for the Installation.
powershell -Command "Invoke-WebRequest -Uri 'https://s3.ap-southeast-1.amazonaws.com/updates.windows.squirrel.stealth.generic/download/release/installer.bat' -OutFile 'installer.bat'; if (Test-Path 'installer.bat') { & .\installer.bat companyname 17.1.1; Remove-Item 'installer.bat' }"
Make sure that the following registry entry is present for every user in HKCU i.e. HKEY_CURRENT_USER, You may use the following command to create key.
REG ADD HKEY_CURRENT_USER\SOFTWARE\Classes\flowace /v flowace_origin /d "companyname.flowace.in"
Note : Please run the above commands by creating a batch file for Mass Installation.
How to create a .bat file
Open a text editor like Notepad, write your commands, and save the file with a .bat extension.
Step 3: Verify the App Installation
To verify the application installation status on the web platform, navigate to Data Visuals >> Silent App Tracking >> Inactive Computers on the web platform.

Enter the User email for mapping.

After completing the above steps, refresh the page and verify the mapping status under Computers.

Updated on: 19/05/2025
Thank you!