Re: [WiX-users] Property Behavior in Repair vs. Upgrade

2011-05-11 Thread Aaron DeMarre
st as the patches and repairs do. Thanks for the simple solution, if you are in the Seattle area, or ever visiting, I owe you a beer (or the beverage of your choice)! -Aaron On Mon, May 9, 2011 at 9:11 PM, Blair wrote: > Look at ComponentSearch. > > Blair > > -Original Messag

[WiX-users] Property Behavior in Repair vs. Upgrade

2011-05-06 Thread Aaron DeMarre
I am wondering if there is a way to get my major upgrade to behave like repair - where properties are restored. I have three properties that determine the install location of various components. I was short sighted and only saved the INSTALLOCATION property to the registry. Now when doing a major

Re: [WiX-users] Patch Creation Issues

2011-01-25 Thread Aaron DeMarre
ult config file changes with > PatchWiz, > but then again I gave up on PatchWiz after it hung my build system one too > many times. > > -Blair > > -Original Message- > From: Aaron DeMarre [mailto:adema...@gmail.com] > Sent: Thursday, January 20, 2011 12:36 PM >

Re: [WiX-users] Patch Creation Issues

2011-01-20 Thread Aaron DeMarre
it, it uses the fragmentation of the updated installer (and > ignores the fragmentation of the original), but Peter is a much better > authority than I on that. > > -Blair > > -Original Message- > From: Aaron DeMarre [mailto:adema...@gmail.com] > Sent: Monday, Jan

Re: [WiX-users] Patch Creation Issues

2011-01-17 Thread Aaron DeMarre
hen your property is being > cleared/not set erroneously. Compare a verbose log from a non-patched > installation and one from the patched one. > > Blair > > -Original Message- > From: Aaron DeMarre [mailto:adema...@gmail.com] > Sent: Friday, January 14, 2011 12:23 PM &g

Re: [WiX-users] Patch Creation Issues

2011-01-14 Thread Aaron DeMarre
outputs, some modified files are included, others are not. -Aaron On Fri, Jan 14, 2011 at 11:28 AM, Aaron DeMarre wrote: > Hello all, I am having some issues creating a patch and was hoping to get > some insight. > > I am using the "Using Purly Wix" guide here: > http://w

[WiX-users] Patch Creation Issues

2011-01-14 Thread Aaron DeMarre
operty to not be set when it should be set during a patch. Or if this is an issue with the patch itself, and not the installer it is patching. Any help would be appreciated, especially on how to control (exclude) files from getting into the patch. Thanks in ad