Click here to Skip to main content
15,894,825 members
Articles / Desktop Programming / MFC

Import/Export Registry Sections as XML

Rate me:
Please Sign up or sign in to vote.
4.33/5 (16 votes)
21 Jan 20033 min read 167.7K   6.1K   73  
Export registry sections as XML to simplify registry diffs
This article details a tool aimed to import/export registry sections in XML format, to make registry diff easier in practice.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "registryxml", "registryxml.vcproj", "{0A76AF6C-67AA-40A7-AB0B-B985B76F96A1}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
		ConfigName.2 = Release MFC dynamic
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{0A76AF6C-67AA-40A7-AB0B-B985B76F96A1}.Debug.ActiveCfg = Debug|Win32
		{0A76AF6C-67AA-40A7-AB0B-B985B76F96A1}.Debug.Build.0 = Debug|Win32
		{0A76AF6C-67AA-40A7-AB0B-B985B76F96A1}.Release.ActiveCfg = Release|Win32
		{0A76AF6C-67AA-40A7-AB0B-B985B76F96A1}.Release.Build.0 = Release|Win32
		{0A76AF6C-67AA-40A7-AB0B-B985B76F96A1}.Release MFC dynamic.ActiveCfg = Release MFC dynamic|Win32
		{0A76AF6C-67AA-40A7-AB0B-B985B76F96A1}.Release MFC dynamic.Build.0 = Release MFC dynamic|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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.


Written By
France France
Addicted to reverse engineering. At work, I am developing business intelligence software in a team of smart people (independent software vendor).

Need a fast Excel generation component? Try xlsgen.

Comments and Discussions