Re: [WiX-users] Installing files every time

2006-10-30 Thread Bob Arnson
Stuart Cullen wrote: > The problem is that I want this to work over and over again maybe with > different external files but no change to the msi. However once the msi has > run on a machine it won't try the install again. Using a command line with > REINSTALL works but this won't run the first tim

[WiX-users] Installing files every time

2006-10-30 Thread Stuart Cullen
I have a msi that I have created which will install some standard files plus 2 files created explicitly for a customer. These are external to the msi (live in the same folder) and I have the msi install them by refering to them with a blank media tag. The problem is that I want this to work over