miaSetScriptFile
This function sets the script file referenced by an InstallAware project.
void WINAPI miaSetScriptFile( const char* ScriptFile );
ScriptFile
Specifies the script file to use:
- If a file name without path information is used, the script file will be assumed to exist in the same folder as the project file. This allows for maximum portability when moving projects to different folders/computers.
- If a file name with path information is used, the script file must exist in the absolute path referenced. This may make it more difficult to move projects, because the script file will still be expected to reside in the same folder.
Note
The script file does not need to exist at the time the function is called. This function only sets the project reference for the script file, it does not attempt to access the script file itself.