MSFN Forum: [Solved] Win 8 Pro Won't install Stand-Alone Updates - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[Solved] Win 8 Pro Won't install Stand-Alone Updates Updates downloaded from download center won't install

#1 User is offline   NovaStar 

  • Group: Members
  • Posts: 2
  • Joined: 28-February 13
  • OS:Windows 8 x64
  • Country: Country Flag

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.


#2 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 202
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 28 February 2013 - 08:59 AM

View PostNovaStar, 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.


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 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 28 February 2013 - 09:40 AM

Use OpenWith Enhanced to change the association back to WUSA.exe:

http://extensions.fr....com/owdesc.php

#4 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 202
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 28 February 2013 - 09:56 AM

View PostMagicAndre1981, 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


Nice Standalone app Magic! .. I will add this to my tech tools.. Thanks :thumbup

#5 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

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 User is online   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,671
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

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 User is offline   NovaStar 

  • Group: Members
  • Posts: 2
  • Joined: 28-February 13
  • OS:Windows 8 x64
  • Country: Country Flag

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 :D

#8 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 202
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 28 February 2013 - 11:53 AM

View PostNovaStar, 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 :D



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
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy