netUpdate, a program capable of updating
and upgrading products over the Internet.
netUpdate
    XSD DocBrowser   ·  Revision history
    Download area
    FAQ
 
home
system
integrators
search the
site
 

validator
modules
invoice
modules
credit
modules
miscellaneous
modules
tools

  Design by TMR AG
  © by sumex1.net
 
online DocBrowser for netUpdate_upd.xsd
Version:  1.00
Generation Date:  1 May 2003
overview  
back  
uses  

Element post_processor

name data type content
post_processor - empty
post_processor defines an application that is started after the update of the "target" project is carried out. If no resource of that project is updated then the post_processor is not launched!
 
subelements in the requested order
none  
attribute name data type [min,max] default
flag NMTOKEN [0,1] mightUpdate
flag=[mightUpdate| mightInstallWithPathGeneration| mightInstallIfPathExist| mustInstallWithPathGeneration| mustInstallIfPathExist| mustUpdateWithPathGeneration |mustUpdateIfPathExist] gives the applicable type of update. The meaning offlag is as follows:
  •   an unconditional install is performed if the installation flag is set to "mustInstallWithPathGeneration" if and only if the resource does not exist locally. The directory path will be generated if it does not already exist,
  •   an unconditional install is performed if the installation flag is set to "mustInstallfPathExist" if and only if the resource does not exist locally. However, the directory path must already exist to perform the forced install,
  •   an unconditional update is performed if the installation flag is set to "mustUpdateWithPathGeneration" even if the resource or the directory path does not exist (the path will be generated if it does not already exist),
  •   an unconditional update is performed if the installation flag is set to "mustUpdateIfPathExist" even if the resource does not exist locally. However, the directory path must already exist to perform the forced update,
  •   an unconditional install is performed if the installation flag is set to "mightInstallWithPathGeneration" if and only if the resource does not exist locally. The directory path will be generated if it does not already exist. In the case that the resource does exist, then a conditional update is performed under the same conditions as with "mightUpdate",
  •   an unconditional install is performed if the installation flag is set to "mightInstallfPathExist" if and only if the resource does not exist locally. However, the directory path must already exist to perform the forced install. In the case that the resource does exist, then a conditional update is performed under the same conditions as with "mightUpdate",
  •   a conditional update is performed if the installation flag is set to "mightUpdate" (the default value) if and only if the corresponding resource exists locally and the last modified date of that local resource is less than the remote modification date.
last_modified long>0 [1,1] -
last_modified is the last modified date of the resource given as an epoch time (number of seconds since 1.1.70).
local_name pattern [1,1] -
local_name=( [^\\]+) is an absolute local file path of the resource. The attribute can include any numbers of previously defined parameters declared in the parameter section as parameter expansion is carried out. Parameters are supplied as ${PARAMETER_NAME}.
remote_name anyURI [1,1] -
remote_name is an absolute URL giving the location where to retrieve the resource. Note that this attribute must be a legal URL, parameters are not allowed here!
size long>0 [1,1] -
size is the size of the resource in bytes.