miaFinalizeProject
This function flushes in-memory structures for an InstallAware project to disk and forms a valid MPR project file which may later be used by the IDE, the command line build tool, or the automation interface.
void WINAPI miaFinalizeProject( const char* SaveFile, int ScriptLines );
SaveFile
Specifies the full path to the project file. It is recommended the project file end with a MPR extension since this is the standard file extension used for InstallAware projects.
ScriptLines
Indicates the number of lines present in the script file referenced by the project. This value may be obtained using the miaGetTotalLines function.