InstallFrom Enum
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.
This enumeration describes possible installation sources.
public enum class InstallFrom
public enum class InstallFrom
enum InstallFrom
[System.Runtime.InteropServices.Guid("FCEF3D3C-E193-46a5-9114-E982EBC7D540")]
[System.Serializable]
public enum InstallFrom
[<System.Runtime.InteropServices.Guid("FCEF3D3C-E193-46a5-9114-E982EBC7D540")>]
[<System.Serializable>]
type InstallFrom =
Public Enum InstallFrom
- Inheritance
-
InstallFrom
- Attributes
Fields
Name | Value | Description |
---|---|---|
Web | 0 | Installation source is a website. |
Unc | 1 | Installation source is a UNC path. |
Disk | 2 | Installation source is disk. |