InstallAware for Windows Installer
 

miaAddMergeFile

This function adds a Merge Module to an InstallAware project.

void WINAPI miaAddMergeFile(
	const char* Merge
);

Merge

Specifies the full path to the Merge Module to use. The Merge Module must already exist. The Merge Module will be copied to the project folder when the project is finalized using the miaFinalizeProject function.