Deployment Tools Foundation
InstallType Enumeration
Specifies the type of installation for ApplyPatch(String, String, InstallType, String).

C# | Visual Basic | Visual C++ |
public enum InstallType
Public Enumeration InstallType
public enum class InstallType

Member | Description |
---|---|
Default |
Searches system for products to patch.
|
NetworkImage |
Indicates a administrative installation.
|
SingleInstance |
Indicates a particular instance.
|