Click here to Skip to main content
15,885,537 members
Articles / Web Development / HTML

Cabinet File (*.CAB) Compression and Extraction

Rate me:
Please Sign up or sign in to vote.
4.93/5 (217 votes)
23 Mar 2012CPOL38 min read 3.1M   26.5K   573  
How to implement creation and extraction of Microsoft CAB files
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CabLibDemo 2010_x64", "CabLibDemo 2010_x64.csproj", "{F4B332D2-B7C3-480E-B0C1-75554E4CF8F1}"
	ProjectSection(ProjectDependencies) = postProject
		{96A9878C-7B75-41F7-AA11-7268672C16DD} = {96A9878C-7B75-41F7-AA11-7268672C16DD}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CabLib_x64", "..\CabLib\CabLib 2010_x64.vcxproj", "{96A9878C-7B75-41F7-AA11-7268672C16DD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x64 = Debug|x64
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F4B332D2-B7C3-480E-B0C1-75554E4CF8F1}.Debug|x64.ActiveCfg = Debug|x64
		{F4B332D2-B7C3-480E-B0C1-75554E4CF8F1}.Debug|x64.Build.0 = Debug|x64
		{F4B332D2-B7C3-480E-B0C1-75554E4CF8F1}.Release|x64.ActiveCfg = Release|x64
		{F4B332D2-B7C3-480E-B0C1-75554E4CF8F1}.Release|x64.Build.0 = Release|x64
		{96A9878C-7B75-41F7-AA11-7268672C16DD}.Debug|x64.ActiveCfg = Debug|x64
		{96A9878C-7B75-41F7-AA11-7268672C16DD}.Debug|x64.Build.0 = Debug|x64
		{96A9878C-7B75-41F7-AA11-7268672C16DD}.Release|x64.ActiveCfg = Release|x64
		{96A9878C-7B75-41F7-AA11-7268672C16DD}.Release|x64.Build.0 = Release|x64
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) ElmüSoft
Chile Chile
Software Engineer since 40 years.

Comments and Discussions