RequireAdmin Property
      
 

Description

Determines if admin privileges are required.


Property type

A Boolean value.  


Syntax

object.RequireAdmin [= value]



The RequireAdmin Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
value A Boolean value.

Remarks

If this property is set to True, wodAppUpdate will try to obtain administrative privileges before it tries to replace files. Typically, Windows XP users already run as administrators so no special work will be needed. On Windows Vista, however, user may get prompt that application will request administrative privileges, and Updater app will run with such privileges.

Still, when your application is run again after the update, it will run in context of original user.