Autodesk 2013 installation failure .Net Framework and Visual C++ Redistribute runtime
re-posting from: http://forums.autodesk.com/t5/Installation-Licensing/Some-Products-Fail-to-Install-Result-1603/td-p/3382347
Some Products Fail to Install, Result 1603
109281 Views, 58 Replies
03-22-2012 02:27 PM
Issue: When installing your Autodesk product, the installation fails immediately and the screen indicates that Installation complete. Some products failed to install.

The link to the installation log file in your %TEMP% location shows that the failure is due to a prerequisite installer similar to this entry below:
Install Microsoft Visual C++ 2010 Redistributable (x86) Failed Installation aborted, Result=1603
Subseqent attempts to install the product yield similar failures.
Solution #1: In some rare instances, the prerequisite cannot installed until the workstation is rebooted, or cannot be installed by the Autodesk installer and must be installed manually from the media or by downloading the prerequisite directly from Microsoft's website. For more information about this solution, please visit this Autodesk KB link:
http://usa.autodesk.com/adsk/servlet/ps/dl/item?si teID=123112&id=15924324&linkID=9240857
Solution #2: In most instances, the installation fails because the prerequisite already installed on the workstation is newer than the one supplied by the Autodesk installer. Because Windows will not allow an older version of the prerequisite to be installed, the installation aborts with a 1603 error in the installation log file.
The most direct method to resolve this issue is to remove the installed prerequisite from Windows from within the Control Panel. You can launch the Control Panel directly from the Start Menu or from the Run box by typing CONTROL and clicking OK.
To remove a program in Control Panel choose:
Windows XP: Add/Remove Programs
Windows 7: Programs and Features
Locate the program name of the prerequisite that is failing in your log file from within this list and click Remove or Uninstall. This will remove the program from your computer.

Once the program has been removed, run your Autodesk installer again. If you run into additional failures on prerequisites, repeat the process. You should now be able to fully install and run your product.
For more information about this error, please see the Up and Ready blog link here:
http://upandready.typepad.com/up_and_ready/2011/09 /autodesk-suites-product-design-suite-will-not-ins ...
Note: When installing Autodesk products, it is recommended that you have local Administrative rights, User Access Control (UAC) is off, and your real-time anti-virus program is temporarily disabled. In some instances it may be helpful to login as another user with local admin rights and/or copy the contents of the media to you hard drive and install locally.
The link to the installation log file in your %TEMP% location shows that the failure is due to a prerequisite installer similar to this entry below:
Install Microsoft Visual C++ 2010 Redistributable (x86) Failed Installation aborted, Result=1603
Subseqent attempts to install the product yield similar failures.
Solution #1: In some rare instances, the prerequisite cannot installed until the workstation is rebooted, or cannot be installed by the Autodesk installer and must be installed manually from the media or by downloading the prerequisite directly from Microsoft's website. For more information about this solution, please visit this Autodesk KB link:
http://usa.autodesk.com/adsk/servlet/ps/dl/item?si
Solution #2: In most instances, the installation fails because the prerequisite already installed on the workstation is newer than the one supplied by the Autodesk installer. Because Windows will not allow an older version of the prerequisite to be installed, the installation aborts with a 1603 error in the installation log file.
The most direct method to resolve this issue is to remove the installed prerequisite from Windows from within the Control Panel. You can launch the Control Panel directly from the Start Menu or from the Run box by typing CONTROL and clicking OK.
To remove a program in Control Panel choose:
Windows XP: Add/Remove Programs
Windows 7: Programs and Features
Locate the program name of the prerequisite that is failing in your log file from within this list and click Remove or Uninstall. This will remove the program from your computer.
Once the program has been removed, run your Autodesk installer again. If you run into additional failures on prerequisites, repeat the process. You should now be able to fully install and run your product.
For more information about this error, please see the Up and Ready blog link here:
http://upandready.typepad.com/up_and_ready/2011/09
Note: When installing Autodesk products, it is recommended that you have local Administrative rights, User Access Control (UAC) is off, and your real-time anti-virus program is temporarily disabled. In some instances it may be helpful to login as another user with local admin rights and/or copy the contents of the media to you hard drive and install locally.
03-22-2012 02:48 PM in reply to:
TravisNave
Advanced Solution: In some instances, it is
possible to install the product with the existing newer prerequisites
already installed. To do this requires more advanced installation
knowledge.
Step 1: Copy the entire contents of your installation media to a folder on your local hard drive. If you have a downloaded version, this is not necessary as the files are already on your hard drive.
Step 2: Located the Setup.ini file and create a backup of this file.
Step 3: Open the file in a text editor, such as Notepad.
Step 4: Do a search for the prerequisites that are failing. If your installation is failing on Microsoft Visual C++ Redistributable, do a search for VCREDIST. If it is for Microsoft .NET Framework, search for DOTNET. These items should be located in a PREREQUISITE line that looks similar to this entry:
PREREQUISITE=IE;SSE2;VCREDIST2008SP1X86;VCREDIST20 08SP1X64;DIRECTX;DOTNET20;DOTNET4;DOTNET4LANG
Step 5: Delete all instances listed for the prerequisites in the PREREQUISITE= line for that product which is failing. For example, if you were deleting the prerequisite for .NET Framework, your PREREQUISITE= line above would now look like the following:
PREREQUISITE=IE;SSE2;VCREDIST2008SP1X86;VCREDIST20 08SP1X64;DIRECTX
Step 6: Delete the section for the #== 3rd Party Components == prerequisite itself between the comment lines. This section will be at the bottom of the Setup.ini file. Again, if you were deleting .NET Framework, you should be left with a blank section similar to this:
#============= DOTNET Begin ===============
#============= DOTNET End ===============
Step 7: Save the Setup.ini file and run the Setup.exe file to begin the Autodesk installation. The installation should now skip the check for the prerequisite files and install without error.
Note: It is important to have the prerequisite programs installed prior to this advanced installation solution. If you do not have the prerequisites properly installed, your Autodesk program will not run!
This process may not work for everyone. Please use caution when modifying your installation files. For an example of an AutoCAD 2012 (vanilla) setup.ini file modified for the removal of .NET Framework, see the attached file. I do not recommend using this file in place of your own.
Step 1: Copy the entire contents of your installation media to a folder on your local hard drive. If you have a downloaded version, this is not necessary as the files are already on your hard drive.
Step 2: Located the Setup.ini file and create a backup of this file.
Step 3: Open the file in a text editor, such as Notepad.
Step 4: Do a search for the prerequisites that are failing. If your installation is failing on Microsoft Visual C++ Redistributable, do a search for VCREDIST. If it is for Microsoft .NET Framework, search for DOTNET. These items should be located in a PREREQUISITE line that looks similar to this entry:
PREREQUISITE=IE;SSE2;VCREDIST2008SP1X86;VCREDIST20
Step 5: Delete all instances listed for the prerequisites in the PREREQUISITE= line for that product which is failing. For example, if you were deleting the prerequisite for .NET Framework, your PREREQUISITE= line above would now look like the following:
PREREQUISITE=IE;SSE2;VCREDIST2008SP1X86;VCREDIST20
Step 6: Delete the section for the #== 3rd Party Components == prerequisite itself between the comment lines. This section will be at the bottom of the Setup.ini file. Again, if you were deleting .NET Framework, you should be left with a blank section similar to this:
#============= DOTNET Begin ===============
#============= DOTNET End ===============
Step 7: Save the Setup.ini file and run the Setup.exe file to begin the Autodesk installation. The installation should now skip the check for the prerequisite files and install without error.
Note: It is important to have the prerequisite programs installed prior to this advanced installation solution. If you do not have the prerequisites properly installed, your Autodesk program will not run!
This process may not work for everyone. Please use caution when modifying your installation files. For an example of an AutoCAD 2012 (vanilla) setup.ini file modified for the removal of .NET Framework, see the attached file. I do not recommend using this file in place of your own.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.