Jump to content

STanger

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by STanger

  1. 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

  2. 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

×
×
  • Create New...