Main menu
One Net Business
One Net Business
Administration
System requirements
Requirements for One Net Business applications
Requirements for One Net Business applications
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 >
Use the command line options to control the installation process:
To install the MicrosoftOutlook integration, use ENABLE_OUTLOOK_PRESENCE=1
.
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:
To run the silent installation, use /quiet
.
msiexec.exe /i "C:\UCOne.msi" /quiet
To specify the installation directory, use INSTALL_ROOT
.
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
.
msiexec.exe /i "C:\UCOne.msi" ALLUSERS=1
To turn off the default "Run this program when the system starts" option, use NOSTART=1
.
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
.
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
.
msiexec.exe /i /x "C:\UCOne.msi" /quiet
Talk to the One Net Business administrator in your company. They understand your system best.
Only for One Net Business administrators: contact us if you have any questions.
Did you find this article useful?
Yes
No
Thanks for your feedback.