Magus wrote:
It appears that if I show any other dialog that requires the MSI to do
something the dialog works, but I don't have a purpose for any dialogs.  My
custom actions all happen after CostFinalize, but I guess costing complete
might not be done at that time for some reason?

As I mentioned before, that's covered in the MSI SDK doc. Costing continues in the background, at least during the UI. The doc says:

The property is set dynamically during disk space costing and is set to 1 as soon as the costing is complete. This property is initialized to 0 by the CostFinalize action <costfinalize_action.htm>.

Your custom action isn't typical, so I don't know what the ramifications are of not yielding back to the MSI UI.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to