OutFile
The syntax for the OutFile just takes a final output filename. Is there a way to specify the path where this file goes vs. having it default to the same directory as the install script?
Thanks,
Art
Archive: OutFile
OutFile
The syntax for the OutFile just takes a final output filename. Is there a way to specify the path where this file goes vs. having it default to the same directory as the install script?
Thanks,
Art
It support both absolute and relative paths.
Examples:
OutFile "c:\bla.exe"
OutFile "..\bla\bla.exe"