HyperT Posted June 2, 2004 Posted June 2, 2004 hey all, I'm testing out an unattended installation of vs.net 2003 and have run into a problem:both 'start /wait' and 'runonceex' do not wait until setup is finishedis there a program that pauses batch execution until a certain process (setup.exe) finishesis there another solutionany help much appreciated
GreenMachine Posted June 2, 2004 Posted June 2, 2004 In such cases I make a loop in the command script that will sleep X seconds a Y number of times, or until a specific file can be found, such as the shortcuts for the program being installed. I'm not sure how to make it process dependednt, but there is always a way ...
Strat79 Posted June 3, 2004 Posted June 3, 2004 Auto IT is a simple scripting language like VB that could handle this fairly easy. May be easier methods but just a suggestion.
gosh Posted June 3, 2004 Posted June 3, 2004 Look at sleep.exe from the server 2003 reskit tools, which is a free 13 meg download. www.microsoft.com/reskit-gosh
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now