Error Codes - F-SECURE POLICY MANAGER 9.0 Administrator's Manual

Table of Contents

Advertisement

92 | F-Secure Policy Manager | Ilaunchr error codes

Error codes

When Ilaunchr.exe is completed silently, it reports installation results with the standard exit codes.
With the login script, you can test for the cause of the problem. Here is one example, which you can insert
into your login script:
Start /Wait ILaunchr.exe \\server\share\mysuite.jar /U
if errorlevel 100 Go to Some_Setup_Error_occurred
if errorlevel 5 Go to Some_Ilaunchr_Error_occurred
if errorlevel 3 Go to Problem_with_JAR_package
if errorlevel 2 Go to User_does_not_have_admin_rights
if errorlevel 1 Go to FSMA_was_already_installed
if errorlevel 0 Echo Installation was OK!
Error codes:
Error code
0
1
2
3
4
6
7
8
9
10
11
12
13
14
100
101
102
103
104
105
110
111
120
Description
Installation OK.
FSMA already installed.
User has no administrative rights.
JAR not found.
JAR corrupted.
Error occurred when unpacking an installation
package.
Target disk has insufficient free space for installation.
File package.ini was not found in JAR file.
File package.ini did not contain any work
instructions.
Wrong parameters in command line or .ini file.
Error in initializing a new working process.
Error in creating the install process for setup.
Could not create a temp directory.
Undefined error.
Data needed for silent installation is missing. Invalid
JAR file.
Update is disabled. (Setup attempted to update the
installation.)
Setup was unable to read the product.ini file.
Invalid data is encountered in prodsett.ini.
Management Agent canceled the installation or
conflicting software was found. Installation aborted.
The subscription key was entered incorrectly or is
missing. Installation aborted.
Out of disk space.
The destination drive is not local.
The user has no administrative rights to the machine.

Advertisement

Table of Contents
loading

Table of Contents