Title: Message

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

Reply via email to