Hmmm..  Not sure then
 
I noticed that your conditions aren't mutually exclusive, and the sequence numbers for the two actions are the same.  Maybe try making the WelcomeDialog sequence be 1235, so they are different, and modify the condition for that to have "And ISEXE" on the end.
 
Other that, not sure.

 
On 6/8/06, Kalappa Pattar <[EMAIL PROTECTED]> wrote:

Hi John,

            It does not work if I modify the way you said.

 

Best Regards,

Kalappa Pattar

"In rivers, the water you touch is the last of what has passed and the first of that which comes, so with present time." - Leonardo Da Vinci

-----Original Message-----
From: John Ludlow [mailto: [EMAIL PROTECTED]]
Sent
: Thursday, June 08, 2006 4:51 PM
To:
Kalappa Pattar; [EMAIL PROTECTED]
Subject: Re: [WiX-users] How to get parameters passed to .MSI

 

Does it work if you change the condition on the InstallCancelDialog to  

 

(Not ISEXE Or ISEXE=0) AND Not Installed

John


On 6/8/06, Kalappa Pattar < [EMAIL PROTECTED]> wrote:

Hi All,

            I have a c# application which calls my .msi application.

I will pass a parameter ISEXE=1 while calling .msi file..

 

I want to install only through C# application not by double clicking the ...MSI.

< Show Dialog = "InstallCancelDialog" Sequence='1230'><![CDATA[ ISEXE=0 AND Not Installed ]]></Show >

 

< Show Dialog = 'Welcome_Dialog' Sequence='1230'><![CDATA[Not Installed And AND ISEXE<>0 ]]></Show>

 

Now whenever I try to install from .msi file it should open" InstallCancelDialog".

But everytime it's calling "Welcome_Dialog". Is there anything that I need to set to display "InstallCancelDialog" whenever the msi is clicked.

 

Appreciate your help.

 

 

Best Regards,

Kalappa Pattar

"In rivers, the water you touch is the last of what has passed and the first of that which comes, so with present time." - Leonardo Da Vinci

 


The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.

www.aztecsoft.com




_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 


The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.

www.aztecsoft.com

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to