Re: [WiX-users] Automating maintenance of component lists

2006-12-11 Thread André Pönitz
Steve Bennett wrote: > Hi all, Hi Steve. > I'm trying to automatically maintain wix source files to > generate a .msi as the final stage of a build process. That > is, each time a build is done, I'd like to update a wix > source file to refer to the latest set of files that are > designated

Re: [WiX-users] Automating maintenance of component lists

2006-12-10 Thread Blair Murri
As I understand it, the problems will most likely surface when doing upgrades. If you always change the ProductCode every build, AND you schedule the RemoveExistingProducts action at the earliest permissible point (see the specs for that action to know the permissible locations to schedule it) y