ISetupConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about product instances installed on the machine.
public interface class ISetupConfiguration
public interface class ISetupConfiguration
__interface ISetupConfiguration
[System.Runtime.InteropServices.Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupConfiguration
[<System.Runtime.InteropServices.Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupConfiguration = interface
Public Interface ISetupConfiguration
- Derived
- Attributes
Methods
EnumInstances() |
Enumerates all launchable product instances installed. |
GetInstanceForCurrentProcess() |
Gets the instance for the current process path. |
GetInstanceForPath(String) |
Gets the instance for the given path. |