C# Class Microsoft.Tools.WindowsInstaller.RegistryXml

Imports and exports a registry key tree from or to XML.
显示文件 Open project: heaths/psmsi Class Usage Examples

Private Properties

Property Type Description
Import void
RegistryXml System
RegistryXml System
ReplaceVariables string

Private Methods

Method Description
Import ( XmlReader reader ) : void

Import a registry key tree from the given XmlReader.

RegistryXml ( ) : System

Creates a new instance of the RegistryKey class.

Without specifying a root key, imported files must all begin with hives.

RegistryXml ( RegistryKey key ) : System

Creates a new instance of the RegistryKey class.

The given key is the root for keys not nested under a hive element in imported files.

ReplaceVariables ( string value ) : string