Click or drag to resize
UpdateElevationType Enumeration
Defines the possible levels of elevation for an update.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public enum UpdateElevationType
Members
  Member nameValueDescription
None0 The update is applied as the current user, with no elevation.
AppLifeUpdateService1 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.
Uac2 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