Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Manual do Utilizador Página 21

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 20
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
Vista de página 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 39 40

Comentários a estes Manuais

Sem comentários