I tried to install CUDA 10.0 on my Windows 7 64Bit machine. It failed with the well known “Visual Studio Integration Failed”.
I tried following:
https://devtalk.nvidia.com/default/topic/1033111/cuda-setup-and-installation/cuda-9-1-cannot-install-due-to-failed-visual-studio-integration/post/5259359/#5259359
With no success.
Log Files:
LOG.RunDll32.EXE.log
0.561 | INFO: [system] 472@Nvidia::Logging::Logger::Logger : 2018-Sep-21 14:56:21 : Logging init OK. Using configuration from HKLM for DefaultProcess, for the RunDll32.EXE.
0.562 | DEBUG: [NVI2.DeferredDelete] 521@DeferredDeleteW : Waiting for D:\Data\Users\sebas-th\Downloads\cuda_10.0.130_411.31_windows\setup.exe 3392 to exit.
0.625 | DEBUG: [NVI2.DeferredDelete] 592@DeferredDeleteW : Deferred delete started.
0.837 | WARNING: [NVI2.CEngineCache] 1010@CEngineCache::PreserveGoldPath : Installer uninstall entry not found, will not preserve engine cache folder.
3.538 | DEBUG: [NVI2.CEngineCache] 388@CEngineCache::CleanupStrippedPackages : Stripped registry key does not exist to perform clean up process.
3.547 | INFO: [NVI2.CEngineCache] 492@CEngineCache::CleanupCache : No subpackages left, remaining installer data will be removed.
3.560 | INFO: [NVI2.DeferredDelete] 604@DeferredDeleteW : Deleting self as running deferred delete via C:\Users\sebas-th\AppData\Local\Temp\NVI2_29.DLL.
3.566 | DEBUG: [NVI2.DeferredDelete] 611@DeferredDeleteW : Deferred delete completed.
Last Lines of LOG.setup.exe.log
306.949 | DEBUG: [NVI2.NVExtension] 201@CNVExtension::InternalUnload : Unloading "D:\Data\Users\sebas-th\Downloads\cuda_10.0.130_411.31_windows\ShadowPlay\ShadowPlayExt.DLL".
306.949 | DEBUG: [NVI2.NVExtension] 205@CNVExtension::InternalUnload : Unloaded "D:\Data\Users\sebas-th\Downloads\cuda_10.0.130_411.31_windows\ShadowPlay\ShadowPlayExt.DLL".
306.949 | DEBUG: [NVI2.NVExtension] 201@CNVExtension::InternalUnload : Unloading "D:\Data\Users\sebas-th\Downloads\cuda_10.0.130_411.31_windows\ShadowPlay\ShadowPlayExt.DLL".
306.949 | DEBUG: [NVI2.NVExtension] 205@CNVExtension::InternalUnload : Unloaded "D:\Data\Users\sebas-th\Downloads\cuda_10.0.130_411.31_windows\ShadowPlay\ShadowPlayExt.DLL".
306.950 | DEBUG: [NVI2.NVExtension] 201@CNVExtension::InternalUnload : Unloading "C:\Program Files\NVIDIA Corporation\Installer2\CoreTemp.{D42C8627-1EB2-47F3-BFDF-9B143CA4B2DB}\NVI2UI.DLL".
306.950 | WARNING: [NVI2.NVExtension] 209@CNVExtension::InternalUnload : Aborted unload of "C:\Program Files\NVIDIA Corporation\Installer2\CoreTemp.{D42C8627-1EB2-47F3-BFDF-9B143CA4B2DB}\NVI2UI.DLL" - in use.
306.950 | DEBUG: [NVI2.NVExtension] 201@CNVExtension::InternalUnload : Unloading "C:\Program Files\NVIDIA Corporation\Installer2\CoreTemp.{D42C8627-1EB2-47F3-BFDF-9B143CA4B2DB}\NVI2UI.DLL".
306.950 | WARNING: [NVI2.NVExtension] 209@CNVExtension::InternalUnload : Aborted unload of "C:\Program Files\NVIDIA Corporation\Installer2\CoreTemp.{D42C8627-1EB2-47F3-BFDF-9B143CA4B2DB}\NVI2UI.DLL" - in use.
306.950 | DEBUG: [NVI2.NVExtension] 201@CNVExtension::InternalUnload : Unloading "C:\Program Files\NVIDIA Corporation\Installer2\CoreTemp.{D42C8627-1EB2-47F3-BFDF-9B143CA4B2DB}\NVI2UI.DLL".
306.950 | WARNING: [NVI2.NVExtension] 209@CNVExtension::InternalUnload : Aborted unload of "C:\Program Files\NVIDIA Corporation\Installer2\CoreTemp.{D42C8627-1EB2-47F3-BFDF-9B143CA4B2DB}\NVI2UI.DLL" - in use.
I also stopped all Nvidia Services in Windows Services. Does anyone see where I am wrong?
Thanks in advance!