patrickp Posted September 19, 2004 Posted September 19, 2004 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.
RyanVM Posted September 19, 2004 Posted September 19, 2004 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
buletov Posted September 19, 2004 Posted September 19, 2004 - 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
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