Hi.
I have a custom action that runs when my exit dialog's finish button is
pressed. Is it possible to make the installer shut down when my custom
action has run. As it is now, the custom action us run each  time the
finnish button is pressed, but I can't exit the installer.

This is my custom action:
<CustomAction Id="MyCustomAction" BinaryKey="_96" DllEntry="MyCustomAction"
Execute="immediate" />

This is my finnish button:
<Publish Dialog="MyExitDialog" Control="Finish" Event="DoAction"
Value="MyCustomAction"">CHECKBOXVALUE = "1" </Publish>

This is my InstallExecuteSequence:
<InstallExecuteSequence>
      <Custom Action="MyCustomAction"
After="InstallInitialize">CHECKBOXVALUE = "1"</Custom>
</InstallExecuteSequence>

The CHECKBOXVALUE is set to "1" after the progress dialog and before my exit
dialog. I am using the InstallDir dialog set.

Best regards
Peter
-------------------------------------------------------------------------
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