WindowsInstallerItem Constructor (String)
Create a WindowsInstallerItem and set MSI related properties. Currently only MSIFile property and ProductCode are set.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Usage
Dim filePath As String
Dim instance As New WindowsInstallerItem(filePath)
Syntax
'Declaration
Public Sub New ( _
filePath As String _
)
public WindowsInstallerItem (
string filePath
)
public:
WindowsInstallerItem (
String^ filePath
)
public WindowsInstallerItem (
String filePath
)
public function WindowsInstallerItem (
filePath : String
)
Parameters
- filePath
MSI file path
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
WindowsInstallerItem Class
WindowsInstallerItem Members
Microsoft.UpdateServices.Administration Namespace