Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Internet Explorer 8 does not support ForceQuiet=true installation

Reply
Thread Tools Display Modes

Internet Explorer 8 does not support ForceQuiet=true installation

 
 
Afrow UK
Guest
Posts: n/a

 
      07-22-2009
When attempting to install IE8 via code invoking the Windows Update Agent API
with ForceQuiet=true set, the WU log shows:

2009-07-22 18:49:28:515 1016 fd0 Agent *************
2009-07-22 18:49:28:515 1088 ff4 COMAPI - Updates to install = 1
2009-07-22 18:49:28:515 1016 fd0 Agent ** START ** Agent: Installing
updates [CallerId = ]
2009-07-22 18:49:28:515 1016 fd0 Agent *********
2009-07-22 18:49:28:515 1016 fd0 Agent * Updates to install = 1
2009-07-22 18:49:28:515 1088 ff4 COMAPI <<-- SUBMITTED -- COMAPI: Install
[ClientId = <NULL>]
2009-07-22 18:49:28:515 1016 fd0 Agent * Title = Internet Explorer 8 for
Windows XP
2009-07-22 18:49:28:515 1016 fd0 Agent * UpdateId =
{FE76BC49-1BAC-470A-8007-C6D87207E0BE}.103
2009-07-22 18:49:28:515 1016 fd0 Agent * Bundles 1 updates:
2009-07-22 18:49:28:515 1016 fd0 Agent *
{8E38CE36-9FA2-4BCD-A64A-FB30C3F6C3DE}.103
2009-07-22 18:49:29:656 1016 fd0 DnldMgr Preparing update for install,
updateId = {8E38CE36-9FA2-4BCD-A64A-FB30C3F6C3DE}.103.
2009-07-22 18:49:29:812 3532 83c Misc =========== Logging initialized
(build: 7.2.6001.788, tz: +0100) ===========
2009-07-22 18:49:29:812 3532 83c Misc = Process:
C:\WINDOWS\system32\wuauclt.exe
2009-07-22 18:49:29:812 3532 83c Misc = Module:
C:\WINDOWS\system32\wuaueng.dll
2009-07-22 18:49:29:812 3532 83c Handler :::::::::::::
2009-07-22 18:49:29:812 3532 83c Handler :: START :: Handler: Command Line
Install
2009-07-22 18:49:29:812 3532 83c Handler :::::::::
2009-07-22 18:49:29:812 3532 83c Handler : Updates to install = 1
2009-07-22 18:49:29:828 3532 83c Handler : WARNING: Exit code = 0x80242004
2009-07-22 18:49:29:828 3532 83c Handler :::::::::
2009-07-22 18:49:29:828 3532 83c Handler :: END :: Handler: Command Line
Install
2009-07-22 18:49:29:828 3532 83c Handler :::::::::::::

The exit code 0x80242004 means WU_E_UH_DOESNOTSUPPORTACTION:
A request for the handler to install (uninstall) an update could not be
completed because the update does not support install (uninstall).

Looks to me like it's being given the wrong command line arguments for a
quiet installation. I know it supports /quiet because I ran the IE8 download
in C:\WINDOWS\SoftwareDistribution\Download with /quiet just fine and
installed IE8 on my machine no problem.

Machine is running Windows XP SP3 with the latest Windows Update Agent. We
require that IE8 installs without any user input on our machines which we
will be running the WUA API scripts on programmatically during a special
maintenance period.

Stu
 
Reply With Quote
 
 
 
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      07-22-2009
> Machine is running Windows XP SP3 with the latest Windows Update Agent. We
> require that IE8 installs without any user input on our machines which we
> will be running the WUA API scripts on programmatically during a special
> maintenance period.


Your best bet would be to deploy IE8 via WSUS, if possible:

<QP>
Organizations that use Windows Server Update Services (WSUS) and Systems
Management Server (SMS) can deploy IE8 in the same manner as they would
deploy any other update. We will release IE8 to WSUS in July 2009; it will
be classified as an Update Rollup and must be approved to install on groups
of clients within the organization.
</QP>
Source:
http://blogs.msdn.com/ie/archive/200...on-of-ie8.aspx

Also see these references:

Windows Internet Explorer 8 FAQ for Business:
http://www.microsoft.com/downloads/d...displaylang=en

Techniques for Preinstalling Internet Explorer 8:
http://www.microsoft.com/downloads/d...displaylang=en

Internet Explorer Administration Kit 8, IEAK 8, Download and Release
Documentation
http://technet.microsoft.com/en-us/ie/cc889351.aspx

NB: Those with IE7- and/or IE8-specific questions or comments can post to
and seek support in IE General newsgroup:
microsoft.public.internetexplorer.general

On the web:
http://www.microsoft.com/communities...plorer.general

