frogman_94
21st January 2009, 23:50
When I create a new install.exe I want it to go into a new directory based on the version number. Is this possible?
OutFile ".\${APP_VERSION}\${INSTALLER_NAME}"
If the new directory does not exists I get an error stating "Can't open output file"
I can manually create the directory and then it works but I was hoping the script would be able to do it automatically.
OutFile ".\${APP_VERSION}\${INSTALLER_NAME}"
If the new directory does not exists I get an error stating "Can't open output file"
I can manually create the directory and then it works but I was hoping the script would be able to do it automatically.