This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Quadword registry type
Subscribe
- 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
Jul 25, 2013
03:06 PM
Quadword registry type
I have been asked to create a registry key of type Quadword.
I can do this from a custom action in C++ , but I would rather have the registry associate with the component.
Is there any way to do this.
I can do this from a custom action in C++ , but I would rather have the registry associate with the component.
Is there any way to do this.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 25, 2013
10:16 PM
lasiewicz wrote:
I have been asked to create a registry key of type Quadword.
I can do this from a custom action in C++ , but I would rather have the registry associate with the component.
Is there any way to do this.
Unfortunately Microsoft Windows Installer does not support QWORD registry values, so it will need to be done using a custom action.
