Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This function will initialize the Powershell Scripting Library and set logpath and other variables.

Syntax

<dllobject>.Job_Start(string jobtype, string packagename, string packageversion, string logpath, string action)

 

Parameters

jobtype

not used

packagename

name of package to install

packageversion

version of package

logpath

path to logfile

action

kind of action to perform (Install, Uninstall)

Example

$cs.Job_Start("WS",$AppName,$AppRelease,$LogFile,"INSTALL")

returns nothing

  • No labels