UpdaterName Property
      
 

Description

Holds name of updater EXE file.


Property type

A String value.  


Syntax

object.UpdaterName [= value]



The UpdaterName Property syntax has these parts:

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

Remarks

UpdaterName property is used during replacement of locked files. When wodAppUpdate closes your application to perform the replacement, it calls external temporary program it created for doing the replacement.

This property defines how will that program be named - so you can be sure name isn't used by something else. It defaults to 'wodAppUpdate'.