Does Wix5 uses .wxsprep file during project compilation ? #9082
Unanswered
CharanGali
asked this question in
Questions
Replies: 1 comment 2 replies
-
What is |
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.
-
Question
We have observed different behaviour while using the .wxsprep file in wix5.
Wix3 Use Case:
we have generated
.wxsprep
with Registry components using preprocessor.While creation of msi, wix uses this
.wxsprep
file during compilation and all registry values are being updated/added during installation.Wix5 Use Case:
Similarly, we have generated
.wxsprep
with Registry components using preprocessor.After creation of msi using wix5, compiler is not considering this
.wxsprep
file. During installation - registry values are not updated.Workaround:
When we make the change to create registry components directly in existing
.wxs
file instead of creating new.wxsprep
file.msi installation starts updating the registries.
Is this the expected and changed behaviour from Wix5 ?
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions