User guide

85
Parameter
Variable
Mandatory?
Description
-PrevProductName
No
Allow the user to specify the previous product
name to be uninstalled prior to installing the
MSI. By default, the system will use the product
name in the MSI to install.
XCopy Deployment Agent
This tool allows users to copy a package location to a specific destination. It is based on a custom release
management batch script. The configuration variables of this tool are:
Parameter
Variable
Mandatory?
Description
N/A
Yes
Fixed value indicating that all the source location
must be copied
Installation
Path
Yes
The destination of the copy.
Command Line Runner
This tool allows users to run a specific executable. It is based on a custom release management PowerShell script.
The configuration variables of this tool are:
Parameter
Variable
Mandatory?
Description
-command
N/A
Yes
Fixed value ./RunCommandLine.ps1.
-FilePath
FilePath
Yes
The complete path (if required) and file name of
the executable to be run.
-Arguments
Arguments
No
The arguments needed when the executable is
run.
-UserDomain
UserDomain
No
The domain of the user to use if the executable
has to be run under a specific identity. If not
provided, user specified will be considered as
local (i.e. .\localuser).
-UserName
UserName
No
The name of the user to use if the executable has
to be run under a specific identity.
-UserPassword
UserPassword
No
The password of the user to use if the executable
has to be run under a specific identity.