-
As indicated in the documentation for RegistrySearch, I'm getting a pound sign prepended to the DWORD values that I'm trying to remember. I don't see any guidance indicating how to deal with this pound sign. Is there a way to remove it? The type for the registry value written by RegistryValue is changed when I supply the returned value even though I'm explicitly setting the type to integer. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Package.wxs (excerpt):
Registry.wxs
|
Beta Was this translation helpful? Give feedback.
-
Found this link: https://sourceforge.net/p/wix/mailman/message/30028676/ Confirmed that removing the type from the RegistryValue caused the MSI to create a DWORD registry value instead of a string. Not ideal, but may work. |
Beta Was this translation helpful? Give feedback.
Found this link: https://sourceforge.net/p/wix/mailman/message/30028676/
Confirmed that removing the type from the RegistryValue caused the MSI to create a DWORD registry value instead of a string. Not ideal, but may work.