Search Results for

    Show / Hide Table of Contents

    Launcher Exit Codes

    This Exit Codes or Return Values can be retrieved from our Launcher.

    Exit Code Description
    0 Success
    99800 The RunLauncher.exe can't find the Launcher.exe. Mostly it's because the path variable is not extended with the Launcher Program Folder or the computer hasn't rebooted since the path was added to the path variable
    99900 The Arguments specified are not correct. Please check if you have specified /install %PathToPackage%
    99901 The application configuration file Launcher.exe.config is incorrect formatted or does not exist. The file is located in the Program directory where the launcher is installed, normally c:\Program Files\Netree\netECMLauncher.
    99902 The package configuration file LauncherConfig.xml is incorrect formatted or does not exist. The file should be located in the directory where the RunLauncher.exe is or in the path witch is specified as argument for Launcher.exe.
    99903 The log directory specified in the Launcher.exe.config is not available and could not be created.
    99904 UNEXPECTED_ERROR_WHILE_PROCESSING_TASK
    99905 ERROR_INVALID_RESTORE_INFORMATIONS
    99906 Some Conditions defined in the LauncherConfig.xml are not met. Mostly process are running, which shouldn't. Try closing them and restart installation. Which condition doesn't met could be found in the Launcher Log Files. If the application is registered with netECM:APP, then SCCM should have marked this exit code as "fast retry".
    99907 The Launcher could not create a local copy of the package. Is the directory writeable? Is there enough space? The Launcher has to be run as Administrator.
    99908 ERROR_WHILE_RUNNING_PROCESS
    99909 Some registry keys of this package have prohibited values.
    99910 The Product Key is not correct.
    99911 ERROR_ANOTHER_INSTANCE_ALREADY_RUNNING
    99912 UNEXPECTED_ERROR
    Back to top