Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Bedienungsanleitung Seite 19

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 40
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 18
dim productType
dim strADSKSNPrefix
dim strADSKSNNumber
dim strADSKProdKey
dim strLocale
dim strACADStandaloneNetworkType
dim strADSKLicenseServerType
dim strADSKLicenseType
dim strADSKServerName
dim strADSKServerPath
dim strADSKServerHostID
dim strADSKPath
dim strSourcePath
'
' Script initialization
Set shell = CreateObject("WScript.Shell")
productType = "ACAD"
' Serial Number information
strADSKSNPrefix = "123"
strADSKSNNumber = "12345678"
strADSKProdKey="ABCDE"
'Locale information, for example en-US = US English, de-DE
= Deutchland German, ja-JP = Japan Japanese
strLocale="en-US" ' en-US, de-DE, ja-JP
'
' Source to install from (e.g. D: is assumed to be Install
Media)
strSourcePath = "D:\"
'
' Destination to install to
strADSKPath =
Shell.ExpandEnvironmentStrings("%ProgramFiles%") +
"\Autodesk\" + "AutoCAD 2012"
If strLocale <> "" Then strADSKPath = strADSKPath + " " +
strLocale
strADSKPath = strADSKPath + "\"
' Uncomment the relevant version of your installation -
Default is Standalone
' For Standalone
RunStandaloneInstall()
'
Alternative Distribution Methods | 13
Seitenansicht 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 39 40

Kommentare zu diesen Handbüchern

Keine Kommentare