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

2008-07-15 Thread Amir Kolsky
#x27;t using it Wilogutl.exe<http://msdn.microsoft.com/en-us/library/aa372811.aspx>is a nice tool to analyze the logs with. On Mon, Jul 14, 2008 at 3:16 PM, Amir Kolsky <[EMAIL PROTECTED]> wrote: > Anyone? HELP? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[E

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
OK... So this, I don't get... Given: Which *obviously* does not exist :-) Why does: IT_EXISTS AND NOT Installed Get invoked? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky

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 Amir Kolsky
make the documentation clearer? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 act

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

[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

Re: [WiX-users] New Wix 3.0 User - confused

2008-07-11 Thread Amir Kolsky
hu, Jul 10, 2008 at 5:12 PM, Amir Kolsky <[EMAIL PROTECTED]> wrote: > 2. The Custom looks like this: > > Id="QtExecCmdLine" > Value='"[ProgramFilesFolder]\SomeBat" -filename > "[ProgramFilesFolder]\Some.cab"' /> &

Re: [WiX-users] New Wix 3.0 User - confused

2008-07-10 Thread Amir Kolsky
ade element. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky Sent: Thursday, July 10, 2008 16:41 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] New Wix 3.0 User - confused Hi All. So, I'm trying to use Wix 3.0 but it is really

[WiX-users] New Wix 3.0 User - confused

2008-07-10 Thread Amir Kolsky
Hi All. So, I'm trying to use Wix 3.0 but it is really hard (I know it's a beta...) A few questions : 1. Is there any documentation for 3.0 anywhere? 2. I'm trying to execute the following: It does not work... I try this: It works... why? What are the al