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
' Create variables
dim shell
dim productType
dim strADSKFirstName
dim strADSKLastName
dim strADSKOrganization
dim strADSKSNPrefix
dim strADSKSNNumber
dim strADSKProdKey
dim strADSKPath
dim strSourcePath
'
' Script initialization
Set shell = CreateObject("WScript.Shell")
productType = "ACADLT"
'
' Name and Organization information
strADSKFirstName = "My First Name"
strADSKLastName = "My Last Name"
strADSKOrganization = "Organization"
'
' Serial Number information
strADSKSNPrefix = "123"
strADSKSNNumber = "12345678"
strADSKProdKey="ABCDE"
'
Use Scripts to Deploy the Program | 41