Alexander Botowski wrote:
> is there a way to force Windows Installer to complete costing immediately
> after CostFinalize so that CostingComplete property will be set to 1?
>   

No, it's designed to continue in the background while the user goes 
through the UI.

> If I call InstallValidate action before MsiEnumComponentCosts(), it works.
> But I suppose this is not the right way to do it since InstallValidate is
> destined for the InstallExecuteSequence, not for the UI phase.
>   

If you have an external UI handler, you can do everything in the execute 
sequence.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to