On Wednesday, April 3, 2024, 08:21:10, Dániel Tóth wrote:
is it possible to put the uninstall registry entries to HKLM, instead of HKEY_CURRENT_USER? Thanks for the answer!
This is the default; Inno will only place uninstall entry to HKCU if you changed PrivilegesRequired.
On Monday, April 22, 2024, 09:37:45, Dániel Tóth wrote:
Thank you for the answer! Is it possible to let the user run the installer without admin privileges, but still be able to install keys in HKLM?
No, that would be a security violation. HKLM in Registry and Program Files and Windows on the system drive are locations that can only be written to by elevated user accounts.