Re: [WiX-users] Weird behaviour when patching

2008-10-04 Thread Bob Arnson
Eitan Behar wrote: > The issue is that I expect in both scenarios to behave the same, /qr does > the right thing, REINSTALL=ALL is not the behavior I need. /qb (or /qn) are > doing something which I don't want (reinstalling the whole feature). Assuming that you're using MSI 3.0 or later, it will

Re: [WiX-users] Weird behaviour when patching

2008-09-28 Thread Eitan Behar
Re: [WiX-users] Weird behaviour when patching Eitan Behar wrote: > I am getting different behaviours when installing a patch using /qb vs /qr > from the command line. The patch only needs to replace two dll files. > When the UI sequence is run, it supplies the feature action states.

Re: [WiX-users] Weird behaviour when patching

2008-09-28 Thread Bob Arnson
Eitan Behar wrote: > I am getting different behaviours when installing a patch using /qb vs /qr > from the command line. The patch only needs to replace two dll files. > When the UI sequence is run, it supplies the feature action states. When it's skipped, MSI figures out what to do. If you ha

[WiX-users] Weird behaviour when patching

2008-09-28 Thread Eitan Behar
Hi, I know this is a MSI related issue, and not WIX, but this is the only user-group when I can ask questions, and get answers :^) I am getting different behaviours when installing a patch using /qb vs /qr from the command line. The patch only needs to replace two dll files. Using /qb, I get eve