C# Class WixSharp.UI.MyProductSetup

Inheritance: GenericSetup
Datei anzeigen Open project: Eun/WixSharp Class Usage Examples

Public Methods

Method Description
MyProductSetup ( string msiFile, bool enableLoging = true ) : System
StartInstall ( ) : void
StartRepair ( ) : void
StartUnInstall ( ) : void

Method Details

MyProductSetup() public method

public MyProductSetup ( string msiFile, bool enableLoging = true ) : System
msiFile string
enableLoging bool
return System

StartInstall() public method

public StartInstall ( ) : void
return void

StartRepair() public method

public StartRepair ( ) : void
return void

StartUnInstall() public method

public StartUnInstall ( ) : void
return void