In your newsreader:
news://msnews.microsoft.com/microsof...plorer.general
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Client - since 2002


Afrow UK wrote:
> When attempting to install IE8 via code invoking the Windows Update Agent
> API with ForceQuiet=true set, the WU log shows:
>
> 2009-07-22 18:49:28:515 1016 fd0 Agent *************
> 2009-07-22 18:49:28:515 1088 ff4 COMAPI - Updates to install = 1
> 2009-07-22 18:49:28:515 1016 fd0 Agent ** START ** Agent: Installing
> updates [CallerId = ]
> 2009-07-22 18:49:28:515 1016 fd0 Agent *********
> 2009-07-22 18:49:28:515 1016 fd0 Agent * Updates to install = 1
> 2009-07-22 18:49:28:515 1088 ff4 COMAPI <<-- SUBMITTED -- COMAPI: Install
> [ClientId = <NULL>]
> 2009-07-22 18:49:28:515 1016 fd0 Agent * Title = Internet Explorer 8
> for
> Windows XP
> 2009-07-22 18:49:28:515 1016 fd0 Agent * UpdateId =
> {FE76BC49-1BAC-470A-8007-C6D87207E0BE}.103
> 2009-07-22 18:49:28:515 1016 fd0 Agent * Bundles 1 updates:
> 2009-07-22 18:49:28:515 1016 fd0 Agent *
> {8E38CE36-9FA2-4BCD-A64A-FB30C3F6C3DE}.103
> 2009-07-22 18:49:29:656 1016 fd0 DnldMgr Preparing update for install,
> updateId = {8E38CE36-9FA2-4BCD-A64A-FB30C3F6C3DE}.103.
> 2009-07-22 18:49:29:812 3532 83c Misc =========== Logging initialized
> (build: 7.2.6001.788, tz: +0100) ===========
> 2009-07-22 18:49:29:812 3532 83c Misc = Process:
> C:\WINDOWS\system32\wuauclt.exe
> 2009-07-22 18:49:29:812 3532 83c Misc = Module:
> C:\WINDOWS\system32\wuaueng.dll
> 2009-07-22 18:49:29:812 3532 83c Handler :::::::::::::
> 2009-07-22 18:49:29:812 3532 83c Handler :: START :: Handler: Command
> Line
> Install
> 2009-07-22 18:49:29:812 3532 83c Handler :::::::::
> 2009-07-22 18:49:29:812 3532 83c Handler : Updates to install = 1
> 2009-07-22 18:49:29:828 3532 83c Handler : WARNING: Exit code =
> 0x80242004
> 2009-07-22 18:49:29:828 3532 83c Handler :::::::::
> 2009-07-22 18:49:29:828 3532 83c Handler :: END :: Handler: Command
> Line
> Install
> 2009-07-22 18:49:29:828 3532 83c Handler :::::::::::::
>
> The exit code 0x80242004 means WU_E_UH_DOESNOTSUPPORTACTION:
> A request for the handler to install (uninstall) an update could not be
> completed because the update does not support install (uninstall).
>
> Looks to me like it's being given the wrong command line arguments for a
> quiet installation. I know it supports /quiet because I ran the IE8
> download
> in C:\WINDOWS\SoftwareDistribution\Download with /quiet just fine and
> installed IE8 on my machine no problem.
>
> Machine is running Windows XP SP3 with the latest Windows Update Agent. We
> require that IE8 installs without any user input on our machines which we
> will be running the WUA API scripts on programmatically during a special
> maintenance period.
>
> Stu


 
Reply With Quote
 
Afrow UK
Guest
Posts: n/a

 
      07-23-2009
Using WSUS may be an option but these are thousands of machines around the
world with only the Internet as a connection. I'd rather stick to using
Windows Update. Is there anyway I can change the command line arguments
programmatically? Doesn't seem to be looking at the API ref.

Stu

"PA Bear [MS MVP]" wrote:

> > Machine is running Windows XP SP3 with the latest Windows Update Agent. We
> > require that IE8 installs without any user input on our machines which we
> > will be running the WUA API scripts on programmatically during a special
> > maintenance period.

