Skip to content

Fix silent NSIS installs

Craig Scott requested to merge craig.scott/cmake:silent-nsis-installs into master

The installer should not put up a message box to confirm uninstall of a previous version for silent installs. Furthermore, when the uninstaller is invoked, do not show its confirmation dialog because either (a) the installer already asked the user or (b) the installer is running in silent mode.

This addresses issue #16328 (closed)

Merge request reports