Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Manual de usuario Pagina 19

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 40
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 39 40

Comentarios a estos manuales

Sin comentarios