Search Results for

    Show / Hide Table of Contents

    Launcher Registry Keys

    netECM:Launcher creates one registry key for every package with information about the package and the installation process. This keys can be used in SCCM 2012 for the detection methods or to create reports. The registry keys are built from values in the LauncherConfig.xml.

    Type Value
    Hive HKEY_LOCAL_MACHINE
    Key <pathRegistry>%manufacturer%_%productName%_%version%_%packageVersion%[_%configurationName%]_%installationType%_%language%_%architecture%

    Registry Values

    Value Type Possible Values
    ConfigurationName SZ %configurationName%
    ErrorMessage SZ *
    HasLocalCopy DWORD 0 or 1
    InstallationType SZ Physical or Virtual
    Installed SZ 0 or 1
    LastAction SZ Install or Uninstall
    LastActionStatus SZ Success or Error
    LastActionTime SZ Date-Time
    LastExitCodeMainProcess DWORD *
    LastTaskStatus SZ None
    SoftwareArchitecture SZ %architecture%
    SoftwareLanguage SZ %language%
    SoftwareManufacturer SZ %manufacturer%
    SoftwarePackageVersion SZ %packageVersion%
    SoftwareProductName SZ %productName%
    SoftwareVersion SZ %version%

    How-To

    • Launcher Keys in detection method
    Back to top