Undergoing MyBlogLog Verification

Wednesday, February 21, 2007

Office XP integration procedure with Service Packs

Procedure to integrate Office XP with its Service packs :

Requirements :

1. Office XP CD.
2. Service Packs.
3. Around 650MB of free space on one of your hard drives.
4. A CDR/CDRW drive, CD burning software.

Procedure:

1. Create folders with the names "OfficeXP" and "Officesp3".

2. Insert the Office XP Cd and click on Start-Run and type the following command to do an administrative installation which will only copy the contents of the Cd to the path we give.
"x:\setup /a"

Where "X" is the Cd drive of your computer.

Note : There is a space before "/a".

When prompted for the path locate the "OfficeXP" folder so that the files get copied there.

3. Either download the Service pack 3 or copy it from where you've downloaded to "Officesp3" folder.

4. Right click on the downloaded service pack file and Using either Winzip or Winrar extract the service pack files in the same folder.

5. Open Start-Run and type the following command to integrate the service pack with the copied files :

"msiexec /p c:\OfficeXPSP3\MAINSP3FF.MSP /a H:\OfficeXP\proplus.msi shortfilenames=true /qb"

Note : If you don't have "MainSP3FF.MSP", you'll have "MainSP3.MSP" try to use that file in that command. You won't get any completion message.

Also, type the following command to integrate the web components to the installation folder ; "msiexec /p c:\OfficeXPSP3\OWC10SP3FF.MSP /a H:\OfficeXP\owc10.msi shortfilenames=true /qb"

Note : If you don't have "OWC10SP3FF.MSP", you'll have "OWC10SP3.MSP" try to use that file in that command. You won't get any completion message.

No comments: