STanger Posted March 21, 2005 Posted March 21, 2005 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.batI 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=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][SetupHotfixesToRun]office2003.batMP10Setup.exe\dotnetfxAdmin\netfx.msiKB867282.exe /q /n /zKB873333.exe /q /n /zKB873339.exe /q /n /zKB884883.exe /q /n /zKB885250.exe /q /n /zKB885835.exe /q /n /zKB885836.exe /q /n /zKB886185.exe /q /n /zKB887742.exe /q /n /zKB888113.exe /q /n /zKB888302.exe /q /n /zKB890047.exe /q /n /zKB890175.exe /q /n /zKB890830.exe /qKB891781.exe /q /n /zqchain.exe
tguy Posted March 21, 2005 Posted March 21, 2005 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]: ScreenshotAs 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.cmdGood luck.
Alanoll Posted March 21, 2005 Posted March 21, 2005 Office will NOT install at CMDLINES.TXT or SVCPACK.INF
Nanaki Posted March 21, 2005 Posted March 21, 2005 Try this:http://www.msfn.org/board/index.php?showtopic=41967
STanger Posted March 22, 2005 Author Posted March 22, 2005 Try this:http://www.msfn.org/board/index.php?showtopic=41967<{POST_SNAPBACK}>ok I got all that straightended out now .. I'll give it a try on my VMthanks for the help
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now