Creating license key using the WIX installer in custom action
Hi,
I have created a setup program to install my product and creating the license key if not found(30 days).
I run my setup as an Administrator. My product installs fine but key is never created in HKEY_LOCAL_MACHINE. I am using the option "qlmLicense.StoreKeysOptions = EStoreKeysOptions.EStoreKeysPerMachine;" in my program. I never got any error but key is never created.
Can you please help me on this.
Thanks
Shailesh
-
Official comment
Hi Shailesh
In order to create a key under HKEY_LOCAL_MACHINE, make sure your setup is configured to run with elevated privileges.
Regards
John
Comment actions
Please sign in to leave a comment.
Comments
1 comment