<p><a href="http://wincert.net/wp-content/uploads/2015/01/windows-8.jpg"><img class="alignnone size-full wp-image-548" src="http://wincert.net/wp-content/uploads/2015/01/windows-8.jpg" alt="online,data retrieval" width="720" height="340" /></a></p>
<p>From the time when Windows 8 became available on Technet and MSDN I am using it. Since I have the need for RSAT (Remote Server Administration Tools) during my first installation everything went fine but after I have reinstalled Windows 8, applied patches I wasn&#8217;t able to install Remote Server Administration Tools for Windows 8 anymore.</p>
<p>I presume that some of the hotfixes, pathces or updates could be the culprit for this behaviour.</p>
<p>When I tried to run the Remote Server Installation Tools for Windows 8 x64 (Windows6.2-KB2693643-x64) package I have received the following error message:</p>
<p><strong>Windows Update Standalone Installer</strong><br />
<strong>Installer encountered and error: 0x80004005</strong><br />
<strong>Unspecified error</strong></p>
<p><img class=" size-full wp-image-416" src="http://wincert.net/wp-content/uploads/2012/12/windows update standalone installer error.PNG" alt="" width="366" height="201" border="0" /></p>
<p><!--more--></p>
<p>As mentioned, I did not receive this error upon my first installation of Windows 8 Enterprise.</p>
<p>So, with the help of my good friend from Microsoft here&#8217;s what had to be done to install this package:</p>
<p>Start Command Prompt in elevated mode (Run as Administrator) and type the following command to extract the MSU package:</p>
<p><strong>expand -f:* &#8220;D:\Apps\RSAT for Windows 8 x64\Windows6.2-KB2693643-x64.msu&#8221; D:\RSAT</strong></p>
<p><strong><img class=" size-full wp-image-417" src="http://wincert.net/wp-content/uploads/2012/12/RSAT_1.PNG" alt="" width="677" height="393" border="0" /></strong></p>
<p>Presuming that you have RSAT package at <strong>D:\Apps\RSAT for Windows 8 x64\ </strong>and you are extracting files to <strong>D:\RSAT</strong> directory.</p>
<p>Now we have to install extracted files silently from Command Prompt using the following command:</p>
<p><strong>pkgmgr /ip /m:D:\RSAT\Windows6.2-KB2693643-x64.cab</strong></p>
<p><strong><img class=" size-full wp-image-418" src="http://wincert.net/wp-content/uploads/2012/12/RSAT_2.PNG" alt="" width="570" height="72" border="0" /></strong></p>
<p>Once you run the command wait for several minutes until the installation is finished. You should see the Administrative Tools and Server Manager icons in the Start Menu (Metro) as in the picture below.</p>
<p><img class=" size-full wp-image-419" src="http://wincert.net/wp-content/uploads/2012/12/srv_manager_admin_tools.png" alt="" width="256" height="129" border="0" /></p>
<p>That&#8217;s it.</p>
<p>Feel free to post your comments if you have any issues or questions.</p>

Update Standalone Installer 0x80004005
