Hi
I want to show my own dialog at the end of the installation instead of the
default ExitDailog
I want to show only if the action is install and its successful
I want to show the default ExitDialog if the action is remove. How can I do
this ?
I tried doing this
<InstallUISequence>
<Show Dialog="MyExitDialog" OnExit="success">
NOT Installed
</Show>
</InstallUISequence>
<AdminUISequence>
<Show Dialog="MyExitDialog" OnExit="success">
NOT Installed
</Show>
</AdminUISequence>
This is working fine for one of my requirement i.e that its showing my custom
dialog (MyExitDialog) after the installation is successful.
But the problem with this is that if the product is already installed and the
user has chosen Remove (among the three options Change Repair and Remove) then
no dialog is shown after the product is removed. (Here I want the default
ExitDialog to be shown)
I even Tried this
<InstallUISequence>
<Show Dialog="ExitDialog" OnExit="success">
Installed OR REMOVE
</Show>
<Show Dialog="MyExitDialog" OnExit="success">
NOT Installed
</Show>
</InstallUISequence>
<AdminUISequence>
<Show Dialog="ExitDialog" OnExit="success">
Installed OR REMOVE
</Show>
<Show Dialog="MyExitDialog" OnExit="success">
NOT Installed
</Show>
</AdminUISequence>
The behavior in this case is also the same as above :(
Is there any property or flag which tells us the user has chosen REMOVE ??
Thanks and Regards
Srinivas
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users