Installation guide

Table Of Contents
The sample scripts in this section are based on Microsoft Scripting Engine
5.6, which works with both VBScripts and JavaScript. If you don't have
the scripting engine installed, you can download it for free from the
Microsoft website at www.msdn.microsoft.com/scripting. Sample scripts and
Help files are also available there for download.
Administrative permissions
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 2011 - English
option explicit
'
74 | Chapter 4 Distributing an Autodesk Program