AJIJIADUH писал(а):
67835043Tfvfsdfgn
копай в направлении Install .NET Framework Runtime 4.0 Failed Installation aborted, Result=1603
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.
Распакуйте архив или ISO установки на жёсткий диск.
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.
В корневой папке найдите файл Setup.ini и сделайте его копию на всякий П. Откройте для редактирования.
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.
Найдите в тексте файла сектор [DOTNET4LANG]
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.
Сохраните файл и снова запустите установку.