MSFN Forum: Office XP unattended - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Office XP unattended Rate Topic: -----

#1 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 30 March 2004 - 02:51 AM

Here I can make an advanced unattended office XP

http://unattended.ms...xp_advanced.htm

But now when the SP3 is out, how do I then do in section 2??
It's not the same files as specified in the guides section 2.....

Help help :-))


#2 User is offline   Sie Tjin Kian 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 22-March 04

Posted 30 March 2004 - 03:10 AM

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

#3 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 30 March 2004 - 04:09 AM

Slipstream the same way for SP3 as its shown for SP2 in the guide.

#4 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 30 March 2004 - 04:21 AM

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

#5 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 30 March 2004 - 04:45 AM

Get the SP3 Administrative Update: http://download.microsoft.com/download/9/1...ullfile-enu.exe and apply this to a clean Administrative Installation Point.

There are no post-SP3 updates yet so I don't know why you have them in your script.

#6 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 30 March 2004 - 04:56 AM

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

#7 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 30 March 2004 - 05:19 AM

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

#8 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 30 March 2004 - 09:23 AM

Thanks.
I will try it tomorrow......

#9 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 31 March 2004 - 01:34 AM

empty

#10 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 31 March 2004 - 01:44 AM

empty

#11 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 31 March 2004 - 01:49 AM

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

#12 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 31 March 2004 - 04:41 AM

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]

#13 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 31 March 2004 - 04:49 AM

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

#14 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 31 March 2004 - 05:00 AM

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

#15 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 31 March 2004 - 05:06 AM

well, the contents of the XPCD folder has to be copied to the CD. Then during Windows Setup, it copies all folders in $1 to the systemdrive.

So, after setup, your folder structure would be like this:

%systemdrive%\install\Applications\OfficeXP\

See: http://unattended.ms.../oemfolders.htm

#16 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 31 March 2004 - 05:35 AM

sorry..
I feel a little bit stupid :-)

I burn a CD (it has to be boot, as in unattended WINXP?) that has the content of C:\OfficeXP\XPCD\$OEM$\$1\install\Aplications\OfficeXP which is

files
install
instmsiw
owc10
readme
autorun
instmsi
officexp.cmd (the cmd file I have made)
pro.msi
unattended.msi (the file I have made with ressource kit).

When I then install this CD on a pc, then the cmd file will be executed???

#17 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 31 March 2004 - 05:48 AM

Hmmmm.... i think i don't need this installation wizard. I have not choosen anything.

I can just stop after the 2 section.
There I have my slipstreamed CD with SP3 updates.
Thats enough for me.

Thank you for your patience

#18 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 01 April 2004 - 04:16 AM

But I'm still not sure where to put the officexp.cmd file
Which folder do I put it in? The C:\OfficeXP\XPCD\$OEM$\$1\install folder ??


What du you meen with this:

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

Do you mean that I in winnt.sif has to insert
%systemdrive%\install\officexp.cmd
under [GuiRunOnce]

Thanks

#19 User is offline   elvisns 

  • Group: Members
  • Posts: 1
  • Joined: 23-May 04

Posted 23 May 2004 - 12:06 PM

Hi!

I think, that I made my slipstreamed OfficeXP the right way, but there is a problem - the final version is over 900MB... So what should I do to write it on CD. Apply SP3 after installation, archive the final slipstreamed version or maybe I can delete some contents of Office installation?

Thanks!

#20 User is offline   yong2579 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 05-June 04

Posted 23 June 2004 - 09:39 PM

I try the following method as recommended

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


but the following occurs

This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.

Any help guys? thanks!

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy