- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Problem: When installing your Autodesk product, your installation fails and the resulting installation.log file on the summary screen (and your %TEMP% folder) shows the following error:
Install .NET Framework Runtime Language Pack Failed Installation aborted, Result=1603
Reason: It is possible that the .NET Framework preinstalled in some Windows 7 and Windows 8 machines is not the full installation and the update for the language pack cannot install if a previous version or newer version is already installed. This is a very similar issue in the past with the Prerequisite 1603 failures for .NET Framework and Visual C++ Redistributables failing. This guide acts as a supplement to that article.
Note: There is not an English version of the Language pack for this program. More information about this can be found at the following Microsoft resource:
http://www.microsoft.com/en-us/download/details.aspx?id=3324
Work Around: To best avoid this error on newer Autodesk installations, it is best if you first install the prerequisite first and then modify the setup.ini file in the installation source to ignore the failure of the language pack install.
Step 1: Copy the contents of your install media to your local hard drive. If you have the downloaded version, then you already have completed this step.
Step 2: Locate the file in the root source folder named Setup.ini and make a backup of this file. Open the file in Notepad for editing.
Step 3: Perform a search to find the [DOTNET4LANG] located in this file. Later versions may have newer language file prerequisites, such as [DOTNET45LANG], etc.
Step 4: Add the following line to the prerequisite grouping under the existing EXE_ settings:
IGNORE_FAILURE=YES
Your resulting Prereq should look similar to this:
[DOTNET4LANG] PRODUCT_NAME=.NET Framework Runtime 4.0 Language Pack EXE_PATH=3rdParty\NET\4\wcu\dotNetFramework\dotNetFx40LP_Full_x86_x64_%lang%.exe EXE_PARAM=/q EXE_LANGS=1036;1040;1031;1034;1046;1041;1042;2052;1028;1029;1038;1045;1049 IGNORE_FAILURE=YES
DISKCOST=3000000 VC_FUNC=DotnetLangPacksVerCheck VC_SOURCE=Setup\SetupUi.dll VC_PARAM=%lang%;4.0.30319
Step 5: Save the file and run the installer.
As always, make sure that you are installing with local Administrator Rights, UAC turned off, and anti-virus temporarily disabled.
Attached is a copy of the Autodesk AutoCAD 2014 (vanilla) setup.ini file that I have modified for this example. Use this file only as a reference and not as your file.
Travis Nave

My Expert Contributions to the
FLEXnet License Admin | MSI Cleanup Utility | .NET Framework Cleanup Tool | IPv6 NLM Fix | adskflex.opt Options File | Combine .LIC Files
Solved! Go to Solution.