CmdBefore Property
      
 

Description

Command to execute before files are replaced.


Property type

A String value.  


Syntax

object.CmdBefore [= value]



The CmdBefore Property syntax has these parts:

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

Remarks

This property holds full path to a command line that is executed before wodAppUpdate replaces the file, but after it killed your main application. Typically, you can use this property to, for example, stop some service (CmdBefore = NET stop yourservice).