Jump to content

Office XP unattended


koden

Recommended Posts


Hi Koden,

i am not sure, that i understand your question. :)

Everytime you want to do an integrated Office Update use the following.

1. Create an Administrative Installation Point with your original cds

2. Slipstream the updates to the administrative installation point

3. burn the files in your administrative installation point to cd

For get information, which Switches and Paramters you have to use, use the help at commandline, maybe: Office2Ksp3.exe /?

Greez Sie Tjin Kian

Link to comment
Share on other sites

I have tryed to slipstream the same way.

But when i am running the slipstream file it can't find some files.

I have change the file to this:

it can't find the winword,excell,outlook..........

Is this something from SP2, that is included in SP3???

If so I just have to delete this part??

TITLE Office XP Slipstreamer brought to you by www.MSFN.org

CLS

@echo off

ECHO.

ECHO Starting the Slipstreaming process of Office XP Updates

ECHO.

ECHO Slipstreaming Office XP Service Pack 3

ECHO Please wait...

msiexec /p C:\OfficeXP\OXPupdates\MAINSP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\Owc10SP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\OWC10.MSI SHORTFILENAMES=TRUE /qb

ECHO.

ECHO Slipstreaming Office XP Post-SP3 Updates

ECHO Please wait...

msiexec /p C:\OfficeXP\OXPupdates\WINWORDff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\EXCELff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\OUTLOOKff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\VBE6ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\MSCONVff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\SNAPVIEWff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

ECHO.

ECHO Slipstreaming Completed!

pause

EXIT

Is it this way, it has to look???

TITLE Office XP Slipstreamer brought to you by www.MSFN.org

CLS

@echo off

ECHO.

ECHO Starting the Slipstreaming process of Office XP Updates

ECHO.

ECHO Slipstreaming Office XP Service Pack 3

ECHO Please wait...

msiexec /p C:\OfficeXP\OXPupdates\MAINSP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\Owc10SP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\OWC10.MSI SHORTFILENAMES=TRUE /qb

ECHO.

ECHO Slipstreaming Office XP Post-SP3 Updates

ECHO Please wait...

msiexec /p C:\OfficeXP\OXPupdates\VBE6ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\MSCONVff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\SNAPVIEWff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

ECHO.

ECHO Slipstreaming Completed!

pause

EXIT

And this is my extract_updates file:

TITLE Office XP SP2 and Post-SP2 Extractor brought to you by www.MSFN.org

CLS

@echo off

ECHO.

ECHO Extracting files....

ECHO.

OfficeXpSp3-kb832671-fullfile-dan /Q /C /T:C:\OfficeXP\OXPupdates

ECHO Extraction Completed

pause

EXIT

Thanks !!

Link to comment
Share on other sites

I have the adm. sp3 downloaded.

Is it right that I have to run this extraction script

TITLE Office XP SP2 and Post-SP2 Extractor brought to you by www.MSFN.org

CLS

@echo off

ECHO.

ECHO Extracting files....

ECHO.

OfficeXpSp3-kb832671-fullfile-dan /Q /C /T:C:\OfficeXP\OXPupdates

ECHO Extraction Completed

pause

EXIT

And then I have to run the slipstreamer script?

But I'm not sure what has to be in the slipstreamer script.

Maybe you can help me with the script. I'll give a beer next time I see you :-))))

Sorry guys, but I'm new in this :-)

Thanks

Link to comment
Share on other sites

Its not absolutely necessary to run the script.

All you need is:

OfficeXpSp3-kb832671-fullfile-dan /Q /C /T:C:\OfficeXP\OXPupdates

msiexec /p C:\OfficeXP\OXPupdates\MAINSP3ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb

msiexec /p C:\OfficeXP\OXPupdates\Owc10SP3ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\OWC10.MSI SHORTFILENAMES=TRUE /qb

Link to comment
Share on other sites

in section 4 i have to add

ECHO.

ECHO Installing Office XP Professional with Frontpage

ECHO Please wait...

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

to my batch file.

But wich bat file is that??

The unattended.mst file??

Link to comment
Share on other sites

the mst file isn't the batch file. If you haven't yet created a .cmd file (batch file) for installing your applications, you can make one now for Office XP.

Simply add:

ECHO.

ECHO Installing Office XP Professional with Frontpage

ECHO Please wait...

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

in notepad and save it as OfficeXP.cmd and execute it from [GuiRunOnce]

Link to comment
Share on other sites

okay.

Make af cmd file save it with my mst file an run it.

but in the danish version setup is called install, so it must be this:

ECHO.

ECHO Installing Office XP Professional with Frontpage

ECHO Please wait...

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

Then I'm finished I surpose and I can burn my office CD with updates and the self installing mst file???

Link to comment
Share on other sites

hmmm.. it still doesnt work. The cmd file can't find the file.

But isn't it wrong this path:

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

My path is:

C:\OfficeXP\XPCD\$OEM$\$1\install\Aplications\OfficeXP

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