Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-28 Thread Castro, Edwin G. (Hillsboro)
; From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Saturday, June 26, 2010 4:15 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] XmlFile Getting Scheduled During Uninstall > > On 6/25/2010 3:48 PM, Castro, Edwin G. (Hillsboro) wrote: > > Does anybody kn

Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-26 Thread Bob Arnson
On 6/25/2010 3:48 PM, Castro, Edwin G. (Hillsboro) wrote: > Does anybody know under what circumstances SchedXmlFile would schedule > ExecXmlFile during uninstall? > Pretty much always. In general, use XmlFile with Permanent="yes" for files you're installing and XmlConfig when you need to mod

Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-25 Thread Castro, Edwin G. (Hillsboro)
gt; -Original Message- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Friday, June 25, 2010 1:39 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] XmlFile Getting Scheduled During Uninstall > > I had n

Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-25 Thread Castro, Edwin G. (Hillsboro)
I had not noticed the Permanent attribute in the documentation: Permanent YesNoType Specifies whether or not the modification should be removed on uninstall. This has no effect on uninstall if the action was deleteValue. I'm not specifying the Permanent attribute in my authoring. I'm assuming th