Autodesk Design Suite 3D Installation Guide - Page 56

Sample Installation Batch Files, Stand-Alone License - standard 2013

Page 56 highlights

are connected to a network. These files are also useful for installing service packs, extensions, and object enablers on a network. The batch file consists of one or 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 installation media or network location. In order for your Autodesk product to run properly, you must have Administrator permissions on the computer where the program is being installed. Sample Installation Batch Files The sample batch files in this section install AutoCAD in typical configurations for stand-alone or network licensed versions. To make it easy to copy this sample batch file and substitute your own information, the same names are used throughout for variables. Notes is the drive letter where the media is mounted or the setup.exe file is stored Install options used here include /t (setup is executed by script) and /qb (display a basic user interface). Others such as /w (log nonfatal warnings) are defined for Microsoft Msiexec command line, and documented on the MS TechNet website. is the first 3 digits of the serial number is the last 8 digits of the serial number is the Product Key is the IETF language tag, for example en-US for English-United States is the ISO 3166-1 alpha-2 standard for the country for example US = United States Stand-Alone License \setup.exe /t /qb /language /c ACAD: INSTALLDIR="%programFiles%\Autodesk\AutoCAD 2013" ACADSERIALPREFIX=ACADSERIALNUMBER= 50 | Chapter 3 Network Administration Guide

  • 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
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138

are connected to a network. These files are also useful for installing service
packs, extensions, and object enablers on a network.
The batch file consists of one or 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 installation media or network location.
In order for your Autodesk product to run properly, you must have
Administrator permissions on the computer where the program is being
installed.
Sample Installation Batch Files
The sample batch files in this section install AutoCAD in typical configurations
for stand-alone or network licensed versions. To make it easy to copy this
sample batch file and substitute your own information, the same names are
used throughout for variables.
Notes
<mediaDriveLetter> is the drive letter where the media is mounted or the
setup.exe
file is stored
Install options used here include /t (setup is executed by script) and /qb (display
a basic user interface). Others such as /w (log nonfatal warnings) are defined
for Microsoft Msiexec command line, and documented on the MS TechNet
website.
<SerialPrefix> is the first 3 digits of the serial number
<SerialPostFix> is the last 8 digits of the serial number
<ProdKey> is the Product Key
<lang> is the IETF language tag, for example en-US for English-United States
<eula_lang> is the ISO 3166-1 alpha-2 standard for the country for example
US = United States
Stand-Alone License
<mediaDriveLetter>\setup.exe /t /qb /language <lang> /c
ACAD: INSTALLDIR="%programFiles%\Autodesk\AutoCAD 2013"
ACADSERIALPREFIX=<SerialPrefix>ACADSERIALNUMBER=<SerialPostFix>
50
| Chapter 3
Network Administration Guide