Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Jeremy Farrell
http://lmgtfy.com/?q=msi+verbose+log > -Original Message- > From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] > Sent: Monday, October 04, 2010 9:52 PM > > Ok, how do I gereragte a verose log? > Cheers > Seanm. > > -Original Message- > From: Blair [mailto:os...@live.com] >

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Chad Petersen
Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Ok, how do I gereragte a verose log? Cheers Seanm. -Original Message- From: Blair [mailto:os...@live.com] Sent: 04 October 2010 21:15 To: 'General discussion for Windows Installer XML toolset.' S

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
Ok, how do I gereragte a verose log? Cheers Seanm. -Original Message- From: Blair [mailto:os...@live.com] Sent: 04 October 2010 21:15 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Issues when evaluating a condition You change both b

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Chad Petersen
erson. -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 12:58 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Hi: Even after changing the order, the conditions are

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Blair
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Hi: Even after changing the order, the conditions are still not working as expected. Anyone got any idea? All I need to do is see a particularly registry key exists. Cheers Sean. -Ori

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Hi: Thanks, just what I need, incidentally, what is the need to modify both the ui and execute sequences? Cheers Sean. -Original Message- From: Blair [mailto:os...@live.com

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
[WiX-users] Issues when evaluating a condition http://wix.mindcapers.com/wiki/Launch_Conditions -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 10:28 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-use

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Blair
http://wix.mindcapers.com/wiki/Launch_Conditions -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 10:28 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Hi

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 4:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Will decompiling the msi with dark give me the sequence ta

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Blair
ean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 4:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Will decompiling the msi with dark give me the sequence tables, or is orca the only way? C

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
0 10:10 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Issues when evaluating a condition Hi: I'm trying to write a launch condition for my installer. I have the following fragment: When the registry search takes place, it should set the value of the p

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Blair
@lists.sourceforge.net Subject: [WiX-users] Issues when evaluating a condition Hi: I'm trying to write a launch condition for my installer. I have the following fragment: When the registry search takes place, it should set the value of the property to "" I

[WiX-users] Issues when evaluating a condition

2010-10-03 Thread Sean Farrow
Hi: I'm trying to write a launch condition for my installer. I have the following fragment: When the registry search takes place, it should set the value of the property to "" I hthen have the following condition: The condition is still evaluated to true, even