Autodesk 22906-010000-9325 Network Guide - Page 56

A Sample Installation Script, Appendix A, Use Scripts to Deploy the Program

Page 56 highlights

more commands, as well as command switches that specify options, and flags that modify the options. An installation script also contains path names. An installation script points to the location of the product's setup.exe file. You must point to the setup.exe file on your product disc. For example: Autodesk product CDROM1\setup.exe A Sample Installation Script The sample script in this section installs the program in a typical configuration. To make it easy to copy this sample script and substitute your own information, the same names are used throughout for variable items. The log file name is based on the product being installed. You can either use the log file name in the script or change it to something else. Serial number prefix: 123 Serial number: 12345678 First name: My First Name Last name: My Last Name Organization: Organization A sample script for a silent installation of this program uses the syntax shown in this section. Scripted installation for the AutoCAD ' Scripted installation for AutoCAD 2010 - English option explicit ' 50 | Appendix A Use Scripts to Deploy the Program

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104

more commands, as well as command switches that specify options, and flags
that modify the options. An installation script also contains path names.
An installation script points to the location of the product's
setup.exe
file. You
must point to the
setup.exe
file on your product disc. For example:
Autodesk product CDROM1\setup.exe
A Sample Installation Script
The sample script in this section installs the program in a typical configuration.
To make it easy to copy this sample script and substitute your own information,
the same names are used throughout for variable items. The log file name is
based on the product being installed. You can either use the log file name in
the script or change it to something else.
Serial number prefix: 123
Serial number: 12345678
First name: My First Name
Last name: My Last Name
Organization: Organization
A sample script for a silent installation of this program uses the syntax shown
in this section.
Scripted installation for the AutoCAD
' Scripted installation for AutoCAD 2010 - English
option explicit
'
50
| Appendix A
Use Scripts to Deploy the Program