views:

8

answers:

1

I'm regularly facing the problem that my merge module's references get out of sync with the file system. Between two builds, the content of some directories changes. Some files get removed and some new ones appear. Is there a way to automatically refresh these references so the merge module is in sync with the file system?

A: 

Windows Installer XML (Wix) is a solution (http://wix.sourceforge.net)

stanislas