C# (CSharp) WixSharp.UI Namespace

Nested Namespaces

WixSharp.UI.Forms
WixSharp.UI.Properties

Classes

Name Description
GenericSetup Generic class that represents runtime properties of the typical MSI setup. It is a ViewModel class, which has 'value changed' events for all bindable properties automatically marshalled for the cross-thread calls.
MsiSession Generic class that represents runtime properties of the MSI setup session as well as some runtime properties of the product being installed (e.g. CodePage, Caption). It also Simplifies MSI execution and provides automatic responses on the MSI Messages.

Normally MsiSession should be extended top meet the needs of the product (MSI) specific setup.

MsiSetupForm
MyProductSetup