InstallAware for Windows Installer
 

miaAddSupportFile

This function adds a support file to an InstallAware project.

void WINAPI miaAddSupportFile(
	const char* Support
);

Support

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