Unable to create a Registry Key #8544
Unanswered
computerquip-work
asked this question in
Questions
Replies: 1 comment
-
Sounds like a bug. Please open an issue with a repro repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's been awhile since I've messed with WiX so this is probably a basic question. I wanted an installer that didn't do much other than create some registry keys. I had the following:
This is giving me:
I was trying to use the automatic feature table generation. If I specify an explicit feature table, the build succeeds (with the warning about no entries in the media table because there are none).
The explicit feature specification is simple:
I can't tell if I'm doing something wrong here or not. Some guidance would be appreciated.
EDIT: This is using v5.0.0 stable.
Beta Was this translation helpful? Give feedback.
All reactions