This installs all packages except for visual_studio_integration_10.1, visual_profiler_10.1, documentation_10.1, occupancy_calculator_10.1, demo_suite_10.1, fortran_examples_10.1, samples_10.1, and Display.Driver.
I install my display driver with the nvidia-display-driver package, and then I disable telemetry with the disable-nvidia-telemetry package.
At the end of the cuda setup, because it is unable to detect/initiate the telemetry service, it returns the exit code -2147023836. However, the install did complete successfully, every single package is right where it should be, Windows detects the install, it can be uninstalled just fine, but because of this exit code, choco reports a package installation failure.
Please make the cuda package ignore the -2147023836 exit code.
Closing this because I'm not 100% sure it is a false positive now, I have some files missing from my installation. It may be for unrelated reasons, though,
My command for installing cuda is this:
This installs all packages except for
visual_studio_integration_10.1
,visual_profiler_10.1
,documentation_10.1
,occupancy_calculator_10.1
,demo_suite_10.1
,fortran_examples_10.1
,samples_10.1
, andDisplay.Driver
.I install my display driver with the
nvidia-display-driver
package, and then I disable telemetry with thedisable-nvidia-telemetry
package.At the end of the cuda setup, because it is unable to detect/initiate the telemetry service, it returns the exit code
-2147023836
. However, the install did complete successfully, every single package is right where it should be, Windows detects the install, it can be uninstalled just fine, but because of this exit code, choco reports a package installation failure.Please make the cuda package ignore the
-2147023836
exit code.