Batch to kill installer process to move on with the script..
Posted: 27 Jan 2015 18:54
Hi Guys
I'm trying to make a batch file that makes a long install process, a lot more streamlined. Basically I want the batch to call a silent installer, then copy a xml file to save GUI config, the set folder permissions, and finally copy documentation.
Most of this is done but I'm stuck on the silent installer part. At the end it comes up with a "Click Close" dialogue box which stops the batch running until it's pressed. I've tried sleeping the batch for minutes then calling another batch to "kill" the installer.exe process and continue, but this adds too much time and also isn't reliable.
I was hoping for perhaps a better way of doing this. Any ideas greatly appreciated....thanks!
I'm trying to make a batch file that makes a long install process, a lot more streamlined. Basically I want the batch to call a silent installer, then copy a xml file to save GUI config, the set folder permissions, and finally copy documentation.
Most of this is done but I'm stuck on the silent installer part. At the end it comes up with a "Click Close" dialogue box which stops the batch running until it's pressed. I've tried sleeping the batch for minutes then calling another batch to "kill" the installer.exe process and continue, but this adds too much time and also isn't reliable.
I was hoping for perhaps a better way of doing this. Any ideas greatly appreciated....thanks!