fwInstallation  8.4.1
Functions | Variables
fwInstallationUpgrade.ctl File Reference

Functions

int fwInstallationUpgrade_isToolVersionSameAsInDB (bool &desiredVersion)
 
void fwInstallationUpgrade_switchToManualAndStop ()
 

Variables

const string csFwInstallationUpgradeLibVersion = "8.4.1"
 

Detailed Description

This library contains all functions to handle remote upgrade request of the FW Component Installation Tool in the local project. The functions in these library are not intended to be called from user scripts

Author
Fernando Varela Rodriguez (IT-CO/BE)
Date
September 2010

Function Documentation

int fwInstallationUpgrade_isToolVersionSameAsInDB ( bool &  desiredVersion)

Check if we run for the first time as a new version (an upgrade was made), it will set reference to true if the current running version is the same as in DB, false if current version differs from the one in DB.

Parameters
desiredVersion- output, if current version matches version in DB
Returns
- 0 - OK, -1 - error occured
void fwInstallationUpgrade_switchToManualAndStop ( )

Set installation agent to manual and kill, then wait for it to happen. This is used as a safety measure in case something bad happens.

Variable Documentation

const string csFwInstallationUpgradeLibVersion = "8.4.1"

Version of this library. Used to determine the coherency of all libraries of the installation tool Please do not edit it manually