%Comspec% is an environment variable provided by Windows. It points to the command interpreter, cmd.exe.
/c is a switch passed to cmd.exe telling the shell to wait until the msiexec.exe command completes before proceeding. Without this switch, the shell will execute subsequent commands before the current command finishes.
MSIEXEC.EXE is the Windows installer runtime. When you double-click on YOURMSI.MSI file you are implicitly running "msiexec /I YOURMSI.MSI"
/I instructs MSIEXEC to install the .MSI listed after the switch. There is a /X switch, which uninstalls the .MSI specified after the /X switch. The /X switch can also be followed by the product code of the component .MSI you wish to uninstall.
/qn specifies a UI level for the action. /qn specifies no UI whatsoever, suppressing all prompts and therefore useful for silent installations. When attempting to debug, you can switch this to /qb, which will display basic modal dialogs.
LICENSETYPE, LICENSESERVER, INSTALLDIR are custom MSI properties. Refer to the list below.
The custom MSI properties configure 3ds max 6 at the workstations. If a property is not explicitly set, the installer will use the default values. Most of these custom properties work only with 3dsmax.msi. CharacterStudio.msi accepts the LICENSETYPE and LICENSESERVER properties. The rest accept the INSTALLDIR property.
PIDKEY specifies the product serial number. If youre using network licenses, set this to be the serial number specified in your license file.
Default=000-00000000.
LICENSETYPE specifies whether the product will be using a network or stand-alone license. 1=stand-alone license, 0=network license.
Default = 1
LICENSESERVER specifies the license server from which the workstation will request network license.
Default = {blank}
INSTALLDIR specifies the installation path for the product.
Default = [drive with the most free space]\3dsmax6
SHORTDESKTOP specifies whether a shortcut to the product will be placed on the desktop. 0=no shortcut on desktop, 1= shortcut on desktop.
Default = 0
Coutesy of NetDeployGuide.rtf on CD1 of the 3D Studio Max 6 Install CDs.
• %Comspec% is an environment variable provided by Windows. It points to the command interpreter, cmd.exe.
• /c is a switch passed to cmd.exe telling the shell to wait until the msiexec.exe command completes before proceeding. Without this switch, the shell will execute subsequent commands before the current command finishes.
• MSIEXEC.EXE is the Windows installer runtime. When you double-click on YOURMSI.MSI file you are implicitly running "msiexec /I YOURMSI.MSI"
• /I instructs MSIEXEC to install the .MSI listed after the switch. There is a /X switch, which uninstalls the .MSI specified after the /X switch. The “/X” switch can also be followed by the product code of the component .MSI you wish to uninstall.
• /qn specifies a UI level for the action. “/qn” specifies no UI whatsoever, suppressing all prompts and therefore useful for silent installations. When attempting to debug, you can switch this to “/qb”, which will display basic modal dialogs.
• LICENSETYPE, LICENSESERVER, INSTALLDIR are custom MSI properties. Refer to the list below.
The custom MSI properties configure 3ds max 6 at the workstations. If a property is not explicitly set, the installer will use the default values. Most of these custom properties work only with 3dsmax.msi. CharacterStudio.msi accepts the LICENSETYPE and LICENSESERVER properties. The rest accept the INSTALLDIR property.
PIDKEY specifies the product serial number. If youÂ’re using network licenses, set this to be the serial number specified in your license file.
Default=000-00000000.
LICENSETYPE specifies whether the product will be using a network or stand-alone license. 1=stand-alone license, 0=network license.
Default = 1
LICENSESERVER specifies the license server from which the workstation will request network license.
Default = {blank}
INSTALLDIR specifies the installation path for the product.
Default = [drive with the most free space]\3dsmax6
SHORTDESKTOP specifies whether a shortcut to the product will be placed on the desktop. 0=no shortcut on desktop, 1= shortcut on desktop.
Default = 0
Coutesy of NetDeployGuide.rtf on CD1 of the 3D Studio Max 6 Install CDs.
Each installer that comes with this package is in it's own MSI standalone installer. 3D Studio Max 6 itself requires very few fields to setup the installation via a Transform file. Properties that must be set for the installation
1. Name/Company
2. Installation Type: Network or Standalone, for network the Autodesk Licensing Manager server must be specified as well
3. Serial Number
You can also choose to change the path, but be careful to observe the installation order of other components if this is changed from the default as they will overwrite the 3dsmax.ini file with invalid entries causing problems with materials and tutorial files.
Blog posts related to Unknown FIRE GL driver for 3D Studio MAX-VIZ
Links (0)
Links related to Unknown FIRE GL driver for 3D Studio MAX-VIZ
Reviews (0)
Reviews related to Unknown FIRE GL driver for 3D Studio MAX-VIZ
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