UpdateElevationType Enumeration |
Defines the possible levels of elevation for an update.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic enum UpdateElevationType
Public Enumeration UpdateElevationType
public enum class UpdateElevationType
Members
| Member name | Value | Description |
---|
| None | 0 |
The update is applied as the current user, with no elevation.
|
| AppLifeUpdateService | 1 |
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.
|
| Uac | 2 |
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