C# Class WixSharp.RegFile

Defines the registry file (*.reg) containing the entries to be installed.

Compiler uses the data from this class to call T:WixSharp.CommonTasks.ImportRegFile internally and inject imported RegValues into the Project.

Inheritance: WixObject
ファイルを表示 Open project: Eun/WixSharp

Public Properties

Property Type Description
Feature Feature
Path string

Public Methods

Method Description
RegFile ( ) : System

Initializes a new instance of the RegFile class.

RegFile ( Feature feature, string path ) : System

Initializes a new instance of the RegFile class.

RegFile ( string path ) : System

Initializes a new instance of the RegFile class with properties/fields initialized with specified parameters.

Method Details

RegFile() public method

Initializes a new instance of the RegFile class.
public RegFile ( ) : System
return System

RegFile() public method

Initializes a new instance of the RegFile class.
public RegFile ( Feature feature, string path ) : System
feature Feature the registry value should be included in.
path string The path.
return System

RegFile() public method

Initializes a new instance of the RegFile class with properties/fields initialized with specified parameters.
public RegFile ( string path ) : System
path string The path.
return System

Property Details

Feature public_oe property

the registry value belongs to.
public Feature,WixSharp Feature
return Feature

Path public_oe property

The path to the registry file (*.reg).
public string Path
return string