2011

Table Of Contents
In order for Maya to run properly, the following software and prerequisites
must be installed and met on the computer where the program is being
installed:
Microsoft Internet Explorer version 6.0 Service Pack 1 or later (You can
download Microsoft Internet Explorer from the Microsoft website by visiting
www.microsoft.com)
Microsoft Scripting Engine
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 AutoCAD LT
' Scripted installation for AutoCAD LT 2011
option explicit
'
40 | Chapter 2 Maya Installation