Installing the One Net app for multiple PC users
If you want to install the One Net app for multiple PC users in your organisation, download the MSI installation file and use the command line options to control the installation process.
Check that your operating system is compatible with the One Net app
Command line options
Use the command line options to control the installation process:
- Install the Microsoft®Outlook® integration
- Run the installation as silent
- Specify the installation directory
- Run the installation for all users of a given PC
- Disable the default autostart option
- Create a desktop shortcut
- Run the uninstallation as silent

To install the MicrosoftOutlook integration, use ENABLE_OUTLOOK_PRESENCE=1
.
Example
msiexec.exe /i "C:\UCOne.msi" ENABLE_OUTLOOK_PRESENCE=1

Before running the silent installation, close any other programs, especially Microsoft Outlook.
When you run the silent installation:
- The autostart option is disabled.
- No desktop shortcut is added.
To run the silent installation, use /quiet
.
Example
msiexec.exe /i "C:\UCOne.msi" /quiet

To specify the installation directory, use INSTALL_ROOT
.
Example
msiexec.exe /i "C:\UCOne.msi" INSTALL_ROOT="C:\Program Files\Test"

To install the One Net app for all users of a given PC, use ALLUSERS=1
.
Example
msiexec.exe /i "C:\UCOne.msi" ALLUSERS=1

To turn off the default "Run this program when the system starts" option, use NOSTART=1
.
Example
msiexec.exe /i "C:\UCOne.msi" NOSTART=1

If you run the MSI installer with the default “Run this program when system starts” option enabled, users won't be able to change this setting.

To create a desktop shortcut, use DESKTOP_SHORTCUT=1
.
Example
msiexec.exe /i "C:\UCOne.msi" DESKTOP_SHORTCUT=1

Before running the silent uninstallation, close any other programs, especially Microsoft Outlook.
To run the silent uninstallation, use /quiet
.
Example
msiexec.exe /i /x "C:\UCOne.msi" /quiet
Can't find what you're looking for?

Your One Net Business administrator
Talk to the One Net Business administrator in your company. They understand your system best.

Contact us
Only for One Net Business administrators: contact us if you have any questions.