Remote Administration pack cannot install on windows 7 service pack 1

ล็อกแล้ว Remote Administration pack cannot install on windows 7 service pack 1

  • Monday, November 15, 2010 5:48 AM
     
     

    After installing windows7 service pack 1 remote administration update tool cannot install to the specific machine. Popping up with error massage ‘this update is not applicable to your computer’. Is there any reason or any other way to install remote pack to windows 7 service pack 1 ?  please help

All Replies

  • Monday, November 15, 2010 12:48 PM
     
     

    The WUSA.exe checks which SP level you have.The update is made for RTM, so it doesn't install on Sp1.

    Try this workaround from wydmex :


    Avoid the Windows Update Standalone Installer.  It worked for me without having to remove SP1 first.

    • Expand the contents of the *.msu file from the command line using the expand command.

    expand -f:* "amd64fre_GRMRSATX_MSU.msu" %temp%\RSAT

    • After extracting the contents of the .msu file, you can install it by using Package Manager (pkgmgr.exe) from the command line using the following type syntax:

    pkgmgr.exe /n:%temp%\RSAT\Windows6.1-KB958830-x64.xml

    • You won't see anything on screen but give it a couple of minutes to complete. 
    • After that, visit the "Turn Windows features on or Off "dialog and enable the tools you need. :)

    Does it work?

    André


    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
  • Monday, November 15, 2010 7:58 PM
     
     

    Will there be a new version of the RSAT tools when SP1 is released?

    Thanks

     

  • Tuesday, November 16, 2010 11:41 AM
     
     

    Will there be a new version of the RSAT tools when SP1 is released?

    I think so.

    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
  • Tuesday, November 16, 2010 8:49 PM
     
     Answered

    manulaf,

    You may uninstall SP1 RC first, install RSAT, then install SP1 again. RSAT will be updated by SP1.

    Thanks,

    Mark [MSFT]