Re: [WiX-users] Prevent overwrite on upgrade

2007-07-24 Thread Mike Dimmick
ll you can change what Windows Installer does by setting the REINSTALLMODE property. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LEMIRE, JOHN Sent: 24 July 2007 17:08 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Prevent ov

[WiX-users] Prevent overwrite on upgrade

2007-07-24 Thread LEMIRE, JOHN
Hi, I have a scenario where a product has a config file that gets installed with some default values at initial install. The user may subsequently add or remove lines from this file. Therefore on upgrade I do not want it to get overwritten with the initial version again. The file is actually alrea