Exploring the composition of the WSS Service Pack

Source: Internet
Author: User

I have found this article a long time ago. It is very useful and recorded here.

 

As we recently studied a problem with the underlying behavior of SharePoint, we need to take a look at Microsoft. sharepoint. library. DLL. this file is installed in GAC. I didn't try to get this DLL from GAC, and I don't know how to get it.

 

However, I know that the SharePoint service pack contains this file. After extracting the SP, I found it was an installation file. How can I achieve the DLL in the installation file? The method in splitstream here is worth a try.

C: \ Wssv3sp1-kb936988-x86-fullfile-en-us.exe/extract: C: \ wsssp1extract

C: \ Officeserver2007sp1-kb936984-x86-fullfile-en-us.exe/extract: C: \ mosssp1extract

For other options, refer:

 

After decompression, we found that many MSP files. MSP files are Windows Installer patch files. The tool that can open these files is Microsoft Windows Installer (hotfix.exe or update.exe ).

 

How can I decompress the MSP file? There is a tool called msix. Click to download it.

 

Decompress the package and find that all files are such files.

 

The file suffix consists of three parts: Real suffix, serial number, and language number.

 

For example, we rename mssmsg. dll_0001.x86.1033 to mssmsg. dll. After the problem is solved, you have obtained the file in the package.

 

To decompress the MSI file, try the following command line:

Msiexec/a f: \ ZENworks \ zfdagent. MSI/QB targetdir = c: \ zfd701

 

References:

How to Create a 'slipstream' installation for moss with SP1

Http://blogs.msdn.com/martinkearn/archive/2008/01/14/how-to-create-a-slipstream-installation-for-moss-with-sp1.aspx

Howto: Extract files from A. MSI file using the Windows Command Line

Http://thebackroomtech.com/2007/08/23/howto-extract-files-from-a-msi-file-using-the-windows-command-line/

Patch files Extractor

Http://blogs.msdn.com/heaths/archive/2006/04/07/571138.aspx

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.