UpdateElevationType Enumeration
Defines the possible levels of elevation for an update.
[Visual Basic]
Public Enum UpdateElevationType
[C#]
public enum UpdateElevationType
Namespace: Kjs.AppLife.Update.Web
Assembly: Kjs.AppLife.Update.Web (in Kjs.AppLife.Update.Web.dll)
Members
Member name |
Description |
AppLifeUpdateService |
The update is applied using the AppLife Update Service, so that it runs as the Local System user. If this option is specified and the service is not running, an error will occur. |
None |
The update is applied as the current user, with no elevation. |
Uac |
The update is elevated by a User Account Control (UAC) prompt in Windows Vista and above. If the user cancels the prompt, the update is cancelled and the application will restart. If the update is applied on an earlier version of Windows, no UAC prompt will be presented and the update will be applied as the current user. |
See Also