Nope. It's not an internal command of cmd.exe. It does not exist on a Win-XP CD. You add it yourself. However, I did some attempts in the past to run it on XP. It works when explorer shell is loaded. There's a mess with the order of GOTO or SET under XP. SET /P is good enough. The only problem is taht there's no default answer that could be set after some designated time. @ spacesurfer You can use an application installer like W.A.I.T. or KTOOL. There are may apps for this purpose, however.
@ Cygnus Thank you for the link. The main advantage of this installer is that it's supported by silent switches. That's indicated in the help file as I haven't used it yet. Is that true, practically? And, how do you use use it to install HotFixes? I mean, can the files inside a package be given switches, individually? Thanks.
@ ashrafzia /VERYSILENT /SP- is not a valid switch for WMP package. I used to use this with the orig EXE: start /wait %systemdrive%\Install\WMP10\mp10setup.exe /C:"setup_wm.exe /Q /R:N /NoPID /DisallowSystemRestore"
You cannot change this in the window... how DO you change it?You don't need (nor have) to change that in the window you're referring to. Let it be there and go with the flow. But you change it on the command line to: TRANSFORMS=Unattended.MST /qb- given that Unattended.MST is placed in the same folder where Office setup files are. In which batch file to put Office setup commands: You put them in any batch file used for installing other apps during windows setup. I'm not sure about SVCPACK, however. But, start.cmd is a good place.
I don't know if my answer could be useful in your situation. If you install WIN-XP using WINNT32.exe, add this switch to your command line: /tempdrive:D:\ If you install WIN-XP using WINNT.exe, add this switch to your command line: /t:D:\ Those switches are supposed to make Drive D be the place where SETUP extracts its files to.
What are those /qn /s /v spread everywhere in your CMD? Each app has its own silent switch. For WMP9, WMP10, or WMP11, I extract the original EXE then create a SFX with these arguments: I, then, run the SFX from anywhere starting from T-13 and down.