Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Instrukcja Użytkownika Strona 19

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 39 40

Komentarze do niniejszej Instrukcji

Brak uwag