2ez24get Posted November 18, 2010 Report post Posted November 18, 2010 I have deployed the sccm2007ac-sp2-kb977384-x86-enu.msp via SCCM Software Package. msiexec.exe /p sccm2007ac-sp2-kb977384-x86-enu.msp /L*v %TEMP%\sccm2007ac-sp2-kb977384-x86-enu.msp.LOG /q REINSTALL=ALL REINSTALLMODE=mous The Hotfix shows up in the list of installed Windows Updates. When I try to install the 2007 R3 Configuration Manager Console on a win7 or Win XP workstation with R2 it errors with a message "2007 R3 Requires Configuration Manager 2007 QFE KB977384" I got the R3 to finally install by running the SCCM2007-SP2-KB977384-ENU.msi interactively. The MSI will not install with the msiexec /a SCCM2007-SP2-KB977384-ENU.msi /qn command. I would like to install the MSI version remotely but cannot. The msiexec log is below. DEBUG: Error 2726: Action not found: ExitDialog Internal Error 2726. ExitDialog Action ended 13:13:16: ExitDialog. Return value 0. Action ended 13:13:16: ADMIN. Return value 1. === Logging stopped: 11/18/2010 13:13:16 === MSI © (EC:5C) [13:13:16:075]: Product: Software Update for ConfigMgr 2007 SP2 (KB977384) -- Installation operation completed successfully. MSI © (EC:5C) [13:13:16:091]: Windows Installer installed the product. Product Name: Software Update for ConfigMgr 2007 SP2 (KB977384). Product Version: 4.0.6487.2157. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 0. [uPDATE] I figured out how to fix it. The command I needed to use was. msiexec.exe /i sccm2007ac-sp2-kb977384-enu.msi /qn Now I can install the R3 Configuration Manager. Quote Share this post Link to post Share on other sites More sharing options...
GolfKingUK Posted November 18, 2010 Report post Posted November 18, 2010 My experience has been as follows: (DISABLE Trend first) 1. Install the patch SCCM2007-SP2-KB977384-ENU (if you do this silently by deploying you don't get the option to create the update package for the clients needed at least once) (If the log says successful, then all is good.) 2. Install R3. This must be installed on the server only, there is no console update, it happens automatically. 3. Install the client upgrade you created in Step 1 as long as you didn't run silently. Hope this helps. Quote Share this post Link to post Share on other sites More sharing options...