cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lasiewicz
Level 6

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.
Labels (1)
0 Kudos
(1) Reply
Evan_Border
Level 8

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.
0 Kudos