Jump to content

Office 2003 On Xp Install


Recommended Posts

I followed the guide at unattended.msfn.org and added Office 2003 Pro to my XP install...at the end of that guide it gives you a batch file to run ..office2003.bat

I put that batch file in \I386\SVCPACK and added office2003.bat to svcpack.inf under the heading [setupHotfixesToRun] .. will this still give me the desired result of installing Office 2003 along with XP?

here's my svcpack.inf if this helps any

;Windows XP
[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\SVCPACK"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
office2003.bat
MP10Setup.exe
\dotnetfxAdmin\netfx.msi
KB867282.exe /q /n /z
KB873333.exe /q /n /z
KB873339.exe /q /n /z
KB884883.exe /q /n /z
KB885250.exe /q /n /z
KB885835.exe /q /n /z
KB885836.exe /q /n /z
KB886185.exe /q /n /z
KB887742.exe /q /n /z
KB888113.exe /q /n /z
KB888302.exe /q /n /z
KB890047.exe /q /n /z
KB890175.exe /q /n /z
KB890830.exe /q
KB891781.exe /q /n /z
qchain.exe

Link to comment
Share on other sites


According to this section of the unattend guide, it should work:

cmdlines.txt, svcpack.inf and [GuiRunOnce]

Batch files can also be run from cmdlines.txt or svcpack.inf which runs at the T-13 / T-12 minute stage of Windows XP Setup. cmdlines.txt is useful for tasks such as Adding Users when using the net user method, or importing your HKEY_CURRENT_USER registry tweaks to the Default profile. You will learn more about cmdlines.txt in the Reference section, and you may have used the SVPCACK.INF Method for installing hotfixes; just think of the batch file as another hotfix to add.

An example of a batch running from [GuiRunOnce]: Screenshot

As you can see in the screenshot, its using a combination of "ECHO." and "ECHO message". Its not a requirement to use those, but it lets you know how its progressing! [GuiRunOnce] is run on first logon.

If it does not, try running it from the cmdlines.txt or runonceex.cmd

Good luck.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...