Jump to content

Recommended Posts

Posted

Hello everyone,

I'm having trouble integrating office 2003 into xp. When I install xp the batch files runs and it looks like it is installing but when i log into windows its not installed.

Here is my bat file name office.bat

ECHO.

ECHO Installing Office 2003 Professional

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-

Its called from svcpack

[CatalogHeader]

[Version]

BuildNumber=2600

MinorVersion=1

MajorVersion=5

Signature="$WINDOWS NT$"

[setupData]

CatalogSubDir="\i386\SVCPACK"

[setupHotfixesToRun]

MP10Setup.exe

KB873333.exe /q /n /z

KB873339.exe /q /n /z

KB873374.exe /Q:A /R:N

KB883939.exe /q /n /z

KB885250.exe /q /n /z

KB885626.exe /q /n /z

KB885835.exe /q /n /z

KB885836.exe /q /n /z

KB886185.exe /q /n /z

KB887472.exe /q /n /z

KB887742.exe /q /n /z

KB887797.exe /q /n /z

KB888113.exe /q /n /z

KB888302.exe /q /n /z

KB890046.exe /q /n /z

KB890175.exe /q /n /z

KB890830.exe /q

KB890859.exe /q /n /z

KB890923.exe /q /n /z

KB891781.exe /q /n /z

KB893066.exe /q /n /z

KB893086.exe /q /n /z

KB893803.exe /q /n /z

KB896358.exe /q /n /z

KB896422.exe /q /n /z

KB896428.exe /q /n /z

qchain.exe

office.bat

[ProductCatalogsToInstall]


Posted

ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-

try changing it to;

ECHO.

ECHO Installing Office 2003 Professional

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

Posted

I don't have a file setup.exe its called setuppro.exe

if i boot into windows and run the command it will install office 2003

but just not from the windows installation

its calls the bat file and looks like its installing but its not there

Posted

Why don't you try following Astalavista's guide on shrinking the Office 2003 install as shown here?

That way you get a nice compact, silent installer with no need for switches. :)

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