Replies: 1 comment 2 replies
-
|
Yep, the |
Beta Was this translation helpful? Give feedback.
2 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.
-
Question
I’m building an MSI with WiX Toolset and need to ship multiple versions of a version file coming from different directories (e.g. different SDK versions). The files have the same name and I want them to land in the same install directory, but only one version will be selected/installed at a time (mutually exclusive).
However, WiX build fails with errors like “Multiple primary references were found for Component …”, and MSI seems to treat them as the same file.
Is there a supported way in WiX/MSI to reference multiple same-named files and install only one of them into the same target path (like using Conditon)? Or is renaming/changing the directory the only valid solution?
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions