InstallFrom Enum
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
C++/CX
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
Name | Value | Description |
---|---|---|
Web | 0 | Installation source is a website. |
Unc | 1 | Installation source is a UNC path. |
Disk | 2 | Installation source is disk. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |