Guid='*' is not valid when use <File> and <RegistryKey> in a Component #7940
Unanswered
rainbowechoes
asked this question in
Questions
Replies: 1 comment 1 reply
-
The actual error messages are often very instructive. Not including the actual error text makes it hard to be helpful. PS: Why did you add |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I use HarvestDirectory and xslt in wixproj to generate the wxs file.
this is the original xslt file:
this is the original result:
but this result got ICE38 errors if I don't supress these(here is a similar question description), so I changed the xslt file like this:
changed xslt file:
then I got this generate result:
but now, I still have WIX0230 errors. I think I need to change the GUID to a fixed value, right? but I don't how to do this, anyone can help me?
Beta Was this translation helpful? Give feedback.
All reactions