Skip to content
Discussion options

You must be logged in to vote

As long as the MSIs install the different architectures into different folders (which I think is what you are saying with the ProgramFiles references, and presumably you do since they can all be installed on the same computer), WiX can auto-assign the GUIDs for you.

If you want a deep analysis of your project, we offer code reviews at FireGiant. But after a quick look at your code, in your next major upgrade (aka when you can change the GUIDs), I'd recommend a pattern more like:

<ComponentGroup Id='PickSomethingUseful' Directory='ReferenceTheRootDirectoryForTheFollowingComponents'>
  <Component>
     <File Source="path\to\file.ext" />
  </Component>
</ComponentGroup>

I bet on a deeper rev…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@tristanlabelle
Comment options

Answer selected by tristanlabelle
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@barnson
Comment options

@robmen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants