Sergey Abakumoff wrote:
>       <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.
>   

You can't have multiple "success" dialogs, per the MSI SDK doc on 
InstallUISequence:

Each termination flag (negative value) can be used with no more than one 
action.

Consider moving up the licensing dialog to before the install, or 
launching it from ExitDlg.

-- 
sig://boB
http://joyofsetup.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