Re: [WiX-users] Deleting files in a patch...

2014-01-20 Thread Blair Murri
for new files that do not need to be registered to null. (to allow for deletion in future patches) Then apply the patch. Resulting in the null component id files not getting installed. Message: 6 Date: Tue, 14 Jan 2014 11:29:15 -0800 From: Phil Wilson Subject: Re: [WiX-users] Deleting files

Re: [WiX-users] Deleting files in a patch

2014-01-15 Thread Phil Wilson
om] > Sent: Monday, January 13, 2014 10:09 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Deleting files in a patch > > The msdn doc says the following for component id in the column table. > ComponentId --> If this column is null the installer does not register th

Re: [WiX-users] Deleting files in a patch...

2014-01-14 Thread Mita Patel
olset.687559.n2.nabble.com/How-to-get-package-version-using-burn-API-tp7591717p7591752.html Sent from the wix-users mailing list archive at Nabble.com. -- Message: 6 Date: Tue, 14 Jan 2014 11:29:15 -0800 From: Phil Wilson Subject: Re: [WiX-users] Deleting files in a patch... To: "Gener

Re: [WiX-users] Deleting files in a patch

2014-01-14 Thread Laurene Koman
r approach?) From: Mita Patel [mpa...@esri.com] Sent: Monday, January 13, 2014 10:09 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Deleting files in a patch The msdn doc says the following for component id in the column table. ComponentId -

Re: [WiX-users] Deleting files in a patch...

2014-01-14 Thread Phil Wilson
It looks like you hijacked an existing discussion thread, so I'll start a new one. ... Yes, that's the way it works. That might not be the best way to remove files if you decide you want them back later. An alternative is to make the component transitive and use a property to make the actual file

[WiX-users] Deleting files in a patch

2014-01-13 Thread Mita Patel
The msdn doc says the following for component id in the column table. ComponentId --> If this column is null the installer does not register the component and the component cannot be removed or repaired by the installer. This might be intentionally done if the component is only needed during the