Page 1 of 1
[Solved] Win 8 Pro Won't install Stand-Alone Updates Updates downloaded from download center won't install
#1
Posted 28 February 2013 - 01:42 AM
Hi,
I'm using Windows 8 Pro. 64-bit.
Windows update works fine, no problem there...BUT... When I download a stand-alone update (from the Windows download center), it will NOT run/open/install the downloaded stand-alone updates (*.MSU files).
I've also looked under the " Control Panel\All Control Panel Items\Default Programs " and the associated file type/protocol has changed to UniversalExtractor.
I've uninstalled it - it didn't help.
Even tried to associate it to the Update Installer (wusa.exe), which of course got a popup saying " it cannot be associated with this program ".
same goes by trying to associate with pkgmgr.exe and/or msiexec.exe association (by trail & error) didn't work either.
(hoping to avoid a windows 8 refresh that will also destroy everything already installed except the store app's).
ANY help to resolve the matter will be greatly appreciated.
With Utmost Respect,
Me.
I'm using Windows 8 Pro. 64-bit.
Windows update works fine, no problem there...BUT... When I download a stand-alone update (from the Windows download center), it will NOT run/open/install the downloaded stand-alone updates (*.MSU files).
I've also looked under the " Control Panel\All Control Panel Items\Default Programs " and the associated file type/protocol has changed to UniversalExtractor.
I've uninstalled it - it didn't help.
Even tried to associate it to the Update Installer (wusa.exe), which of course got a popup saying " it cannot be associated with this program ".
same goes by trying to associate with pkgmgr.exe and/or msiexec.exe association (by trail & error) didn't work either.
(hoping to avoid a windows 8 refresh that will also destroy everything already installed except the store app's).
ANY help to resolve the matter will be greatly appreciated.
With Utmost Respect,
Me.
#2
Posted 28 February 2013 - 08:59 AM
NovaStar, on 28 February 2013 - 01:42 AM, said:
Hi,
I'm using Windows 8 Pro. 64-bit.
Windows update works fine, no problem there...BUT... When I download a stand-alone update (from the Windows download center), it will NOT run/open/install the downloaded stand-alone updates (*.MSU files).
I've also looked under the " Control Panel\All Control Panel Items\Default Programs " and the associated file type/protocol has changed to UniversalExtractor.
I've uninstalled it - it didn't help.
Even tried to associate it to the Update Installer (wusa.exe), which of course got a popup saying " it cannot be associated with this program ".
same goes by trying to associate with pkgmgr.exe and/or msiexec.exe association (by trail & error) didn't work either.
(hoping to avoid a windows 8 refresh that will also destroy everything already installed except the store app's).
ANY help to resolve the matter will be greatly appreciated.
With Utmost Respect,
Me.
I'm using Windows 8 Pro. 64-bit.
Windows update works fine, no problem there...BUT... When I download a stand-alone update (from the Windows download center), it will NOT run/open/install the downloaded stand-alone updates (*.MSU files).
I've also looked under the " Control Panel\All Control Panel Items\Default Programs " and the associated file type/protocol has changed to UniversalExtractor.
I've uninstalled it - it didn't help.
Even tried to associate it to the Update Installer (wusa.exe), which of course got a popup saying " it cannot be associated with this program ".
same goes by trying to associate with pkgmgr.exe and/or msiexec.exe association (by trail & error) didn't work either.
(hoping to avoid a windows 8 refresh that will also destroy everything already installed except the store app's).
ANY help to resolve the matter will be greatly appreciated.
With Utmost Respect,
Me.
When I do all my Standalone .msu updates I just put them all in a folder called updates with the following wild card updater batch file that I right-click and run as administrator.
(also check first in services that Windows updates is enabled and running)
If that doesn't work try a system restore..good luck
@echo off
color a
mode con cols=60 lines=4
echo Installing Windows 8 Updates..
:: UPDATES
:: Scan and Echo .msu files during install..
for /f "delims=" %%a in ('dir/b *.msu') do (
echo == Installing Updates == "%%a"
echo.
:: DELAY
ping -n 4 localhost 1>nul
echo.
:: INSTALLS
start /wait wusa %%a /quiet /norestart
)
echo.
exit
This post has been edited by DosProbie: 28 February 2013 - 09:04 AM
#3
Posted 28 February 2013 - 09:40 AM
Use OpenWith Enhanced to change the association back to WUSA.exe:
http://extensions.fr....com/owdesc.php
http://extensions.fr....com/owdesc.php
#4
Posted 28 February 2013 - 09:56 AM
MagicAndre1981, on 28 February 2013 - 09:40 AM, said:
Use OpenWith Enhanced to change the association back to WUSA.exe:
http://extensions.fr....com/owdesc.php
http://extensions.fr....com/owdesc.php
Nice Standalone app Magic! .. I will add this to my tech tools.. Thanks
#5
Posted 28 February 2013 - 10:00 AM
I'm using it for a while and now with version 1.10 it also works in Win8 and replaces this ugly "Metro" dialog.
#6
Posted 28 February 2013 - 10:34 AM
If you right-click the file, and choose Open-With, you should see Windows Update Standalone Installer as an option. If not, you can select "Choose Default Program" and should be able to select it.
#7
Posted 28 February 2013 - 11:09 AM
Hi again,
ALL done.
Tested the batch file AND installed that app... view reverted back to the old way like I am used too, and it doesn't even give me the reg metro ugly style (or any style lol) for the already known types.
Thank You both...Works like a charm
ALL done.
Tested the batch file AND installed that app... view reverted back to the old way like I am used too, and it doesn't even give me the reg metro ugly style (or any style lol) for the already known types.
Thank You both...Works like a charm
#8
Posted 28 February 2013 - 11:53 AM
NovaStar, on 28 February 2013 - 11:09 AM, said:
Hi again,
ALL done.
Tested the batch file AND installed that app... view reverted back to the old way like I am used too, and it doesn't even give me the reg metro ugly style (or any style lol) for the already known types.
Thank You both...Works like a charm
ALL done.
Tested the batch file AND installed that app... view reverted back to the old way like I am used too, and it doesn't even give me the reg metro ugly style (or any style lol) for the already known types.
Thank You both...Works like a charm
Glad you got it all Worked out.. You can add [ Solved ] to your title block to help out the next guy ..
Share this topic:
Page 1 of 1



Help
Back to top










