Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Uživatelský manuál Strana 19

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 40
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 39 40

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

Žádné komentáře