Silent installation guide (for advanced users only) Follow
You can install Revizto from Microsoft Windows command line using Microsoft msiexec utility.
In the following scenarios, remove the current Revizto version before installing a new one:
- Your Revizto version is 5.5 or earlier and you want to install a build with the same major version (4.x or 5.x)
- Your Revizto version is 5.6 or later and you want to install a new version with a different installation type ("for the current user" instead of "for all users," or vice versa).
For details, see msiexec help and the following sections:
Syntax
In addition to the standard msiexec parameters, you can use Revizto-specific parameters in the following format:
PARAMETER="value"
The parameter names are case-sensitive. Enclose the values in straight quotation marks and do not add spaces before or after the equal sign.
The following table lists Revizto-specific parameters. For usage examples, see Examples.
Parameter | Description | Default value |
PROXY_IS_ON |
Use a proxy server to access Revizto server. Available values:
If you set this parameter to "true", the HOST parameter is required. |
false |
HOST | Proxy server name or IP address. |
N/A If you skip this parameter, Revizto will not use a proxy server. |
PORT | Proxy server port number. | 0 |
PROXYUSERNAME | Proxy server username. | A blank string. |
PASSWORD | Proxy server password. | A blank string. |
PLUGINS |
Comma-separated list of plug-ins that you want to install. Available values:
|
The full set of plug-ins. |
UPDATES_DISABLE |
Disable the check for updates at Revizto startup. Available values:
|
false |
NOICONS |
Disable creation of desktop shortcuts for Revizto components. Available value:
|
If you skip this parameter, the installer creates the "Revizto" and "Revizto Export Scheduler" shortcuts. |
Examples
Installation with default parameters
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "log.log"
Installation with proxy server setup
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "log.log" PROXY_IS_ON="true" HOST="192.168.1.1" PORT="1345" PROXYUSERNAME="username" PASSWORD="123"
Installation with specific plug-ins (Revit and Navisworks)
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "D:\Temp\log.log" PLUGINS="revit,navisworks"
Installation with updates disabled
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "D:\Temp\log.log" UPDATES_DISABLE="true"
Installation that does not create desktop shortcuts
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "D:\Temp\log.log" NOICONS="true"
Comments
0 comments
Please sign in to leave a comment.