How To Deploy Flowace Silent App Using Microsoft Intune?
What we are doing in Intune (high level)
We will configure the following:
- Deploy Flowace MSI → Device (machine) context
- Deploy machine-level registry keys (HKLM) → Using Intune Configuration Profile
Deploy Flowace MSI
Step 1: Login To Intune Admin Center
- Open your browser
- Go to: https://endpoint.microsoft.com
- Sign in with your Intune Admin account

Step 2: Add A New Application
- Left menu → Apps
- Click All apps
- Click + Add

Step 3: Select App Type
- Under Select app type
- Choose Windows app (Win32).
- Click Select
Win32 is required for MSI or EXE deployments in Intune.

Step 4: Upload The Flowace MSI
Download the MSI First:
The installer must be converted into .intunewin format before uploading to Intune. You just need to use IntuneWinAppUtil.exe to convert the MSI/EXE file into a .intunewin package.
Command:
IntuneWinAppUtil.exe -c "Path of MSI" -s Setup.msi -o "Path of MSI"- Click Select app package file
- Browse and select **Setup.intunewin **
- Click OK

Step 5: Configure App Information
Fill the following fields:
- Name: Flowace
- Description: Flowace Installer
- Publisher: Flowace
- Click Next

Program

Click on next.
Requirements
Set:
- Operating system architecture: 64-bit
- Minimum OS: Windows 10 1607
Click Next
Detection Rules
Add detection rule
Key Path - REG ADD HKEY_CURRENT_USER\SOFTWARE\Classes\flowace
Value - companyname.flowace.in
Detection Method - Value exists
Click OK

Assign to Devices
Assign to Device group
Assignments → Required → Add device group
Click Next → Create
✅ Flowace MSI will now install silently at machine level
Deploy Registry Keys via Intune (Machine Level)
Deploy machine-level registry keys (HKLM) → Using Intune Configuration Profile
Push your HKLM Active Setup keys.
Step 1: Create Configuration Profile
- Go to Configuration Profiles
Devices → Windows → Configuration profiles → Create profile
- Platform & Profile
- Platform: Windows 10 and later
- Profile type: Templates
- Template: Custom
Click Create
- Name the Profile
- Name: Flowace – Machine Level Registry
- Description: Active Setup & Origin mapping
Click Next
Step 2:Add Registry Entries
Each registry entry is added individually.
Intune → Devices → Windows → Configuration profiles → Custom → Basics

Fill Basics Page

Configuration settings .
click on Add.

Flowace Auto Install
Entry 1 – Default Value
- Name: FlowaceAutoInstall_Default
- OMA-URI: ./Device/Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Active Setup/Installed Components/FlowaceAutoInstall/@
- Data type: String
- Value: Flowace
Entry 2 – Version
- Name: FlowaceAutoInstall_Version
- OMA-URI: ./Device/Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Active Setup/Installed Components/FlowaceAutoInstall/Version
- Data type: String
- Value: 17,1,8
Entry 3 – StubPath
- Name: FlowaceAutoInstall_StubPath
- OMA-URI: ./Device/Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Active Setup/Installed Components/FlowaceAutoInstall/StubPath
- Data type: String
- Value: cmd.exe /c "C:\Program Files (x86)\Flowace (x64) Installer\Flowace.exe" --silent
Flowace Origin Mapping
Entry 1 - Default Value
- Name: FlowaceOrigin_Default
- OMA-URI: ./Device/Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Active Setup/Installed Components/FlowaceOrigin/@
- Data type: String
- Value: FlowaceOrigin
Entry 2 – Version
- Name: FlowaceOrigin_Version
- OMA-URI: ./Device/Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Active Setup/Installed Components/FlowaceOrigin/Version
- Data type: String
- Value: 17,1,8
Entry 3 – StubPath
- Name: FlowaceOrigin_StubPath
- OMA-URI: ./Device/Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Active Setup/Installed Components/FlowaceOrigin/StubPath
- Data type: String
- Value: REG ADD "HKEY_CURRENT_USER\SOFTWARE\Classes\flowace" /v flowace_origin /d "companyname.flowace.in" /f
Click on Next
Under assignment select the Device group.
Assign Profile
Assign to the same device group used for MSI.
Click Create
Registry keys will be written to HKLM and executed via Active Setup
Updated on: 17/02/2026
Thank you!