Re: [WiX-users] Am I using a property and condition correctly

2007-05-24 Thread Gareth at Serif
You need a "1" in your new dialog publish too... 1 -- View this message in context: http://www.nabble.com/Am-I-using-a-property-and-condition-correctly-tf3801422.html#a10780538 Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Am I using a property and condition correctly

2007-05-23 Thread Bob Arnson
Mike Menaker wrote: Guid='0BBCE421-BC25-46cc-8A86-3F9EAEF4A839'> ... (I cut out the stuff here, doesn't matter) If that's literal, you need to change the single quotes to double quotes. -- sig://boB http://joyofsetup

Re: [WiX-users] Am I using a property and condition correctly

2007-05-23 Thread Mike Menaker
PROTECTED] Sent: Tuesday, May 22, 2007 6:06 PM To: Mike Menaker Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Am I using a property and condition correctly Ignore those extra spaces, I don't know where they came from. :-P 1 //aj On 5/22/07, Aaron Shurts <[EMAIL PROTECTED

Re: [WiX-users] Am I using a property and condition correctly

2007-05-22 Thread Aaron Shurts
Ignore those extra spaces, I don't know where they came from. :-P 1 //aj On 5/22/07, Aaron Shurts <[EMAIL PROTECTED]> wrote: The condition on your publish property event appears to be the problem. If you always want this event to trigger than this text: TRUE should read like this: < Publish P

Re: [WiX-users] Am I using a property and condition correctly

2007-05-22 Thread Aaron Shurts
The condition on your publish property event appears to be the problem. If you always want this event to trigger than this text: TRUE should read like this: 1 When you have just "TRUE" in there. The installer isn't really checking against anything so that condition will always evaluate to false

[WiX-users] Am I using a property and condition correctly

2007-05-22 Thread Mike Menaker
Hi, I'm not sure what I'm doing wrong. When one feature is selected it will go to a certain dialog, in this dialog I will always set a property to true. And later I will check this property in a component. Here is what I have in the dialog: TRUE