inFlow Cloud Silent Install (How-To Guide)

inFlow Cloud is an all-in-one inventory management software. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of inFlow Cloud from the command line using the EXE installer.

How to Install inFlow Cloud Silently

inFlow Cloud Silent Install (EXE)

  1. Navigate to: https://app.inflowinventory.com/download/windows
  2. Download the inFlowCloudInstaller.exe to a folder created at (C:\Downloads)
  3. Manually launch the inFlowCloudInstaller.exe
  4. Wait until you see the prompt to accept the license agreement
  5. Browse to: “%LocalAppData%\Temp\{733A1680-3DA6-41E3-9900-36E5F3B76288}\.ba” (GUID may vary based on version)
  6. Open the BootstrapperApplicationData.xml with Notepad or your favorite editor
  7. Search for BootstrapperApplicationData.xml for the DownloadUrl links to the following installs:
  8. Exit & Close the inFlow Cloud install wizard
  9. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  10. Navigate to the C:\Downloads folder
  11. Enter the following commands:
vc2015_redist.x86.exe /install /quiet /norestart
vc2015_redist.x64.exe /install /quiet /norestart
MsiExec.exe /i CRRuntime_1306_x86.msi /qn
MsiExec.exe /i CRRuntime_1306_x64.msi /qn
inFlowCloudSetup_x.y.z.exe -s

After a few moments you should see the inFlow Cloud Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:inFlow Cloud
Vendor:Archon Systems Inc.
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch (Step1)vc2015_redist.x86.exe /install /quiet /norestart
Silent Install Switch (Step2)vc2015_redist.x64.exe /install /quiet /norestart
Silent Install Switch (Step3)MsiExec.exe /i CRRuntime_1306_x86.msi /qn
Silent Install Switch (Step4)MsiExec.exe /i CRRuntime_1306_x64.msi /qn
Silent Install Switch (Step5)inFlowCloudSetup_x.y.z.exe -s
Silent Uninstall Switch:"%LocalAppData%\inFlowCloud\Update.exe" --uninstall -s
Download Link:https://app.inflowinventory.com/download/windows
PowerShell Script:https://silentinstallhq.com/inflow-cloud-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-inflow-cloud-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website.


How to Uninstall inFlow Cloud Silently

Check out the following posts for a scripted solution:

inFlow Cloud Install and Uninstall (PowerShell)
inFlow Cloud Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter the following command:

inFlow Cloud Silent Uninstall (EXE)

"%LocalAppData%\inFlowCloud\Update.exe" --uninstall -s

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts