The CostFinalize standard action will complete the process of determining how much space would be required for the installation. But does the CostFinalize action have a return value? Which property would hold this return value.
There are 3 steps to a it
1) Cost Initialize (CI)
2) File Cost (FC)
3) Cost Finalize (CF)
CI starts the costing process which is the method used by Microsoft Windows Installer to determine the disk space required by all the components in an installation. Costing takes into account factors such as whether existing files need to be overwritten.
The FC action is called immediately following the CI action.
The installer then determines the disk-space cost of every file in the File table, on a per-component basis taking both volume clustering and the presence of existing files that may need to be overwritten into account. All actions that consume or release disk space are also considered. If an existing file is found, a file version check is performed to determine whether the new file actually needs to be installed or not
Costing is done for each component in the Component table.
The CF action ends the internal installation costing process begun by the CI action.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.