How do you make a WiX project build when dependent files have changes?
Posted
by Scott Langham
on Stack Overflow
See other posts from Stack Overflow
or by Scott Langham
Published on 2010-04-28T14:38:51Z
Indexed on
2010/04/28
14:43 UTC
Read the original article
Hit count: 190
Hi,
I've adopted a Visual Studio solution that contains a number WiX projects. We build the solution from an MsBuild script to generate the product's installer msi.
The problem I'm experiencing is that if I build (and don't rebuild), even if exe's and dll's get updated that need to be put in the installer, the WiX build system doesn't seem to detect this and skips building the installer as it thinks it's already up to date.
How do I work out what the dependencies are that are needed to build a WiX project, and how do I tell the Wix build system to watch out for them changing so it knows to build instead of skip?
© Stack Overflow or respective owner