I made a batch script where I am calling AdvancedInstaller.com to build the installer and then i have several other commands that i need to execute in my batch script.
But it seems like calling AdvancedInstaller.com exits the batch script and none of the other commands that appear afterwards can run.
Here is what my simple batch script looks like:
Code: Select all
call AdvancedInstaller.com /build "C:\Advanced Installer Setup\setup.aip"
echo "Done building installer!!"
xcopy /y /s /q "C:\Advanced Installer Setup\Setup Files\*" "C:\CD" /E
Thanks,
Dmitry