Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Instalační příručka Strana 87

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 130
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 86
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
Zobrazit stránku 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 129 130

Komentáře k této Příručce

Žádné komentáře