- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: QWORD registry values
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
QWORD registry values
Using Installshield 2022 R2.
Is it possible to set a REG_QWORD value under a registry key? When using the "Installation Designer" they don't get displayed when looking at the "Source computer" registry so it looks like they are unsupported.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi -
Its my understanding that Windows Installer does not support QWORD values in the registry table - hence why they are not displayed in Installshield.
We have a knowledge base article discussing this here:
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Support-for-QWORD-registry-values-and-InstallScript/ta-p/4535
In addition Microsoft's registry table details are here:
https://learn.microsoft.com/en-gb/windows/win32/msi/registry-table?redirectedfrom=MSDN
I think the only solution here would be to create a custom action to create the QWORD entries.
(Be sure to add an uninstall custom action as well to clean them up).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thanks for the info. I have done a custom action as a work around.
I am surprised there is still no support for QWORDS if they were added to Windows 2000.