Qt Installer Framework: Create registry key
Unsolved
General and Desktop
-
Hi
I managed to create registry keys for windows using
addElevatedOperation("GlobalConfig", "Company", "App", "key", "value")but the are stored in HKEY_CURRENT_USER and I need it to be placed under HKEY_LOCAL_MACHINE
the package.xml has the <RequireAdminRights>true</RequireAdminRights>
How I can add a keys in hkey_local_machine?
thx