Property | Type | Description | |
---|---|---|---|
LogFile | string | ||
MsiFile | string |
Method | Description | |
---|---|---|
GenericSetup ( string msiFile, bool enableLoging = true ) : System |
Initializes a new instance of the GenericSetup class.
|
|
RunAsync ( System action ) : void | ||
StartInstall ( string msiParams = null ) : void |
Starts the fresh installation.
|
|
StartRepair ( string msiParams = null ) : void |
Starts the repair installation for the already installed product.
|
|
StartUninstall ( string msiParams = null ) : void |
Starts the uninstallation of the already installed product.
|
|
UpdateStatus ( ) : void |
public GenericSetup ( string msiFile, bool enableLoging = true ) : System | ||
msiFile | string | The MSI file. |
enableLoging | bool | if set to |
return | System |
public StartInstall ( string msiParams = null ) : void | ||
msiParams | string | The MSI parameters. |
return | void |
public StartRepair ( string msiParams = null ) : void | ||
msiParams | string | The MSI parameters. |
return | void |
public StartUninstall ( string msiParams = null ) : void | ||
msiParams | string | The MSI params. |
return | void |