Jump to content

[Need Help] WinXPSP2 Unattended + Office 2003


Afaqfoqi

Recommended Posts

Hi @ GuYsss

I em working on ma own WinXP Unattended + Office 2003. i was add office2003.exe (Silent Intaller of Office 2003) in $OEM$/$1/Install/office2003.exe but de problem iz dat after installation its just copy it into C:/Install/office2003.exe n no installation automatic. I make ma self usefull n make som3 search about dat matter all i got dat i have to make a Batch file n som3 Commands to make it work ???? em i right now can any on3 Guide me how can i make a batch file n what commands i have to put in it ???? Thanks in Advance;)

Sorry 4or BaD EnGlisH

Over n Out :)

Link to comment
Share on other sites


Why do u need an exe file? Does it make a difference?

If you want something professional try xplode, wpi or something...

How can u not understand?

Do a google search...

Edited by T D
Link to comment
Share on other sites

Quick reference:

Assume your office 2003 is in %systemdrive%\install\office2003

Make batch file

a) This is if you use a transforms file:

@echo off
cls
echo Installing Office 2003
echo Please Wait
start /wait %systemdrive%\install\office2003\setup.exe TRANSFORMS=SETUP.MST /qb /noreboot

and with no transforms file:

@echo off
cls
echo Installing Office 2003
echo Please Wait
start /wait %systemdrive%\install\office2003\setup.exe PIDKEY=whatever-your-serial-number-is-without-dashes /qb- /noreboot

Or something like that.

Save the batch in xpcd\$oem$\$1\install\install.cmd

and in your winnt.sif, under [GuiRunOnce], put

[GuiRunOnce]
%systemdrive%\install\install.cmd

Edited by T D
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...