Jump to content

Recommended Posts

Posted

I would like to know if it possible for Office 2003 Small Business Edition OEM to be slipstreamed with updates, unattended?


Posted

Try to create an administrative instalation point, and you'll find out. If it doesn't work for you, you can always chain the updates with something like

@cmdow @ /HID 

FOR %%d IN  (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z: DO IF EXIST %%d\WIN51IP SET CDROM=%%d

start /wait msiexec.exe /package %CDROM%\Install\Office2003.rus\PRO11.MSI TRANSFORMS=%CDROM%\Install\Office2003.rus\mini.mst /qb-

start /wait msiexec.exe /update %CDROM%\Install\Office2003.rus\Updates\KB828041_mso-Binary-GLB.msp /passive

start /wait msiexec.exe /update %CDROM%\Install\Office2003.rus\Updates\KB830000_winword-Binary-GLB.msp /passive

start /wait msiexec.exe /update %CDROM%\Install\Office2003.rus\Updates\KB834691_excel-Binary-GLB.msp /passive

You'll need the client updates, as opposed to admin ones for the integration.

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