ShortcutLocation Enum
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Specifies several common places where shortcuts can be installed on a user's system
[Flags]
public enum ShortcutLocation
{
None = 0x0,
StartMenu = 0x1,
Desktop = 0x2,
Startup = 0x4,
AppRoot = 0x8,
StartMenuRoot = 0x10
}
Inheritance: object → ValueType → Enum → ShortcutLocation
Attributes: FlagsAttribute
Fields
Name | Description |
---|---|
AppRoot | A shortcut in the application folder, useful for portable applications. |
Desktop | A shortcut on the current user desktop |
None | Represents no shortcut location |
StartMenu | A shortcut in ProgramFiles within a publisher sub-directory |
StartMenuRoot | A shortcut in ProgramFiles root folder (not in a company/publisher sub-directory). This is commonplace as of more recent versions of windows. |
Startup | A shortcut in Startup/Run folder will cause the app to be automatially started on user login. |
Documentation generated by MdDocs