При установке Windows Performance Toolkit из пакета Windows SDK for Windows 7 может выйти сообщение Installation Failed.
Данная ошибка возникает, если в вашей системе установлены компоненты Microsoft Visual C++ 2010 версии выше 10.0.3…, которые пытается установить пакет SDK.
В моем случае были установлены компоненты версии 10.0.4…
Удаляем более новую версию компонентов и заново запускаем установку Windows SDK for Windows 7, а если у вас есть нужда в новой версии этих компонентов, можем скачать их с официального сайта Microsoft:
- Microsoft Visual C++ 2010 (x64)
- Microsoft Visual C++ 2010 (x86)
[nx_heading style=»coloredline» heading_tag=»h4″ size=»24″ align=»left»]От автора:[/nx_heading]
Если проблема решена, один из способов сказать «Спасибо» автору — здесь.
Если же проблему разрешить не удалось и появились дополнительные вопросы, задать их можно на нашем форуме, в специальном разделе.
[nx_box title=»Поделиться этой статьей» style=»glass» box_color=»#ED303C»]Если данная статья вам помогла и вы хотели бы в ответ помочь проекту Mhelp.kz, поделитесь этой статьей с другими:
[/nx_box]
I am trying to install Windows SDK for Windows 7 with .NET Framework 4 but when I open the setup I receive an error:
Some Windows SDK components require the RTM .NET Framework 4. Setup
detected a pre-release version of .NET Framework 4. If you continue
with Setup, these components will not be installed. If you want to
install these components, click Cancel, then install the .NET
Framework 4 from https://go.microsoft.com/fwlink/?LinkID=187668 and
then rerun Setup.Click OK to continue.
When I went to install the .NET Framework 4 it appears a message saying that there is already the .NET Framework 4 on my PC:
The Microsoft .NET Framework 4 is already part of the operating
system. No need to install the .NET Framework 4 redistributable. More
information.An equal or higher version of the .NET Framework 4 has already been
installed on the computer.
I don’t know what to do anymore. I am using Windows 10 Enterprise (x64).
ivan_pozdeev
32.9k16 gold badges102 silver badges146 bronze badges
asked Jul 16, 2015 at 13:41
2
With Windows 10 x64, the setup is blocked by:
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftNET Framework SetupNDPv4FullVersion
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftNET Framework SetupNDPv4ClientVersion
Change both values temporarily to 4.0.30319
and the setup will let you continue. Make sure you edit the registry with elevated privileges, otherwise you will not be allowed to change the values.
rogerdpack
60.4k35 gold badges258 silver badges379 bronze badges
answered Oct 21, 2015 at 13:02
10
I had to uninstall the following:
- «Microsoft Visual C++ 2010 x64 Redistributable»
- «Microsoft Visual C++ 2010 x86 Redistributable»
Before installing the Windows 7.1 SDK, and the install package reinstalls those two during installation.
answered Aug 21, 2015 at 16:38
MandMMandM
3,2634 gold badges32 silver badges54 bronze badges
2
In order to deal with this problem, I uninstalled my .NET
framework version 4.6
and installed 4. Then I installed the SDK, and the problem was gone.
answered Oct 1, 2015 at 22:46
EricSEricS
7951 gold badge8 silver badges20 bronze badges
7
I was also facing exactly the same problem mentioned above. After so many attempts the suggestion mentioned in the below link helped
https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/6e6c8a17-1666-42fa-9b5b-dfc21845d2f9/error-installing-windows-7-sdk-71-with-vs2008-vs2010-premium-on-win-7-32bit?forum=windowssdk
The steps executed by me are as follows
- Uninstall Visual C++ and .NET 4.x version
- Remove register entries corresponding to these installations. I was having Windows 7, but deleted entries as suggested here
- Restarted Windows
- Tried installing SDK using web installer
- This did not work. Later, invoked the SDK installation when the installation screen is still on [with the Installation Error msg] executed debug related msi [you can also install any extracted msi
- Once after the installation completes, close the Installation error UI [step 5] and reinvoke the installation of SDK.
- This time, UI screen option would change. Options that you can see is Change, Repair etc. Select Change and complete other component installation.
Krish Munot
1,0632 gold badges18 silver badges28 bronze badges
answered Jul 15, 2016 at 8:12
YashwanthYashwanth
1291 silver badge7 bronze badges
I had an older version of .NET Framework and the C++ 2010 Redistributable x64 and x86 both. Uninstalling the 2010 allowed me to continue with no issues. I didn’t uninstall the older version of .NET, but I did download and install the latest version FIRST.
The only component in the SDK I wanted to install was the Windows Performance Toolkit. I still got the warning at the start of the install. But it went through with anyway.
Maybe that adds a little thought in here…
answered May 13, 2018 at 4:43
I am trying to install Windows SDK for Windows 7 with .NET Framework 4 but when I open the setup I receive an error:
Some Windows SDK components require the RTM .NET Framework 4. Setup
detected a pre-release version of .NET Framework 4. If you continue
with Setup, these components will not be installed. If you want to
install these components, click Cancel, then install the .NET
Framework 4 from https://go.microsoft.com/fwlink/?LinkID=187668 and
then rerun Setup.Click OK to continue.
When I went to install the .NET Framework 4 it appears a message saying that there is already the .NET Framework 4 on my PC:
The Microsoft .NET Framework 4 is already part of the operating
system. No need to install the .NET Framework 4 redistributable. More
information.An equal or higher version of the .NET Framework 4 has already been
installed on the computer.
I don’t know what to do anymore. I am using Windows 10 Enterprise (x64).
ivan_pozdeev
32.9k16 gold badges102 silver badges146 bronze badges
asked Jul 16, 2015 at 13:41
2
With Windows 10 x64, the setup is blocked by:
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftNET Framework SetupNDPv4FullVersion
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftNET Framework SetupNDPv4ClientVersion
Change both values temporarily to 4.0.30319
and the setup will let you continue. Make sure you edit the registry with elevated privileges, otherwise you will not be allowed to change the values.
rogerdpack
60.4k35 gold badges258 silver badges379 bronze badges
answered Oct 21, 2015 at 13:02
10
I had to uninstall the following:
- «Microsoft Visual C++ 2010 x64 Redistributable»
- «Microsoft Visual C++ 2010 x86 Redistributable»
Before installing the Windows 7.1 SDK, and the install package reinstalls those two during installation.
answered Aug 21, 2015 at 16:38
MandMMandM
3,2634 gold badges32 silver badges54 bronze badges
2
In order to deal with this problem, I uninstalled my .NET
framework version 4.6
and installed 4. Then I installed the SDK, and the problem was gone.
answered Oct 1, 2015 at 22:46
EricSEricS
7951 gold badge8 silver badges20 bronze badges
7
I was also facing exactly the same problem mentioned above. After so many attempts the suggestion mentioned in the below link helped
https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/6e6c8a17-1666-42fa-9b5b-dfc21845d2f9/error-installing-windows-7-sdk-71-with-vs2008-vs2010-premium-on-win-7-32bit?forum=windowssdk
The steps executed by me are as follows
- Uninstall Visual C++ and .NET 4.x version
- Remove register entries corresponding to these installations. I was having Windows 7, but deleted entries as suggested here
- Restarted Windows
- Tried installing SDK using web installer
- This did not work. Later, invoked the SDK installation when the installation screen is still on [with the Installation Error msg] executed debug related msi [you can also install any extracted msi
- Once after the installation completes, close the Installation error UI [step 5] and reinvoke the installation of SDK.
- This time, UI screen option would change. Options that you can see is Change, Repair etc. Select Change and complete other component installation.
Krish Munot
1,0632 gold badges18 silver badges28 bronze badges
answered Jul 15, 2016 at 8:12
YashwanthYashwanth
1291 silver badge7 bronze badges
I had an older version of .NET Framework and the C++ 2010 Redistributable x64 and x86 both. Uninstalling the 2010 allowed me to continue with no issues. I didn’t uninstall the older version of .NET, but I did download and install the latest version FIRST.
The only component in the SDK I wanted to install was the Windows Performance Toolkit. I still got the warning at the start of the install. But it went through with anyway.
Maybe that adds a little thought in here…
answered May 13, 2018 at 4:43
Hi, I’m having the following error installing Win SDK 7.1 x64:
A problem occurred while installing selected Windows SDK components.
Installation of the «Microsoft Windows SDK for Windows 7» product has reported the following error: Please refer to SamplesSetupHTMLConfigDetails.htm document for further information.
Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log.
To exit, click Finish.
for x86:
A problem occurred while installing selected Windows SDK components.
Setup could not find the file WinSDK_amd64WinSDK_amd64.msi at any of the specified source locations I:Setup
Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log.
To exit, click Finish.
I don’t know to perform any diagnosis to solve this. Any idea?
I seem to be completely unable to install the Windows 7 SDK onto my machine, and the only solution I’ve found on the web is to make a swathe of registry changes. I’ve done this — still no success.
This is the reported error:
A problem occurred while installing selected Windows SDK components.
Installation of the «Microsoft Windows SDK for Windows 7» product has reported the following error: Please refer to SamplesSetupHTMLConfigDetails.htm document for further information.
Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log.
To exit, click Finish.
There is no Samples
directory to refer too, and the SDK support team don’t appear to live there any longer.
How do I fix this problem?
asked Dec 14, 2009 at 14:37
2
Microsoft now has a knowledge base article called Windows SDK Fails to Install with Return Code 5100 that describes this problem and its fix:
This issue occurs when you install the Windows 7 SDK on a computer that has a newer version of the Visual C++ 2010 Redistributable installed. The Windows 7 SDK installs version 10.0.30319 of the Visual C++ 2010 Redistributable.
The error message is located in the log file, which can be opened through the View Log
button in the installer. Otherwise, it can be found here: %userprofile%AppDataLocalTemp
or %temp%
. The log file is most likely called SDKSetup_7.xxxxx.log
.
Solution: Uninstall any existing Visual C++ 2010 redistributable.
I just had this problem, and I looked at the solution at Ctrl+F5, Fix Problem Installing Windows SDK for Windows 7, but it didn’t work.
I googled around and found the page Installing Visual C++ 2010 and Windows SDK for Windows 7: offline installer and installation troubleshooting and the advice there worked. Basically you could have one of several problems, and you have to look in the log file to see what’s going on. In my log file I had:
6:17:07 PM Saturday, October 01, 2011: C:Program FilesMicrosoft SDKsWindowsv7.1SetupSFXvcredist_x64.exe installation failed with return code 5100
so as that above web page suggested, I uninstalled both copies of the Visual C++ 2010 Redistributable Package that I had (both x86 and x64), and then when I ran the Windows 7 SDK installer again, it worked.
Although you might have a different problem than me. Try the solutions at the Ctrl+F5 and patheticcockroach.com
websites that I linked.
I hoped this helped!
13
All of these (and other) solutions have failed completely for me so I figured out another.
You need the offline installation package (mine was x64), and you need to manually install only the samples. Opening the ISO-file with, for example, 7-Zip from location SetupWinSDKSamples_amd64
and running WinSDKSamples_amd64.msi
did this for me.
Then you just use the normal setup file to REPAIR the installation and choose whatever components you wish.
answered Jul 12, 2013 at 10:21
SutkiSutki
1811 silver badge2 bronze badges
2
You should really check the log. It seems that quite a few components can cause the Windows SDK installer to fail to install with this useless error message. For instance it could be the Visual C++ Redistributable Package as mentioned there.
answered May 23, 2011 at 20:31
user14764user14764
7381 gold badge9 silver badges19 bronze badges
1
I have had this same problem with the x64 version installation. It relates (in my case at least) to the dexplore.exe installation. I uninstalled dexplore, reinstalled it, did a heap of registry changes, etc. as per various blogs and SDKs all to no avail. What finally fixed it for me was editing this registry key:
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsInstallerDisableBrowse
I changed the value to 0. Once the SDK had installed (quite happily this time) I set the value back to 1.
What alerted me to the possible error was the following in the SDK setup log:
12:19:42 PM Friday, 8 January 2010: SFX C:Program FilesMicrosoft SDKsWindowsv7.0SetupSFXdexplore.exe installation started with log file C:TEMPMicrosoft Windows SDK for Windows 7_dd2d9383-116d-441f-85b3-7c16aeb3568e_SFX.log
12:19:47 PM Friday, 8 January 2010: C:Program FilesMicrosoft SDKsWindowsv7.0SetupSFXdexplore.exe installation failed with return code 1625
And this in the dexplore installation logfile:
MSI (s) (E4:7C) [12:19:46:680]: Machine policy value 'DisableBrowse' is 1
MSI (s) (E4:7C) [12:19:46:680]: Adding new sources is not allowed.
MSI (s) (E4:7C) [12:19:46:680]: Warning: rejected attempt to add new source 'c:eb66d60e4283bfc2986755fa' (product: {6753B40C-0FBD-3BED-8A9D-0ACAC2DCD85D})
MSI (s) (E4:7C) [12:19:46:680]: MSI_LUA: Elevation prompt disabled for silent installs
MSI (s) (E4:7C) [12:19:46:680]: Note: 1: 1729
MSI (s) (E4:7C) [12:19:46:680]: Product: Microsoft Document Explorer 2008 -- Configuration failed.
I hope this is of assistance in your situation.
answered Jan 8, 2010 at 5:02
JDUJDU
3462 silver badges8 bronze badges
One of the things to also keep in mind is that when you have Visual Studio 2010 SP1 installed some C++ compilers and libraries may have been removed. There’s been an update made available by Microsoft to make sure those are brought back to your system.
Install this update to restore the Visual C++ compilers and libraries
that may have been removed when Visual Studio 2010 Service Pack 1
(SP1) was installed. The compilers and libraries are part of the
Microsoft Windows Software Development Kit for Windows 7 and the .NET
Framework 4 (later referred to as the Windows SDK 7.1).
Also, when you read the VS2010 SP1 README you’ll also notice that some notes have been made in regards to the Windows 7 SDK (See section 2.2.1) installation. It may be that one of these conditions may apply to you and therefore may need to uncheck the C++ compiler-checkbox as the SDK installer will attempt to install an older version of compilers ÓR you may need to uninstall VS2010 SP1 and re-run the SDK 7.1 installation, repair or modification.
Condition 1: If the Visual C++ Compilers checkbox is selected when the
Windows SDK 7.1 is installed, repaired, or modified after Visual
Studio 2010 SP1 has been installed, the error may be encountered and
some selected components may not be installed.Workaround: Clear the Visual C++ Compilers checkbox before you run the
Windows SDK 7.1 installation, repair, or modification.Condition 2: If the Visual C++ Compilers checkbox is selected when the
Windows SDK 7.1 is installed, repaired, or modified after Visual
Studio 2010 has been installed but Visual Studio 2010 SP1 has not been
uninstalled, the error may be encountered.Workaround: Uninstall Visual Studio 2010 SP1 and then rerun the
Windows SDK 7.1 installation, repair, or modification.
However, even then I found that I still needed to uninstall any existing Visual C++ 2010 redistributables, as has been suggested by mgrandi.
answered Oct 25, 2012 at 15:27
pdvriespdvries
1,3722 gold badges9 silver badges18 bronze badges
I could never get the Windows 7 SDK to install either, and it suggested I remove the latest SDK and Visual Studio 2012 Express. That didn’t work.
There was also something about .NET 3.5. I installed the Server 2008 SDK with .NET 3.5, uninstalled Visual Studio 2010 redistributables and made sure redistributables were unchecked in the installation options.
Also, you need the .NET 4 framework already installed, which you can download from Microsoft’s site. Then it worked.
answered Dec 8, 2012 at 10:44
JamieJamie
611 silver badge1 bronze badge
Uninstalling all C++ redistributables and unchecking the C++ option worked for me. Note that I have VS2010 SP1, and VS2012 installed already.
answered Apr 29, 2013 at 20:33
jdhurstjdhurst
4,3151 gold badge19 silver badges21 bronze badges
mgrandi provided a very good resource and answer. I followed similar guidelines and by removing ‘leftover’ components managed to solve the problem.
As a reference, take a look at Windows SDK for Windows 7 and .NET Framework 4 Release Notes.
This downloads the release notes of the SDK (you should also have it on your computer after trying to install the SDK), and in the section ‘Installing and Uninstalling the Windows SDK’ you can see that Microsoft recommend cleaning some mess after them.
Cœur
36.4k25 gold badges191 silver badges258 bronze badges
answered Apr 5, 2012 at 0:09
AdiAdi
2,0235 gold badges23 silver badges26 bronze badges
I installed Visual Studio 2012 and installed Visual Studio 2010 service package 1 and tried installing the SDK again, and it worked. I don’t know which of them solved the problem.
answered Dec 22, 2012 at 12:07
I’m having the same error as this «Windows 7 SDK installation failure»:
After finding out, I’ve got the solution.
It may also happen that the SDK installation runs through with a «success» message at the end, but nothing was actually installed. The only way to really find out whether the SDK was installed is to check the respective directory. C:FilesMicrosoft SDKsWindowsv7.1 or C:Files (x 86) SDKsWindowsv7.1. If the subdirectory «v 7.1» was created and has some content, the SDK was installed. The solution for this problem is the same as for the issue with the error message: Uninstall Microsoft Visual C++ 2010 Redistributable (see below).
Resolution: Uninstall Microsoft Visual C++ 2010 Redistributable installations prior to Windows SDK installation.
Before the installation, I had the following Microsoft Visual C++ 2010 Redistributable installations. Note that the x 64 version is updated.
- Microsoft Visual C++ 2010 Redistributable x 64-Microsoft Corporation 10.0.40219 15.2 MB 10.0.40219
- Microsoft Visual C++ 2010 Redistributable-x 86 10.0.30319 Microsoft Corporation 11.0 MB 10.0.30319
answered Aug 19, 2016 at 2:42
1
I’d like to add that removing the Visual C++ 2012 Redistributable may be necessary, too. I removed both the Visual C++ 2012 Redistributable x84 and x64 and then my installation worked.
answered Oct 30, 2015 at 9:50
0
Do you have access to a PC with Windows 7, or a PC with the SDK already installed?
If so, the easiest solution is to copy the C:Program FilesMicrosoft SDKsWindowsv7.1
folder from the Windows 7 machine to the Windows 8 machine.
answered Nov 17, 2015 at 15:59
Jared DykstraJared Dykstra
3,5761 gold badge13 silver badges25 bronze badges
1
Я пытаюсь установить Windows SDK для Windows 7 с .NET Framework 4, но когда я открываю установку, я получаю сообщение об ошибке:
некоторые компоненты Windows SDK требуют RTM .NET Framework 4. Установка
обнаружена предварительная версия .NET Framework 4. Если вы продолжите
при установке эти компоненты не будут установлены. Если хочешь …
установите эти компоненты, нажмите кнопку Отмена, затем установите .NET
Framework 4 с https://go.microsoft.com/fwlink/?LinkID=187668 и
затем повторите настройку.нажмите OK для продолжения.
когда я пошел устанавливать .NET Framework 4, появляется сообщение о том, что на моем ПК уже есть .NET Framework 4:
Microsoft .NET Framework 4 уже является частью операционной системы
система. Нет необходимости устанавливать распространяемый .NET Framework 4. больше
информация.равная или более высокая версия .NET Framework 4 уже была
устанавливается на компьютер.
Я не знаю, что делать. Я использую Windows 10 Enterprise (x64).
5 ответов
С Windows 10 x64 настройка заблокирован by:
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftNET Framework SetupNDPv4FullVersion
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftNET Framework SetupNDPv4ClientVersion
временно измените оба значения на 4.0.30319
и настройка позволит вам продолжить. Убедитесь, что вы редактируете реестр с повышенными привилегиями, иначе вам не будет разрешено изменять значения.
82
автор: Torsten Hoffmann
Мне пришлось удалить следующее:
- «Microsoft Visual C++ 2010 x64 распространяемый»
- «распространяемый Microsoft Visual C++ 2010 x86»
перед установкой Windows 7.1 SDK и установить пакет переустановит эти два во время установки.
чтобы справиться с этой проблемой, я удалил свой .NET
Framework версии 4.6
и установлен 4. Затем я установил SDK, и проблема исчезла.
Я также столкнулся с точно такой же проблемой, упомянутой выше. После стольких попыток предложение, упомянутое в приведенной ниже ссылке, помогло
https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/6e6c8a17-1666-42fa-9b5b-dfc21845d2f9/error-installing-windows-7-sdk-71-with-vs2008-vs2010-premium-on-win-7-32bit?forum=windowssdk
шаги, выполняемые мной, следующие
- удалите Visual C++ и .NET 4.икс версия
- удалить записи реестра, соответствующие этим установкам. У меня была Windows 7, но удаленные записи, как предлагается здесь
- Перезапущен Windows
- попробовал установить SDK с помощью веб-установщика
- это не работа. Позже вызывается установка SDK, когда экран установки все еще включен [с ошибкой установки msg] выполняется отладка связанный msi [вы также можете установить любой извлеченный msi
- сразу после установка завершена, закройте UI ошибки установки [Шаг 5] и повторно запустите установку SDK.
- на этот раз опция экрана пользовательского интерфейса изменится. Параметры, которые вы можете видеть, — это изменение, ремонт и т. д. Выберите Изменить и завершить установку других компонентов.
У меня была более старая версия .NET Framework и распространяемые x64 и x86 c++ 2010. Удаление 2010 позволило мне продолжить без проблем. Я не удалял старую версию .NET, но сначала загрузил и установил последнюю версию.
единственным компонентом в SDK, который я хотел установить, был инструментарий производительности Windows. Я все еще получил предупреждение в начале установки. Но это все равно произошло.
возможно, это добавляет немного думал здесь…
Понадобилось установить WinSDK, но установка постоянно отменялась с ошибками.
Пробовал устанавливать из веб-установщика (winsdk_web.exe), пробовал обновлять .NET framework, пробовал скачивать полный ISO образ. Всё равно не устанавливается, ошибки.
То инсталятор не мог найти свой архив, то уже запущенная установка отменялась с ошибкой, из текста которой нельзя было понять что же случилось:
A problem occurred while installing selected Windows SDK components. Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to SamplesSetupHTMLConfigDetails.htm document for further information.
Выход оказался весьма банален. Нужно таки скачать полный iso образ WinSDK с официального сайта microsoft, и запустить установку необходимых компонентов, напрямую с диска, найдя их в соответствующих папочках. Таким путём установил Windows performance toolkit для профилирования загрузки и ухода в hibernate ноутбука и Debugging tools for windows для анализа минидампов, оставшихся от бсода.
Рубрика: заметки на полях. Вы можете добавить постоянную ссылку в закладки.
101 / 42 / 9 Регистрация: 09.12.2012 Сообщений: 594 |
|
1 |
|
12.01.2014, 15:02. Показов 12039. Ответов 9
Добрый день, решил поставить WSDK ради примеров реализации LSP которые надеюсь будут в папке SamplesNetDSWinSockLSP. Но до этого дело не дошло… Скачал версию Microsoft Windows SDK for Windows 7 and .NET Framework 4 которая выдает ошибки типа Possible unsigned file. Текст одной из ошибок: A problem occurred while installing selected Windows SDK components. Installation of the «Microsoft Windows SDK for Windows 7 Headers and Libraries» product has reported the following error: Signature of the file WinSDKBuild_amd64.msi could not be obtained. Possible unsigned file. Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245. Click the View Log button to review the installation log. также скрин. ps извините если с разделом ошибся Миниатюры
0 |
Модератор 8364 / 3329 / 241 Регистрация: 25.10.2010 Сообщений: 13,536 |
|
13.01.2014, 13:48 |
2 |
Разрядность ОС какая? x86 ISO File Name: GRMSDK_EN_DVD.iso Отсюда качали http://www.microsoft.com/en-us… px?id=8442
0 |
101 / 42 / 9 Регистрация: 09.12.2012 Сообщений: 594 |
|
14.01.2014, 10:44 [ТС] |
3 |
У меня 64 битная семерка sp1. Добавлено через 2 минуты File name: File size: GRMSDK_EN_DVD.iso GRMSDKIAI_EN_DVD.iso GRMSDKX_EN_DVD.iso
0 |
Модератор 8364 / 3329 / 241 Регистрация: 25.10.2010 Сообщений: 13,536 |
|
14.01.2014, 13:23 |
4 |
Для х64
x64 ISO File Name: GRMSDKX_EN_DVD.iso
0 |
101 / 42 / 9 Регистрация: 09.12.2012 Сообщений: 594 |
|
14.01.2014, 15:32 [ТС] |
5 |
Persk, Спасибо большое! С образа установилось без проблем) Проблема решена!
0 |
0 / 0 / 0 Регистрация: 30.03.2016 Сообщений: 17 |
|
08.04.2016, 15:02 |
6 |
Проблема возникла при установке Windows SDK. Качал образ GRMSDKX_EN_DVD.iso 570.9 MB с офф. сайта. Win7 x64. Есть предположения, как исправить? A problem occurred while installing selected Windows SDK components.
0 |
Модератор 8364 / 3329 / 241 Регистрация: 25.10.2010 Сообщений: 13,536 |
|
08.04.2016, 18:49 |
7 |
A-guzhen,
0 |
0 / 0 / 0 Регистрация: 30.03.2016 Сообщений: 17 |
|
11.04.2016, 10:44 |
8 |
Есть такой лог SDKSetup_7.0.6918.0.log SDKSetup_7.0.6918.0.rar
0 |
Модератор 8364 / 3329 / 241 Регистрация: 25.10.2010 Сообщений: 13,536 |
|
11.04.2016, 16:49 |
9 |
C:Program FilesMicrosoft SDKsWindowsv7.1SetupSFXvcredist_x64.exe installation failed with return code 5100 Данный Распространяемый пакет Microsoft Visual C++ 2010 (x64) установлен?
0 |
0 / 0 / 0 Регистрация: 30.03.2016 Сообщений: 17 |
|
12.04.2016, 14:53 |
10 |
Данный Распространяемый пакет Microsoft Visual C++ 2010 (x64) установлен? Спасибо. Переустановил Microsoft Visual C++ 2010. Все заработало.
0 |