That worked. Thank you!
Hello, I am creating a self extracting zip file to launch a batch file (which creates a backup file) which then subsequently launches an installer. When I set RunProgram to the batch file (RunProgram="Preinstaller.bat"), all of the supporting installer files are NOT extracted and the installer subsequently fails. When I set RunProgram to the Installer.exe file (RunProgram="Installer.exe"), all of the supporting installer files are extracted and the installer is successful. However, I am not able...