Deployment Tools Foundation
ComponentInstallation Constructor (componentCode, szUserSid, dwContext)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ComponentInstallation ► ComponentInstallation(String, String, UserContexts)
Creates a new ComponentInstallation, automatically detecting the
product that the component is a part of.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ComponentInstallation( string componentCode, string szUserSid, UserContexts dwContext )
Public Sub New ( componentCode As String, szUserSid As String, dwContext As UserContexts )
public: ComponentInstallation( String^ componentCode, String^ szUserSid, UserContexts dwContext )
Parameters
- componentCode (String)
- component GUID
- szUserSid (String)
- context user SID
- dwContext (UserContexts)
- user contexts
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)