Re: [WiX-users] Another newbie question: condition on custom action

2008-07-15 Thread Amir Kolsky
ndows Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action I can't see anything obviously wrong here, but my suggestion is to create a verbose log and see what the property values are: msiexec /i setup.msi /l*vx Install.log Also, if you aren&

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-14 Thread Chris Mumford
: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Another newbie question: condition on custom > action > > OK... So this, I don't get... > > Given: > > > > > > > Which *obviously* does no

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-14 Thread Chris Mumford
D] > [mailto:[EMAIL PROTECTED] On Behalf Of Rob > Mensching > Sent: Friday, July 11, 2008 5:04 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Another newbie question: condition on custom > action > > See the text of the Custom elem

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-14 Thread Amir Kolsky
Anyone? HELP? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky Sent: Sunday, July 13, 2008 11:25 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action OK... So

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-13 Thread Amir Kolsky
Sent: Saturday, July 12, 2008 4:38 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action That would be a good thing to write in the chm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-12 Thread Neil Enns
Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action That would be a good thing to write in the chm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Saturday, July 12, 2008 2:12 PM T

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-12 Thread Amir Kolsky
question: condition on custom action Yes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky Sent: Saturday, July 12, 2008 13:33 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-12 Thread Rob Mensching
Yes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky Sent: Saturday, July 12, 2008 13:33 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action This means &quo

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-12 Thread Amir Kolsky
or Windows Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action Uhh, yeah. You asked how to "condition a custom action" and that says "specifies the condition of the action". Am I missing something? Is there some way we could

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-12 Thread Rob Mensching
D] On Behalf Of Amir Kolsky Sent: Friday, July 11, 2008 17:27 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action Are you referring to this? *Inner Text (xs:string)* Text node specifies the condition of the ac

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-11 Thread Amir Kolsky
toolset. Subject: Re: [WiX-users] Another newbie question: condition on custom action See the text of the Custom element in the WiX.chm. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky Sent: Friday, July 11, 2008 15:03 To: wix-users

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-11 Thread Rob Mensching
See the text of the Custom element in the WiX.chm. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky Sent: Friday, July 11, 2008 15:03 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Another newbie question: condition on custom action

[WiX-users] Another newbie question: condition on custom action

2008-07-11 Thread Amir Kolsky
Hi All! How do I a custom action (basically for NOT installed)? I tried to put it in a fragment but then it stops the uninstall dead. The level=0 is only accepted inside Features, but this is and install sequence thing... This must be trivial, what am I missing? Thanks, Amir