Property | Type | Description | |
---|---|---|---|
session | Microsoft.Deployment.WindowsInstaller.Session |
Property | Type | Description | |
---|---|---|---|
delta | int | ||
hostWindow |
Method | Description | |
---|---|---|
GetMSIBinaryStream ( string binaryId ) : Stream |
Gets the embedded MSI binary stream.
|
|
InitializeComponent ( ) : void | ||
MSIBack ( ) : void |
Closes the dialog and sets the
|
|
MSICancel ( ) : void |
Closes the dialog and sets the
|
|
MSINext ( ) : void |
Closes the dialog and sets the
|
|
ShowAsMsiDialog ( |
Shows as specified managed dialog. It uses WIN32 API to hide the parent native MSI dialog and place managed form dialog at the same desktop location and with the same size as the parent. It also ensures that after the managed dialog is closed the proper ActionResult is returned.
|
|
WixCLRDialog ( ) : System |
Initializes a new instance of the WixCLRDialog class.
|
|
WixCLRDialog ( Microsoft.Deployment.WindowsInstaller.Session session ) : System |
Initializes a new instance of the WixCLRDialog class.
|
|
WixDialog_Load ( object sender, |
Method | Description | |
---|---|---|
Init ( ) : void |
Inits this instance.
|
|
ReplaceHost ( ) : void |
'Replaces' the current step dialog with the "itself". It uses WIN32 API to hide the parent native MSI dialog and place managed form dialog (itself) at the same desktop location and with the same size as the parent.
|
|
RestoreHost ( ) : void |
Restores parent native MSI dialog after the previous
|
Method | Description | |
---|---|---|
GetMsiForegroundWindow ( ) : |
||
WixPanel_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
form_VisibleChanged ( object sender, |
public GetMSIBinaryStream ( string binaryId ) : Stream | ||
binaryId | string | The binary id. |
return | Stream |
public static ShowAsMsiDialog ( |
||
dialog | The dialog. | |
return | ActionResult |
public WixCLRDialog ( Microsoft.Deployment.WindowsInstaller.Session session ) : System | ||
session | Microsoft.Deployment.WindowsInstaller.Session | The session. |
return | System |
public WixDialog_Load ( object sender, |
||
sender | object | |
e | ||
return | void |