MSFN Forum: Silently install Office2k3SP1 after fresh install - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silently install Office2k3SP1 after fresh install Rate Topic: -----

#1 User is offline   PoNi 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 12-May 04

Posted 30 September 2004 - 02:35 PM

I like the way i run my install of Office 2k3 on my DVD, but i was wondering if there is a way to silently run the SP1 update after my office is installed. I know ther are 3 updates that i know of ..

Office 2003 Service Pack 1
http://www.microsoft.com/downloads/details...&displaylang=en

Visio 2003 Service Pack 1
http://www.microsoft.com/downloads/details...&displaylang=en

Update for Outlook : Junk E-mail KB870765
http://www.microsoft.com/downloads/details...&displaylang=en

Can someone help me ??

Remember I want to silently install ... not slipstream...


#2 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 30 September 2004 - 03:18 PM

you should be able to use just /qb on the commandline.

#3 User is offline   Kalibus 

  • Group: Members
  • Posts: 1
  • Joined: 30-September 04

Posted 30 September 2004 - 04:52 PM

You could also just slip stream the Service pack1 and the updates to your install folder. Thats what i did.
here is a good article from msfn.org

:thumbup

Slipstream sp1 office 2003

#4 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 September 2004 - 06:14 PM

PoNi, on Oct 1 2004, 02:05 AM, said:

Remember I want to silently install ... not slipstream...
<----

Kalibus said:

You could also just slip stream the Service pack1 and the updates to your install folder.
:blink: :blink:


PoNi, yes as Alanoll said, "/QB" on the SP1 updates should be enough to make the updates happen silently.

#5 User is offline   PoNi 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 12-May 04

Posted 01 October 2004 - 08:53 AM

Thanks guys for you help .. Looks like you have to use the /Q command. I now have Office 2k3 working with all of the updates and my source is only 1.17 gigs :). Much smaller then most .... Here is how i did it if anyone is interested...

I basically copied down the source from my AiO disk, created the MST files. I install each one first, and then run the updates..Works like a charm....

Here is the script that i used ...

;Installing Office 2003 Suite
start /wait %cdrom%\Applications\MSOffice2003\OFFICE\setup.exe TRANSFORMS=UnattendedOffice.mst /qb-
start /wait %cdrom%\Applications\MSOffice2003\FRONTPAGE\setup.exe TRANSFORMS=UnattendedFrontpage.mst /qb-
start /wait %cdrom%\Applications\MSOffice2003\VISIO\setup.exe TRANSFORMS=UnattendedVisio.mst /qb-
start /wait %cdrom%\Applications\MSOffice2003\PROJECT\setup.exe TRANSFORMS=UnattendedProject.mst /qb-
start /wait %cdrom%\Applications\MSOffice2003\ONENOTE\setup.exe TRANSFORMS=UnattendedOneNote.mst /qb-

;Office SP1
start /wait %cdrom%\Applications\MSOffice2003\Updates\Office2003SP1-kb842532-fullfile-enu.exe /q

;Visio SP1
start /wait %cdrom%\Applications\MSOffice2003\Updates\Visio2003-KB840663-FullFile-ENU.EXE /q

;Project SP1
start /wait %cdrom%\Applications\MSOffice2003\Updates\Project2003-KB837240-FullFile-ENU.exe /q

;OneNote SP1
start /wait %cdrom%\Applications\MSOffice2003\Updates\OneNote2003SP1-kb842774-fullfile-enu.exe /q

;KB870765 Update for Outlook : Junk E-mail KB870765
start /wait %cdrom%\Applications\MSOffice2003\Updates\office2003-kb870765-fullfile-enu.exe /q


#6 User is offline   mbouchard 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 21-April 04

Posted 01 October 2004 - 11:12 AM

Where I work, we extracted the msp and then run it using /qb-! not sure of the reason behind it but it works.

Quote

WshShell.Run "msiexec.exe /p " & OFFICEFOLDER & "\office2003\updates\servicepack1\mainsp1ff.msp /qb-!", 1, True
WshShell.Run "msiexec.exe /p " & OFFICEFOLDER & "\office2003\updates\servicepack1\owc102003sp1ff.msp /qb-!", 1, True
WshShell.Run "msiexec.exe /p " & OFFICEFOLDER & "\office2003\updates\servicepack1\owc11sp1ff.msp /qb-!", 1, True


#7 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 01 October 2004 - 12:47 PM

Running MSPs is just another alternative. Your admin wants you not to interrupt installation. This is why there is an !.

Quote

qb Basic UI
qb+ Basic UI, with a modal dialog box displayed at the end
qb+! Basic UI, with a modal dialog box displayed at the end, with a hidden Cancel button
qb- Basic UI, with no modal dialog boxes
qb-! Basic UI, with no modal dialog boxes, with a hidden Cancel button


#8 User is offline   MyStur 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 27-September 06

Posted 30 April 2007 - 02:37 AM

Ok please help me
I tryd to connect this two things
i have made a nlite copy of the windows xp cd and then the office2k3
i try to make everything unantended but somethings worying me
how to connect each of them together
i have readed everything about this
the batch files the sif files and and
but is there a guide how to connect them
must i copy all the files of office in the folders of OEM structure or what or must i winrar it a self extracting archive or what
Is there a good guide how to do that

Help me please a good guide?

TNX ?

Share this topic:


Page 1 of 1
  • 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