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