Click here to Skip to main content
15,885,936 members
Articles / Programming Languages / Visual Basic

Microsoft Installer Database Reader

Rate me:
Please Sign up or sign in to vote.
4.23/5 (8 votes)
22 Nov 20061 min read 70.8K   728   28  
An MSI database file reader, helps to get insights into the .msi DB structure.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MsiDbReader", "MsiDbReader.vbproj", "{97C3E100-DD28-4061-864A-B58AFAA6C1A6}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{97C3E100-DD28-4061-864A-B58AFAA6C1A6}.Debug.ActiveCfg = Debug|.NET
		{97C3E100-DD28-4061-864A-B58AFAA6C1A6}.Debug.Build.0 = Debug|.NET
		{97C3E100-DD28-4061-864A-B58AFAA6C1A6}.Release.ActiveCfg = Release|.NET
		{97C3E100-DD28-4061-864A-B58AFAA6C1A6}.Release.Build.0 = Release|.NET
	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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer CIMEX S.A.
Cuba Cuba
Rodolfo Ortega is a Cuban Computer Scientist. He works as IT Auditor for the CIMEX S.A. subsidiary in Holguin, Cuba. He lives and works in Holguin, in the eastern part of the island of Cuba.

You can contact him at rodolfom[]cimex.com.cu for any personal message: Ideas on new articles, bibliography about new APIs, questions, are wellcome.

Submit questions related with current article to the article forum.

Comments and Discussions