Tagged Questions
2
votes
1answer
485 views
WiX upgrade question - file's major version was incremented, but revision is lower, now old file removed, yet new file is not copied during upgrade
I automatically generate a WiX file for my installer based on a directory (it's for a web app), and it includes references to the following 3 .Net assemblies:
Migrator.dll
Migrator.Framework.dll
...
2
votes
1answer
448 views
Wix upgrade succeeds but new file is missing
Given two versions of the same wix installer, I am attempting a minor upgrade (same upgrade and product code, version incremented) but having a problem. It includes two features, to each of which I ...
0
votes
1answer
734 views
Building Wix 3.0 upgrade and patch
1)What are the best practices of building, patches?
2)Is it possible to build patch between major upgrade(Product code is changed) build?
3)How to ship content(static files) update for a product
We ...
2
votes
1answer
2k views
Wix Major Upgrade, what am I doing wrong?
Upgrades work fine if no components have changed, but any time a component changes the upgrade fails and it requires the user to manually uninstall and reinstall.
Some snippets:
<Product Id="*" ...