Howdy,
In my installer I should show licensing dialog at the end of installation.
If the product is removed, the licensing dialog should not be shown though
and user exit dialog should be shown instead. I try to use conditions like
below:
    <InstallUISequence>
      <Show Dialog="LicensingDlg" OnExit="success">
        <![CDATA[Not Installed OR (Installer AND REMOVE <> "ALL")]]>
      </Show>

This way LicensingDlg is shown at the end of fresh installation or repairing
only. This is what I wanted to achieve. However, when I uninstall the
product, the LicensingDlg is not shown, UserExitDlg isn't shown and
uninstall finished without any final dialog..Which is logical..
Then, I try to show UserExit dialog at the end of uninstall
only(REMOVE="ALL"):
      <Show Dialog="ExitDlg" OnExit="success">
        <![CDATA[REMOVE = "ALL")]]>
      </Show>
However, with this line LicensingDlg isn't shown during installation and
ExitDlg isn't shown during removing the product.
What I am doing wrong?? How can I achieve my needs??



-- 
View this message in context: 
http://n2.nabble.com/Skip-dialog-during-uninstall-tp1358869p1358869.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to