Re: [WiX-users] Suppress redeployment of a file during repairs

2011-09-30 Thread Peter Shirtcliffe
Rather than not deploying the file you probably want to persist the properties that the GUI input is stored in. -Original Message- From: Gary Gocek [mailto:g...@gocek.org] Sent: 30 September 2011 17:11 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Suppress redeployment of a

[WiX-users] Suppress redeployment of a file during repairs

2011-09-30 Thread Gary Gocek
I deploy an unversioned file (with a CompanionFile setting) and modify the file during the install based on GUI entries. The repair case does not present the whole GUI, just the maintenance dialog, so during a repair, the file gets redeployed but the GUI entries are not available to re-modify it