In the code, the NSIS/version 2.0/win64/CUDA VS Wizard.nsi file contains a hard-code list of registry keys to find the installation directory of VS: Function .onInit IntOp $b $b + 1 ReadEnvStr $SysVersion PROCESSOR_ARCHITECTURE ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\VisualStudio\8.0" "InstallDir" ReadRegStr $R1 HKLM "SOFTWARE\Microsoft\VCExpress\8.0" "InstallDir" ReadRegStr $R2 HKLM "SOFTWARE\Microsoft\VisualStudio\9.0" "InstallDir" ReadRegStr $R3 HKLM "SOFTWARE\Microsoft\VCExpress\9.0" "InstallDir"...
This also happened to me just now for MSVC 14. I'll take a look but it will likely take a while - I don't have any real experience with CUDA and not a lot with MSVC, but I need to get mfaktc compiled and MSVC 14 seems to be the only way to do that ...