>
> Your best bet would be to deploy IE8 via WSUS, if possible:
>
> <QP>
> Organizations that use Windows Server Update Services (WSUS) and Systems
> Management Server (SMS) can deploy IE8 in the same manner as they would
> deploy any other update. We will release IE8 to WSUS in July 2009; it will
> be classified as an Update Rollup and must be approved to install on groups
> of clients within the organization.
> </QP>
> Source:
> http://blogs.msdn.com/ie/archive/200...on-of-ie8.aspx
>
> Also see these references:
>
> Windows Internet Explorer 8 FAQ for Business:
> http://www.microsoft.com/downloads/d...displaylang=en
>
> Techniques for Preinstalling Internet Explorer 8:
> http://www.microsoft.com/downloads/d...displaylang=en
>
> Internet Explorer Administration Kit 8, IEAK 8, Download and Release
> Documentation
> http://technet.microsoft.com/en-us/ie/cc889351.aspx
>
> NB: Those with IE7- and/or IE8-specific questions or comments can post to
> and seek support in IE General newsgroup:
> microsoft.public.internetexplorer.general
>
> On the web:
> http://www.microsoft.com/communities...plorer.general
>
> In your newsreader:
> news://msnews.microsoft.com/microsof...plorer.general
> --
> ~Robear Dyer (PA Bear)
> MS MVP-IE, Mail, Security, Windows Client - since 2002
>
>
> Afrow UK wrote:
> > When attempting to install IE8 via code invoking the Windows Update Agent
> > API with ForceQuiet=true set, the WU log shows:
> >
> > 2009-07-22 18:49:28:515 1016 fd0 Agent *************
> > 2009-07-22 18:49:28:515 1088 ff4 COMAPI - Updates to install = 1
> > 2009-07-22 18:49:28:515 1016 fd0 Agent ** START ** Agent: Installing
> > updates [CallerId = ]
> > 2009-07-22 18:49:28:515 1016 fd0 Agent *********
> > 2009-07-22 18:49:28:515 1016 fd0 Agent * Updates to install = 1
> > 2009-07-22 18:49:28:515 1088 ff4 COMAPI <<-- SUBMITTED -- COMAPI: Install
> > [ClientId = <NULL>]
> > 2009-07-22 18:49:28:515 1016 fd0 Agent * Title = Internet Explorer 8
> > for
> > Windows XP
> > 2009-07-22 18:49:28:515 1016 fd0 Agent * UpdateId =
> > {FE76BC49-1BAC-470A-8007-C6D87207E0BE}.103
> > 2009-07-22 18:49:28:515 1016 fd0 Agent * Bundles 1 updates:
> > 2009-07-22 18:49:28:515 1016 fd0 Agent *
> > {8E38CE36-9FA2-4BCD-A64A-FB30C3F6C3DE}.103
> > 2009-07-22 18:49:29:656 1016 fd0 DnldMgr Preparing update for install,
> > updateId = {8E38CE36-9FA2-4BCD-A64A-FB30C3F6C3DE}.103.
> > 2009-07-22 18:49:29:812 3532 83c Misc =========== Logging initialized
> > (build: 7.2.6001.788, tz: +0100) ===========
> > 2009-07-22 18:49:29:812 3532 83c Misc = Process:
> > C:\WINDOWS\system32\wuauclt.exe
> > 2009-07-22 18:49:29:812 3532 83c Misc = Module:
> > C:\WINDOWS\system32\wuaueng.dll
> > 2009-07-22 18:49:29:812 3532 83c Handler :::::::::::::
> > 2009-07-22 18:49:29:812 3532 83c Handler :: START :: Handler: Command
> > Line
> > Install
> > 2009-07-22 18:49:29:812 3532 83c Handler :::::::::
> > 2009-07-22 18:49:29:812 3532 83c Handler : Updates to install = 1
> > 2009-07-22 18:49:29:828 3532 83c Handler : WARNING: Exit code =
> > 0x80242004
> > 2009-07-22 18:49:29:828 3532 83c Handler :::::::::
> > 2009-07-22 18:49:29:828 3532 83c Handler :: END :: Handler: Command
> > Line
> > Install
> > 2009-07-22 18:49:29:828 3532 83c Handler :::::::::::::
> >
> > The exit code 0x80242004 means WU_E_UH_DOESNOTSUPPORTACTION:
> > A request for the handler to install (uninstall) an update could not be
> > completed because the update does not support install (uninstall).
> >
> > Looks to me like it's being given the wrong command line arguments for a
> > quiet installation. I know it supports /quiet because I ran the IE8
> > download
> > in C:\WINDOWS\SoftwareDistribution\Download with /quiet just fine and
> > installed IE8 on my machine no problem.
> >
> > Machine is running Windows XP SP3 with the latest Windows Update Agent. We
> > require that IE8 installs without any user input on our machines which we
> > will be running the WUA API scripts on programmatically during a special
> > maintenance period.
> >
> > Stu

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer Mobile Support AJAX? GoldenFinger Internet Explorer 0 05-07-2007 05:57 AM
Multilanguage support in Internet Explorer 7 Mattie Internet Explorer 0 11-03-2006 09:53 AM
Internet Explorer 7 - RSS Support Suggestion Ruiz Internet Explorer 0 02-03-2006 06:24 PM
chinese support for internet explorer moody Windows Media Center 1 01-23-2006 03:09 AM
Internet Explorer Languages Support hk2004 Windows Update 0 08-18-2004 06:37 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59