Hi,

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

I have an external UI where I need to call MsiEnumComponentCosts() API to
display the available and required disk space for each drive, but it returns
error 1626 meaning costing is not completed yet.

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.

Alex
-- 
View this message in context: 
http://www.nabble.com/How-to-force-CostingComplete-tf4583611.html#a13084058
Sent from the wix-users mailing list archive at Nabble.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