Installation guide

Table Of Contents
Function MakeCommand
dim retString
retString = DefaultCommand() & " "
retString = retString & "ACADSTANDALONENETWORKTYPE=" & """" &
strACADStandaloneNetworkType & """" & " "
retString = retString & "ACADLICENSESERVERTYPE=" & """" & strADSK
LicenseServerType & """" & " "
retString = retString & "ACADLICENSETYPE=" & """" & strADSKLicense
Type & """" & " "
retString = retString & "ACADSERVERPATH=" & """" & strADSKServer
Path & """" & " "
MakeCommand = retString
end function
Use Switches and Flags in Scripts
The following table lists all of the switches and flags that are relevant to
installation.
NOTE You must set the installation switch to INSTALLDIR=. If this is not done,
programs that run outside AutoCAD (such as the License Transfer utility) are not
installed.
Switches in Installation Scripts
DescriptionSwitch
Specifies the location to install the product.INSTALLDIR=
Specifies the numbers that precede the hyphen
in the serial number.
ACADSERIALPREFIX=
Specifies the serial number.ACADSERIALNUMBER=
Specifies the type of installation: 3=TypicalINSTALLLEVEL=
Specifies the first name personalization.ACADFIRSTNAME=
Specifies the last name personalization.ACADLASTNAME=
Specifies the company name.ACADORGANIZATION=
Use Switches and Flags in Scripts | 79