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
' Source to install from (e.g. D: is assumed to be Install Media)
strSourcePath = "D:\"
'
' Destination to install to
strADSKPath = Shell.ExpandEnvironmentStrings("%ProgramFiles%") +
"\Autodesk\" + "AutoCAD LT 2011"
strADSKPath = strADSKPath + "\"
RunStandaloneInstall()
' End of Script
Wscript.quit()
function RunStandaloneInstall()
dim retString
'
retString = """" & strSourcePath & "\setup.exe" & """" & "/w /t
/qb "
retString = retString & " /c " & productType & ": "
retString = retString & "INSTALLDIR=" & """" & strADSKPath & """"
& " "
retString = retString & "ACADSERIALPREFIX=" & strADSKSNPrefix &
" "
retString = retString & "ACADSERIALNUMBER=" & strADSKSNNumber &
" "
retString = retString & "ADLM_PRODKEY=" & strADSKProdKey & " "
retString = retString & "ACADFIRSTNAME=" & """" & strADSKFirstName
& """" & " "
retString = retString & "ACADLASTNAME=" & """" & strADSKLastName
& """" & " "
retString = retString & "ACADORGANIZATION=" & """" & strADSKOrgan
ization & """" & " "
retString = retString & "InstallLevel=5 "
shell.run retString,2,1
end function
Use Switches and Flags in Scripts
The following table lists all of the switches and flags that are relevant to
installation.
42 | Chapter 2 Maya Installation