How can I create a Microsoft Office 2003 installation source that has an integrated service pack and hotfixes?
May 3, 2005
A. You can create an Office 2003 installation source that has an integrated service pack (in this case, Service Pack 1--SP1) and hotfixes to avoid having to manually install the updates later. Ideally, you should perform this process on an administrative Office 2003 installation so that you don't have to enter product keys or other information.
First, download the latest Office service pack here. Then extract the service pack to a temporary location (e.g., D:tempoffice2003sp1) by executing the following command:
D:tempOffice2003SP1-kb842532-fullfile-enu.exe/t:d:tempoffice2003sp1 /c
(The commands wrap to several lines here because of space constraints, but you should enter each command on one line.) Click Yes to accept the license agreement.
You can now patch the core Office component by executing this command:
D:tempoffice2003sp1>msiexec /p d:tempoffice2003sp1MAINSP1ff.msp /a"D:SoftwareMicrosoft Office 2003 AdminPRO11.MSI" shortfilenames=true/qb
Next, patch the Office Web Components by running this command:
D:tempoffice2003sp1>msiexec /p d:tempoffice2003sp1owc11SP1ff.msp/a "D:SoftwareMicrosoft Office 2003 AdminOWC11.MSI"shortfilenames=true /qb
The Office 2003 installation source is now integrated with SP1. It's also possible to integrate hotfixes. For example, you can download the Update for Office 2003 (KB885828) here. Then extract the files by running this command:
D:tempoffice2003-kb885828-fullfile-enu.exe /c/t:d:tempoffice2003tagpatch
Again, click Yes to accept the license agreement. You can now integrate the hotfix into your Office installation source. To do so, run this command:
msiexec /p d:tempoffice2003tagpatchMSOff.msp /a"d:SoftwareMicrosoft Office 2003 AdminPRO11.MSI" shortfilenames=true/qb
The Office installation now has the integrated hotfix.
Read more about:
MicrosoftAbout the Author
You May Also Like