Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Installationsanleitung Seite 87

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 130
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 129 130

Kommentare zu diesen Handbüchern

Keine Kommentare