Computer Services
Stanton/Wilmington Campus 
XP documentation and procedures
Office XP

Observations

Preperation

Steps to prepare an administrative install point on server where all installs will take place from

Notes for NT deployment

OK, this puppy has been a royal pita. It has to install system update files which trigger an update. OK, I can live with that, but after the reboot, it runs the full installer to install everything and it does it asynchronously which means havoc for other packages that will need to be installed or worse, the install script ends up rebooting the system before office xp is installed.

So there are various things in the resource kit for how to stop this including the /noreboot command (kills the prompt) and allegedly the CompletionNotice=No line in the ini file (which is ignored on stuff installed after the reboot). So the idea is to run it with /SPONLY which does not chain office packages, but when I tested it, office xp itself didn't install after reboot, but the other chained packages did. So next tried to do a new setup.ini file that just had the sys update but the ini wizard would not let me uncheck the pro.msi option, but did let me uncheck the others. So make two ini files, first with update and main package, and run THAT with /sponly and hope it works. Then a second to invoke after a reboot (manually) that does /nosp that should install everything else (and has everything else checked). Sigh...

But even that didn't work. No matter what I tried I got either a case of a forced reboot with no interaction, a dialog box that says it needs to reboot, and/or a completion message saying it was done.

I finally got the damn thing by downlading version 2.0 of the windows system installer of Microsoft web site (search for Windows Installer Redistributable at their download center) and installing it manualy and silently with this command:
start /wait instmsiw /q /r:n

Then after that is done, install the system files update manually and unattended sans reboot with: start /wait msiexec /i\\server\install\apps\oxp\files\osp\1033\osp.msi /qb- REBOOT=ReallySuppress

Note, msiexec params are CASE SENSITIVE.

Now, after ALL THAT, I could process the reboot in my script on my own terms, then invoke the normal office XP setup during the next logon using my own transform and settings.ini setting... Just be sure to invoke with start /wait...


Main XP Unattended Install Doc Page


Last page update: 04 May 2002
Official URL for this page: http://www.dtcc.edu/cs/admin/xp/oxp/
Page Maintained by: Ken Weaverling