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
OutFile
2 posts
It support both absolute and relative paths.
Examples:
OutFile "c:\bla.exe"
OutFile "..\bla\bla.exe"
Examples:
OutFile "c:\bla.exe"
OutFile "..\bla\bla.exe"