InstallAware for Windows Installer
 

miaAddDialogFile

This function adds a dialog file to an InstallAware project.

void WINAPI miaAddDialogFile(
	const char* Dialog
);

Dialog

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