Gets an object giving you access to the Microsoft Installation (MSI) setup object model.
[Visual Basic] Overridable Public ReadOnly Property Host As Object [C#] public object Host {virtual get;} [C++] public: __property virtual Object* get_Host(); [JScript] public function get Host() : Object;
An object giving you access to the MSI setup object model, or a null reference (in Visual Basic Nothing).
An object giving you access to the MSI setup object model. This property is always a null reference (Nothing).
InstallContext Class | InstallContext Members | System.Configuration.Install Namespace