Re: [WiX-users] ALLUSERS property and upgrades

2008-12-03 Thread Rob Mensching
The "Type" must match the KeyPath of the Component that you are searching for. -Original Message- From: Colin Bleckner [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 15:35 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ALLUSER

Re: [WiX-users] ALLUSERS property and upgrades

2008-12-03 Thread Colin Bleckner
nique to that previous version, then > (impersonating Rob) I'd do a ComponentSearch for that component guid, then > that property can be used in a launch condition. > > Phil Wilson > > > -Original Message- > From: Colin Bleckner [mailto:[EMAIL PROTECTED] >

Re: [WiX-users] ALLUSERS property and upgrades

2008-12-03 Thread Ian Elliott (Excell Data Corporation)
uot;)); return ERROR_SUCCESS; } } -Original Message- From: Wilson, Phil [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 2:47 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ALLUSERS property and upgrades Hang on - scratch that.

Re: [WiX-users] ALLUSERS property and upgrades

2008-12-03 Thread Wilson, Phil
ndows Installer XML toolset. Subject: Re: [WiX-users] ALLUSERS property and upgrades The Upgrade stuff is good at detecting specific versions of installed products using UpgradeCode. That can be used to set a property if the product is found. There's a potential sequencing iss

Re: [WiX-users] ALLUSERS property and upgrades

2008-12-03 Thread Wilson, Phil
property can be used in a launch condition. Phil Wilson -Original Message- From: Colin Bleckner [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 2:34 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ALLUSERS property and upgrades That&

Re: [WiX-users] ALLUSERS property and upgrades

2008-12-03 Thread Colin Bleckner
That's unfortunate, thanks for confirming that for me though. Any idea how to craft a Condition element that's based on a previous installation's Product's Version setting? On Wed, Dec 3, 2008 at 2:11 PM, Ian Elliott (Excell Data Corporation) < [EMAIL PROTECTED]> wrote: > I think you are stuck w

Re: [WiX-users] ALLUSERS property and upgrades

2008-12-03 Thread Ian Elliott (Excell Data Corporation)
I think you are stuck with the dialog option. Per-user can only uninstall that user, and per-machine can only uninstall per-machine, AFAIK. -Original Message- From: Colin Bleckner [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 1:38 PM To: General discussion for Windows Inst