MSFN Forum: Office 2003 post SP2 Update unattended 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

Office 2003 post SP2 Update unattended Install via GUIRunOnce - install.cmd Rate Topic: -----

#1 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 27 April 2006 - 07:25 AM

ECHO.
ECHO Installing Office 2003 Professional Post SP2 Updates
ECHO Please wait...
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB905756-FullFile-ENU.exe Q:A R:N
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB907417-FullFile-ENU.exe Q:A R:N
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB913807-FullFile-ENU.exe Q:A R:N
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB914454-FullFile-ENU.exe Q:A R:N

Can someone please tell me what is it that I am doing wrong here. I keep getting a "Command Line option syntax error'.

Thanks

PS: I have searched the forum high & low and have not been able to find a solution.

This post has been edited by Sanjay: 27 April 2006 - 10:00 AM



#2 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 27 April 2006 - 07:29 AM

you could just slipstream these into the office image.
i have working switches at home, so will post when there

#3 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 27 April 2006 - 07:46 AM

View Postoioldman, on Apr 27 2006, 06:59 PM, said:

you could just slipstream these into the office image.
i have working switches at home, so will post when there

I believe there is a problem with slipstreaming the post SP2 updates into office image. The problem being that the updates still show up in Windows Update. It is an error that Microsoft is already aware of. Also since new updates keep showing up, and some like the 'Outlook Junk filter' being updated regularly it is simpler to do it this way rather having to keep slipstremaing into the office image. Atleast that is what I think.

#4 User is offline   Mercury_22 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 477
  • Joined: 26-November 04

Posted 27 April 2006 - 08:07 AM

I'm using just /Q and it's working! :huh:

#5 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 27 April 2006 - 12:17 PM

fairpoint Sanjay, and i didn't realise there was an issue, or at least i haven't noticed it, (must look harder)

i installed mine through Runonceex.cmd
REG ADD %KEY%\010 /V 3 /D "%PP%\MSOffice2k3\Updates\Office2003SP2-KB887616-FullFile-ENU.exe /Q:A /C:\"ohotfix.exe /Q\"" /f
REG ADD %KEY%\010 /V 4 /D "%PP%\MSOffice2k3\Updates\office2003-KB907417-FullFile-ENU.exe /Q:A /C:\"ohotfix.exe /Q\"" /f
REG ADD %KEY%\010 /V 5 /D "%PP%\MSOffice2k3\Updates\office2003-kb892843-fullfile-enu.exe /Q:A /C:\"ohotfix.exe /Q\"" /f
REG ADD %KEY%\010 /V 6 /D "%PP%\MSOffice2k3\Updates\office2003-KB911961-FullFile-ENU.exe /Q:A /C:\"ohotfix.exe /Q\"" /f


%PP% - points to a location on my servert to install from

#6 User is offline   SyKik 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 24-March 04

Posted 28 April 2006 - 05:31 AM

View PostSanjay, on Apr 27 2006, 07:46 AM, said:

View Postoioldman, on Apr 27 2006, 06:59 PM, said:

you could just slipstream these into the office image.
i have working switches at home, so will post when there

I believe there is a problem with slipstreaming the post SP2 updates into office image. The problem being that the updates still show up in Windows Update. It is an error that Microsoft is already aware of. Also since new updates keep showing up, and some like the 'Outlook Junk filter' being updated regularly it is simpler to do it this way rather having to keep slipstremaing into the office image. Atleast that is what I think.


and there i was...thinking i was going loony...always wondered why it was insisting on installing those from windows update after i sworn i'd slipstreamed them...

#7 User is offline   dare2001 

  • Bring Back The 80's
  • Group: Members
  • Posts: 43
  • Joined: 18-August 03

Posted 28 April 2006 - 07:30 AM

View PostSanjay, on Apr 28 2006, 12:46 AM, said:

I believe there is a problem with slipstreaming the post SP2 updates into office image. The problem being that the updates still show up in Windows Update. It is an error that Microsoft is already aware of. Also since new updates keep showing up, and some like the 'Outlook Junk filter' being updated regularly it is simpler to do it this way rather having to keep slipstreaming into the office image. Atleast that is what I think.


Your right about the slipstreaming problem, WU doesn't like them slipstreamed.

This is how your batch file should look :thumbup

ECHO.
ECHO Installing Office 2003 Professional Post SP2 Updates
ECHO Please wait...
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB905756-FullFile-ENU.exe /Q
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB907417-FullFile-ENU.exe /Q
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB913807-FullFile-ENU.exe /Q
start /wait %systemdrive%\Install\Office2003\Updates\office2003-KB914454-FullFile-ENU.exe /Q


cheers,
dare2001

#8 User is offline   m4dh0 

  • Newbie
  • Group: Members
  • Posts: 48
  • Joined: 23-April 03

Posted 28 April 2006 - 07:54 AM

Slipstreaming also breaks the local install source as well

#9 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 29 April 2006 - 12:50 AM

View Postdare2001, on Apr 28 2006, 07:00 PM, said:

This is how your batch file should look :thumbup

cheers,
dare2001

Thanks a ton, hopefully this shall work fine.

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