msbuild - How do you make a WiX project build when dependent files have changes? -


i've adopted visual studio solution contains number wix projects. build solution msbuild script generate product's installer msi.

the problem i'm experiencing if build (and don't rebuild), if exe's , dll's updated need put in installer, wix build system doesn't seem detect , skips building installer thinks it's date.

how work out dependencies are needed build wix project, , how tell wix build system watch out them changing knows build instead of skip?

thanks.

this facility added wix 3.6 little fanfare - in wix 3.6 release notes says ".wixproj msbuild projects support incremental build."


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -