Jump to content


Search the Community

Showing results for tags 'dfep'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Cloud
    • Azure
    • Microsoft Intune
    • Office 365
    • Windows 365
  • General Stuff
    • General Chat
    • Events
    • Site News
    • Official Forum Supporters
    • Windows News
    • Suggestion box
    • Jobs
  • MDT, SMS, SCCM, Current Branch &Technical Preview
    • How do I ?
    • Microsoft Deployment Toolkit (MDT)
    • SMS 2003
    • Configuration Manager 2007
    • Configuration Manager 2012
    • System Center Configuration Manager (Current Branch)
    • Packaging
    • scripting
    • Endpoint Protection
  • Windows Client
    • how do I ?
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
    • windows screenshots
  • Windows Server
    • Windows Server General
    • Active Directory
    • Microsoft SQL Server
    • System Center Operations Manager
    • KMS
    • Windows Deployment Services
    • NAP
    • Failover Clustering
    • PKI
    • Hyper V
    • Exchange
    • IIS/apache/web server
    • System Center Data Protection Manager
    • System Center Service Manager
    • System Center App Controller
    • System Center Virtual Machine Manager
    • System Center Orchestrator
    • Lync
    • Application Virtualization
    • Sharepoint
    • WSUS

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests

Found 1 result

  1. I'm facing a bizarre problem. The first application that won't install and I don't see how to resolve it I have Dell DFEP (LINK) APP_WIN_R312094.EXE which I'm trying to install. I tested 2 methods, a simple batchfile and a direct command inside the program. Batchfile Program name Install -> cmd /c install.cmd @echo off taskkill /t /f /im DCPSysMgr.exe > NUL 2>&1 taskkill /t /f /im DCPSysMgrSvc.exe > NUL 2>&1 REM Remove Dell Feature Enhancement Pack and all its features start /wait APP_WIN_R312094.exe /passthrough /qn REMOVE=ALL taskkill /t /f /im DCPSysMgr.exe > NUL 2>&1 taskkill /t /f /im DCPSysMgrSvc.exe > NUL 2>&1 REM Install Dell Feature Enhancement Pack with all features using the Silent install start /wait APP_WIN_R312094.exe /passthrough RUNTIME_LANGID=1033 /qn /l*v "C:\Windows\temp\dfep.log" ADDLOCAL=ALL REMOVE=TOUCH I first uninstall Direct command-line Program name Install2 -> APP_WIN_R312094.EXE /s Logs If I go and look in the logs: Install1 The program for advertisement "AMR209F0" failed ("AMR002B7" - "install"). A failure exit code of 1603 was returned. User context: NT AUTHORITY\SYSTEM Possible cause: Systems Management Server (SMS) determines status for each program it executes. If SMS cannot find or correlate any installation status Management Information Format (MIF) files for the program, it uses the program's exit code to determine status. An exit code of 1603 is considered a failure. Solution: For more information on the exit code, refer to the documentation for the program you are distributing. Install2 The program for advertisement "AMR209F0" failed ("AMR002B7" - "install2"). A failure exit code of 1 was returned. User context: NT AUTHORITY\SYSTEM Possible cause: Systems Management Server (SMS) determines status for each program it executes. If SMS cannot find or correlate any installation status Management Information Format (MIF) files for the program, it uses the program's exit code to determine status. An exit code of 1 is considered a failure. Solution: For more information on the exit code, refer to the documentation for the program you are distributing.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.