How to integrate various Microsoft SP patches into the installation package

Source: Internet
Author: User

Install SP2 in Windows2003
E: \ i1_sp2 \ Update> update.exe-S: e: \ win2003ent

Visual Studio 2005sp1
1. Decompress vs2005.
First, we need to decompress the installation file in the vs2005 installation disc on our hard disk. Run the following command:
Msiexec.exe/a g: \ vs \ vs_setup.msi targetdir = D: \ vssetup/L * VX install. Log
Among them, G: \ vs \ vs_setup.msi G: Is the drive letter of my optical drive. This directory is the path of the vs2005 Installation File of my optical drive.
Targetdir = D: \ vssetup: Specifies the location where you want to decompress the package. I have specified the D: \ vssetup directory.

2. Release the patch.

Decompress the downloaded patch file. Run the following command:

VS80sp1-KB926604-X86-CHS.exe/extract "E: \ vspatch \"

E: \ vspatch \ is the directory I extracted. Extract A VS80sp1-KB926604-X86-CHS.msp file, note that the MSP is the suffix name.

3. Apply patches.
Use the following command to integrate the extracted two files:

Msiexec.exe/a d: \ vssetup \ vs_setup.msi/p e: \ vspatch \ VS80sp1-KB926604-X86-CHS.msp "/L * VX patch. Log

4. Copy the original CD to exclude all the cab packages. If you are prompted to restore the files or directories, do not copy them below.
E: \ vs \ *. Cab
E: \ vs \ vs_setup.msi
E: \ vs \ Program Files (entire folder)
E: \ vs \ WCU \ dotnetframework \ dotnetfx.exe (but other things in the same folder must be copied in the past)
E: \ vs \ WCU \ jsharpredistcore (entire folder)
E: \ vs \ WCU \ mdac28 (entire folder)

How to integrate SP2 in Office 2003
Note: Do not copy the content on the CD to the hard disk.
1. Run in Office 2003
H: \ office11> Setup/
It will prompt installation, and ask you to enter the path, I select E: \ office directory, the installation program is actually copying the Office file to your hard

Disk. The prompt is successful recently. The installation program of Office 2003 is in the office directory.
2.decompress the replace package office2003sp2-chs.exe and I will put it on the E drive.
Office2003SP2-CHS.exe/T: e: \ office2003sp2/C

3. Apply the SP patch to the original installer.
Msiexec/p e: \ office2003sp2 \ mainsp2ff. MSP/a e: \ Office \ pro11.msi fill filenames = true/qb
Msiexec/p e: \ office2003sp2 \ owc11sp2ff. MSP/a e: \ Office \ owc11.msi fill filenames = true/qb

Other system integration methods such as office, Win2000, WINXP, and win2003 are as follows:
Http://www.petri.co.il/office_system_2003_sp_slipstreaming.htm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.