Search Results for

    Show / Hide Table of Contents

    Launcher Logfile Location

    There is one main logfile(_Launcher.log), an error log file(_LauncherError.log) and for every run a detail log(ApplicationName_Action.log). If the package contains an msi installation then a msi installation log is also generated in the directory.

    Logfile Description
    _Launcher.log In this log one line is recorded for every time the launcher is started.
    _LauncherError.log If parameter are missing or config files are corrupt it will be logged to this file.
    %Manufacturer%%ProductName%%ProductVersion%%PackageVersion%%InstallType%%Language%%Architecture%_%TimeStamp:yyyymmdd-hhmmss%_Install.log In this log are all action of this action logged with the exit codes.
    %Manufacturer%%ProductName%%ProductVersion%%PackageVersion%%InstallType%%Language%%Architecture%%TimeStamp:yyyymmdd-hhmmss%%Action%_MSI.log MSI Log
    %Manufacturer%%ProductName%%ProductVersion%%PackageVersion%%InstallType%%Language%%Architecture%_%TimeStamp:yyyymmdd-hhmmss%_Install_MSP.log MSP Log
    Back to top