Specifications
retString = retString & "ACADSERIALNUMBER=" &
strADSKSNNumber & " "
retString = retString & "ADLM_PRODKEY=" & strADSKProdKey
& " "
retString = retString & "InstallLevel=5 "
DefaultCommand = retString & " "
end function
'
Function MakeCommand
dim retString
retString = DefaultCommand() & " "
retString = retString & "ACADSTANDALONENETWORKTYPE=" & """"
& strACADStandaloneNetworkType & """" & " "
retString = retString & "ACADLICENSESERVERTYPE=" & """" &
strADSKLicenseServerType & """" & " "
retString = retString & "ACADLICENSETYPE=" & """" &
strADSKLicenseType & """" & " "
retString = retString & "ACADSERVERPATH=" & """" &
strADSKServerPath & """" & " "
MakeCommand = retString
end function
Use Switches and Flags in Scripts
The following table lists a few of the switches and flags that are relevant to
installation. Individual products use others that reflect their installation data
and process.
NOTE You must set the installation switch to INSTALLDIR=. If this is not done,
other programs such as the License Transfer Utility are not installed.
Switches in Installation Scripts
DescriptionSwitch
Specifies the location to install the product.INSTALLDIR=
Specifies the digits that precede the hyphen in the
serial number.
ACADSERIALPREFIX=
Alternative Distribution Methods | 15