I have installed the previous version of the toolkit successfully in June,
updated to the latest version 1903 of windows 10 yesterday and then tried to install the latest version of the Nvidia CUDA toolkit. The installer gets past the Options stage and then gives the error “NVIDIA Installer Failed”. with a list of the components the status of all components is Not Installed.
Could you also provide us logs, you can send attachments/logs over to CUDAIssues@nvidia.com.
Generating log by "“setup.exe -log “C:\path\that\exists” -loglevel:6”.
Was able to reinstall cuda_10.1.105_win10_network.exe which was the package I had originally installed in June. Everything seems to work as before however it did not update My new installation of Visual Studio 2019. Visual Studio 2017 did get updated and can compile Cuda projects.
Tried Unzipping the cuda_10.1.243_426.00_win10.exe to a temp directory and then ran
setup.exe -log “C:\Users\Trevor\Desktop” -loglevel:6 in an Elevated Command Prompt
This failed to run the installer.
If I run just setup.exe the installer runs and I get the original error “NVIDIA Installer Failed”
Also tried setup.exe -log runs but no log is written (would have expected it to be written to the Current Working Directory)
Also tried setup.exe -log -loglevel:6 runs but no log is written (would have expected it to be written to the Current Working Directory)
So to summarize, if I add a path argument to the -log flag the setup.exe fails to run, no error messages.
If the command line does run, I get the original error.