Switching from CORE to FULL fails on Windows Server 2012

Answered Switching from CORE to FULL fails on Windows Server 2012

  • Friday, February 01, 2013 9:50 PM
     
      Has Code

    Hi Everyone

    I have INSTALL.WIM extracted from Windows Server 2012 ISO and I added .net framework 3.5 package in the image.

    I apply this image to couple of servers (applied ServerStandard with Full Gui)

    I can switch to Core from this installation using UnInstall-WindowsFeature command.

    When I try to switch back to Full Gui mode using Install-WindowsFeature server-gui-shell, it always throws this error. I tried using -Source and pointing to different sources like local copied sxs folder, WIM file etc. without success.

    This happens on a complete fresh build, without modifications.

    PS C:\Users\Administrator> Install-WindowsFeature server-gui-shell
    Install-WindowsFeature : The request to add or remove features on the specified server failed.
    Installation of one or more roles, role services, or features failed.
    The component store has been corrupted. Error: 0x80073712
    At line:1 char:1
    + Install-WindowsFeature server-gui-shell
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-Windows
       Feature], Exception
        + FullyQualifiedErrorId : DISMAPI_Error__Failed_To_Enable_Updates,Microsoft.Windows.ServerManager.Command
       s.AddWindowsFeatureCommand
    Success Restart Needed Exit Code      Feature Result
    ------- -------------- ---------      --------------
    False   No             Failed         {}

    Has anybody experienced this issue and can help?

    TIA


    cheers..uc

    • Changed Type ucthev Saturday, February 02, 2013 5:00 AM Asking for help
    •  

All Replies

  • Saturday, February 02, 2013 5:02 AM
     
     Answered

    I figured out that installation of Net framework 3.5 package in install.wim (using powershell cmdlets) is causing component store to get corrupt.

    Wondering if this is an issue, or something that I am doing wrong?


    cheers..uc