September 19, 200421 yr If I specified a DetachedProgram in my winnt.sif, will the Setup waits until the DetachedProgram ends?One more question: Can I specify more than one custom program in DetachedProgram?Thanks for your replies.
September 19, 200421 yr If I specified a DetachedProgram in my winnt.sif, will the Setup waits until the DetachedProgram ends?No, it runs detached from setup.One more question: Can I specify more than one custom program in DetachedProgram?Only one program can be run.EDIT: Here's more on it:http://www.microsoft.com/resources/documen...iunattended.asp
September 19, 200421 yr - it doesn't wait- you should have your program somewhere on C drive and use this kind of winnt.sif entry:DetachedProgram="\BLAH\BLAH.EXE"- to have more than one detached program, i recommend you to make one that will start the others
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now