Deployment Tools Foundation
Execute Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► View ► Execute()()()
Executes a SQL View query.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Execute()
Public Sub Execute
public: void Execute()
Remarks
Win32 MSI API: MsiViewExecute
Exceptions
Exception | Condition |
---|---|
InstallerException | the View could not be executed |
InvalidHandleException | the View handle is invalid |