2011
Table Of Contents
- Contents
- Maya Installation Guide
- Quick Start to Maya Installation
- Maya Installation
- Stand-Alone Installation
- Network Administration and Deployment
- Distributing an Autodesk Program
- Install mental ray for Maya satellite
- Installation Troubleshooting
- General Installation Issues
- How can I check my graphics card driver to see if it needs to be updated?
- What is the text editor used for?
- What is the difference between a stand-alone license and a network license?
- What is the benefit of using a network licensed version of the software?
- How do I access my documentation?
- What is SAMreport-Lite?
- Deployment Issues
- Networking Issues
- Uninstall and Maintenance Issues
- General Installation Issues
- Glossary of Installation Terms
- Autodesk Licensing Guide
- Stand-Alone Licensing Guide
- Network Licensing Guide
- Network Licensing
- Plan Your Network Licensing
- Network License Manager
- Network License Tools
- Network Licensing FAQs
- What is the difference between a stand-alone license and a network license?
- What is the benefit of using a network licensed version of the software?
- How do I switch my license from stand-alone to network or network to stand-alone?
- How do I change the license server information I entered during the installation?
- What is Internet Explorer used for?
- Where can I find more information on troubleshooting network licensing?
- Glossary of Licensing Terms
- Index
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