2019年5月8日 星期三

Examples of Revit Installation Commands


When installing the software from the command line, refer to these examples.
The following examples use these placeholder values:
  • <Serial-Prefix>: first 3 digits of the serial number
  • <Serial-Postfix>: last 8 digits of the serial number
  • <License-Server>: name of your local network license server
  • <Product-Key>: product key for the software
Note: The following example commands are word-wrapped to increase legibility. When using these commands, place them on a single line.

Trial mode

setup.exe /t /qb /w /language en-us /c RCL: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
CP_PREFERENCE=RVT-en-US-i CP_SELECTED="RVT-en-US-i;RVT-en-US-m"
setup.exe /t /qb /w /language en-us /c RVT: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
ADLM_EULA_COUNTRY=US INSTALLLEVEL=5

Stand-alone license

setup.exe /t /qb /w /language en-us /c RCL: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
CP_PREFERENCE=RVT-en-US-i CP_SELECTED="RVT-en-US-i;RVT-en-US-m"
setup.exe /t /qb /language en-us /c RVT: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
ACADSERIALPREFIX=<Serial-Prefix> ACADSERIALNUMBER=<Serial-Postfix> ADLM_PRODKEY=<Product-Key> 
ADLM_EULA_COUNTRY=US INSTALLLEVEL=5

Single network license

setup.exe /t /qb /w /language en-us /c RCL: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
CP_PREFERENCE=RVT-en-US-i CP_SELECTED="RVT-en-US-i;RVT-en-US-m"
setup.exe /t /qb /language en-us /c RVT: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
ACADSERIALPREFIX=<Serial-Prefix> ACADSERIALNUMBER=<Serial-Postfix> ADLM_PRODKEY=<Product-Key> 
ADLM_EULA_COUNTRY=US INSTALLLEVEL=5 ACADSTANDALONENETWORKTYPE="3" 
ACADLICENSESERVERTYPE="Single Server License" ACADLICENSETYPE="Network License" 
ACADSERVERPATH="<License-Server> 000000000000"

Distributed network license

setup.exe /t /qb /w /language en-us /c RCL: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
CP_PREFERENCE=RVT-en-US-i CP_SELECTED="RVT-en-US-i;RVT-en-US-m"
setup.exe /t /qb /language en-us /c RVT: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
ACADSERIALPREFIX=<SerialPrefix> ACADSERIALNUMBER=<SerialPostfix> ADLM_PRODKEY=<Product-Key> 
ADLM_EULA_COUNTRY=US INSTALLLEVEL=5 ACADSTANDALONENETWORKTYPE="3" 
ACADLICENSESERVERTYPE="Distributed Server License" ACADLICENSETYPE="Network License" 
ACADSERVERPATH="@<License-Server1>;@<License-Server2>;@<License-Server3>;"

Redundant network license

setup.exe /t /qb /w /language en-us /c RCL: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
CP_PREFERENCE=RVT-en-US-i CP_SELECTED="RVT-en-US-i;RVT-en-US-m"
setup.exe /t /qb /language en-us /c RVT: INSTALLDIR="%PROGRAMFILES%\Autodesk" 
ACADSERIALPREFIX=<Serial-Prefix> ACADSERIALNUMBER=<Serial-Postfix> 
ADLM_PRODKEY=<Product-Key> ADLM_EULA_COUNTRY=US INSTALLLEVEL=5 ACADSTANDALONENETWORKTYPE="3" 
ACADLICENSESERVERTYPE="Redundant Server License" ACADLICENSETYPE="Network License" 
ACADSERVERPATH="@<License-Server1> 000000000000 27005;@<License-Server2> 000000000000 27005;
@<License-Server3> 000000000000 27005;"

沒有留言:

張貼留言