Command line arguments for Wellnomics App - Install Process

Modified on Fri, 11 Aug 2023 at 09:01 AM

The Wellnomics App installer provides comprehensive support for standard command line arguments, which are thoroughly detailed on the Inno Setup website.


By default, the installer deploys to %localappdata%/Wellnomics/ for the current user and does not necessitate administrative privileges. However, the installer provides the flexibility to modify this behavior by using three primary command line arguments:


/ALLUSERS: Using this argument alters the installation directory to C:\Program Files, and the Start menu and start-up entries will apply to all users. Please note that executing this command will require administrative privileges. It's important to be aware that when this argument is applied, the auto-update feature, which allows the server to upgrade the application, will be unavailable.


/VERYSILENT: This argument facilitates a silent installation process, rendering the installer's user interface invisible during the process. This can be useful in an enterprise setting or when you want to automate the installation process.


/NORUN: This argument prevents the Wellnomics App from launching automatically after a silent installation. To implement this, append the /verysilent install command with the /norun command line parameter. This can be particularly useful if you want to control when the application starts or if additional configuration steps are necessary after the installation but before the first run.


Below are some examples illustrating how the command line arguments can be used with the Wellnomics installer.


Silent Installation for All Users:

In this example, the installer will silently install the Wellnomics Client for all users, requiring administrative privileges for execution:

Wellnomics-x64-Bespoke.exe /ALLUSERS /VERYSILENT


Silent Installation for Current User:

The following command will silently install the Wellnomics Client for the current user without requiring administrative privileges:

Wellnomics-x64-Bespoke.exe /VERYSILENT


Silent Installation for All Users without Auto-Run:

This command will silently install the Wellnomics Client for all users and prevent the application from running automatically after the installation:

Wellnomics-x64-Bespoke.exe /ALLUSERS /VERYSILENT /NORUN



Remember to replace "Wellnomics-x64-2.3.0.5739-Bespoke.exe" with the actual installer filename you are using.


By leveraging these command line arguments, you can customize the installation process to meet your specific needs. As always, should you encounter any difficulties, our support team stands ready to assist you.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article