Silent installation guide (for advanced users only) Follow
Default installation (Basic silent installation)
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "log.log" |
Available arguments list
- PROXY_IS_ON="true" – proxy turn ON
- HOST="0.0.0.0" – proxy host
- PORT="1234" – proxy port
- USERNAME="username" – proxy username
- PASSWORD="password" – proxy password
- PLUGINS="revit, navisworks" – plug-in to install selector
- UPDATES_DISABLE="true" – disable update notification
- ALLUSERS=”1”- installation for all users on this computer (per machine). Administrator rights are required.
- MSIINSTALLPERUSER=”1” – installation for a current user (per user)
Proxy installation (Installation with setting up proxy server settings)
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" USERNAME="username" PASSWORD="123" |
All arguments have solid structure: CAPITAL letters, equal sign “=” without space and target value.
PROXY_IS_ON=”true” / “false” – proxy turn ON / OFF
HOST=” IP address” – proxy host
PORT=”port” – proxy port
USERNAME=”###” – login
PASSWORD=”###” – password
Selective plugin installation
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "D:\Temp\log.log" PLUGINS=”revit, navisworks”
PLUGINS argument has a solid structure: CAPITAL letters, equal sign “=” without space and the target value (plug-ins from the list).
All plugins will be installed by default, but you can select specific if needed.
Available plug-in list:
- revit
- navisworks
- sketchup
- archicad
- autocad
Updates disable function
msiexec /i "Revizto(x64)-4.1.35613.msi" /q /qn /l*v "D:\Temp\log.log" UPDATES_DISABLE=”true”
UPDATES_DISABLE=”true” / “false” – auto-updater turn ON / OFF
Comments
0 comments
Please sign in to leave a comment.