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
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Свойство Type Description
Feature Feature
Path string

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the RegFile class.
public RegFile ( ) : System
Résultat System

RegFile() public méthode

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.
Résultat System

RegFile() public méthode

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

Property Details

Feature public_oe property

the registry value belongs to.
public Feature,WixSharp Feature
Résultat Feature

Path public_oe property

The path to the registry file (*.reg).
public string Path
Résultat string