Cura/packaging/NSIS
Remco Burema 562184166e Make it possible for another user to uninstall.
Users other than the original installer, can't easily uninstall, even if they have the rights. This should be possible. Users without the rights can still try to start the program, but would then need permission and get kicked out. 'HKCU' is a shorthand referring _only_ to the current user. 'HKCR' is a shorthand that refers _both_ to the current user _and_ the local machine. Most (except one) of the registry keys in the old setup (with CPack) where 'installed' to the latter, only one, which doesn't even seem to exist anymore in the new setup, refrered to the former. In short: This commit should restore the ability to uninstall Cura from any sufficiently elevated account to do such action, as was done by the 'old' buildsystem.

should fix Ultimaker/Cura#12582
2022-07-08 15:59:04 +02:00
..
cura_banner_nsis.bmp Copy the packaging scripts/resources and set GH env 2022-07-01 10:32:12 +02:00
fileassoc.nsh Ported nsis scripts and resource from cura-build-environment 2022-07-01 06:18:43 +02:00
nsis-configurator.py Revert "Deal with missing build version number" 2022-07-05 14:13:42 +02:00
Ultimaker-Cura.nsi.jinja Make it possible for another user to uninstall. 2022-07-08 15:59:04 +02:00