How to install/uninstall Flowace silent at the MACHINE LEVEL for MULTIPLE USERS on Windows via Command Prompt, Desktop Central, or Intune
MASS DEPLOYMENT
Step 1:
Note:
Please do not install the application manually. Install through the following steps using cmd
Download the setups as per your system specifications (64 Bit or 32 Bit)
- Flowace MSI installer 64 bit
- Flowace MSI installer 32 bit
Either you are deploying via CMD prompt or using any kind of mass deployment tool like Desktop Central/Intune, you may using following command to deploy:
> msiexec /qb! /i Setup.msi
The above step will install at machine level, so whenever any new user logins to that particular machine, it will get installed for that user in his/her user profile.
Step 2:
When deploying software, whether through CMD prompt or using a mass deployment tool like Desktop Central/Intune, you can use the following command to deploy:
msiexec /qb! /i setup.msi
- This command will install the software at the machine level so that whenever a new user logs in to that particular machine, the software will be installed for that user in their user profile.
- To make sure that registry entry is present for every users in HKCU i.e HKEY_CURRENT_USER, follow the below step:
Step 3:
- Use the following command to create a key:
REG ADD HKEY_CURRENT_USER\SOFTWARE\Classes\flowace /v flowace_origin /d "companyname.flowace.in"
Note: Origin must be your Flowace web platform address.
Ex – https://demo.flowace.in/ then your ORIGIN=”demo.flowace.in”
Step 4:
To remove the Flowace Icon from the application section and Control panel run the bellow mentioned command:
>REG DELETE "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Flowace" /f
Step 5:
After completing this, please follow the below steps to do the mapping.
- 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.
For uninstallation enter the below command:
- Open the command prompt and copy the lines of code provided below.
msiexec /x Setup.msi
%LOCALAPPDATA%\Flowace\Update.exe --uninstall
REG DELETE HKEY_CURRENT_USER\SOFTWARE\Classes\flowace /f)
Updated on: 03/07/2025
Thank you!