Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!
If you have any problems with the registration process or your account login, please contact us.
|
|
|
RE: KB898461 consistently fails to install
microsoft.public.windowsupdate
|
|

05-31-2008
|
|
|
|
RE: KB898461 consistently fails to install
Hi All,
I don't know if your problem was solved but I didn't see anybody indicating
and hence am posting the solution here. I don't know why Microsoft doesn't
post such an easy solution and I really hope the guy who had to reinstall
would not have to do it.
Anyways, the problem is with some dlls which are not properly reigstered in
the registry.
Anyways, here is the fix. Hope this helps you all who has the problem and
you just don’t have to reinstall XP to fix some registry errors. The solution
works 100%.
**********************************************
To fix the .dll issue, you will need to re-register a couple of .dll files.
To do this, follow these easy steps:
Run the command prompt by clicking on the Start Menu and selecting Run. Type
"cmd" and hit Enter.
In the new window that came up, type each of the following commands, hitting
enter after each one:
REGSVR32 WUAPI.DLL
REGSVR32 WUAUENG1.DLL
REGSVR32 ATL.DLL
REGSVR32 WUPS2.DLL
REGSVR32 WUCLTUI.DLL
REGSVR32 WUPS.DLL
REGSVR32 WUWEB.DLL
REGSVR32 WUAUENG.DLL
Windows update should now behave normally.
**********************************************
BR, Wolverine
"Malc" wrote:
> I'm trying to update a Win XP SP2 installation but since KB898461
> failed to install, all subsequent updates have also failed (898461 was
> the new update installer). The installation is now 6 months out of
> date...
>
> I've tried downloading the patch and running it locally but it fails
> with a MessageBox ("The system cannot find the file specified"). I
> don't know which file can't be found; my analysis of the log file is
> that several aspects of the installation may have failed.
>
> Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> to 0x80006060 but I think it didn't add any detail to the log file.
> I've tried emptying the DataStore and Download subdirectories in
> SoftwareDistribution but it didn't help; neither did running the patch
> in safe mode.
>
> Here's a typical log file.
>
> 1.641:
> ================================================== ==============================
> 1.641: 2005/12/26 16:51:58.715 (local)
> 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> 6.1.22.4)
> 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
>
> 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> with error 0x2
> 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> with error 0x2
> 103.766: DoInstallation: CleanPFR failed: 0x2
> 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> 103.875: DoInstallation: FetchSourceURL for
> c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> 103.875: CreateUninstall = 1,Directory =
> C:\WINDOWS\$NtUninstallKB898461$
> 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> failed: 0xe0000102
> 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> 103.875: Num Ticks for invent : 0
> 103.937: The system cannot find the path specified.
> 115.672: Message displayed to the user: The system cannot find the path
> specified.
> 115.672: User Input: OK
> 115.672: KB898461 installation did not complete.
> 117.531: Message displayed to the user: KB898461 installation did not
> complete.
> 117.531: User Input: OK
> 117.531: Update.exe extended error code = 0x3
> 117.531: Update.exe return code was masked to 0x643 for MSI custom
> action compliance.
>
> Curiously, KB886185 has failed with similar errors since December
> 2004...
>
> Thanks in advance for any help,
> Malc
>
>
|
|

06-02-2008
|
|
|
|
RE: KB898461 consistently fails to install
Thank you for providing an EASY fix! It is nice to have someone to explain
things in a way in a way anyone can understand. Wish Microsoft would have
provided this easy answer.
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|

06-04-2008
|
|
|
|
RE: KB898461 consistently fails to install
Wonderful! Marvelous! thank you soooo much!!! This worked like a charm when
nothing else did.
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|

06-13-2008
|
|
|
|
RE: KB898461 consistently fails to install
Thanks this was really helpfull, I've been having this problem since I got my
computer at work, its good to see someone is taking all this failures in
consideration and helping out all of us out her, THANKS.
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|

06-23-2008
|
|
|
|
RE: KB898461 consistently fails to install
Wolverine's simple and safe DLL solution worked perfectly for me. Neither
Lenovo nor IBM tech support could help me with this vexing problem, and I was
resigned to installing the updates manually. Kudos to W !!
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|

06-23-2008
|
|
|
|
Re: KB898461 consistently fails to install
Or see http://support.microsoft.com/kb/943144
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/
LarryAt27N wrote:
> Wolverine's simple and safe DLL solution worked perfectly for me. Neither
> Lenovo nor IBM tech support could help me with this vexing problem, and I
> was resigned to installing the updates manually. Kudos to W !!
>
>
>
>
> "Wolverine" wrote:
>
>> Hi All,
>>
>> I don't know if your problem was solved but I didn't see anybody
>> indicating
>> and hence am posting the solution here. I don't know why Microsoft
>> doesn't
>> post such an easy solution and I really hope the guy who had to reinstall
>> would not have to do it.
>>
>> Anyways, the problem is with some dlls which are not properly reigstered
>> in
>> the registry.
>>
>> Anyways, here is the fix. Hope this helps you all who has the problem and
>> you just don’t have to reinstall XP to fix some registry errors. The
>> solution works 100%.
>>
>> **********************************************
>>
>> To fix the .dll issue, you will need to re-register a couple of .dll
>> files.
>> To do this, follow these easy steps:
>>
>> Run the command prompt by clicking on the Start Menu and selecting Run.
>> Type "cmd" and hit Enter.
>>
>> In the new window that came up, type each of the following commands,
>> hitting enter after each one:
>>
>> REGSVR32 WUAPI.DLL
>> REGSVR32 WUAUENG1.DLL
>> REGSVR32 ATL.DLL
>> REGSVR32 WUPS2.DLL
>> REGSVR32 WUCLTUI.DLL
>> REGSVR32 WUPS.DLL
>> REGSVR32 WUWEB.DLL
>> REGSVR32 WUAUENG.DLL
>>
>> Windows update should now behave normally.
>>
>> **********************************************
>>
>> BR, Wolverine
>> "Malc" wrote:
>>
>>> I'm trying to update a Win XP SP2 installation but since KB898461
>>> failed to install, all subsequent updates have also failed (898461 was
>>> the new update installer). The installation is now 6 months out of
>>> date...
>>>
>>> I've tried downloading the patch and running it locally but it fails
>>> with a MessageBox ("The system cannot find the file specified"). I
>>> don't know which file can't be found; my analysis of the log file is
>>> that several aspects of the installation may have failed.
>>>
>>> Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
>>> to 0x80006060 but I think it didn't add any detail to the log file.
>>> I've tried emptying the DataStore and Download subdirectories in
>>> SoftwareDistribution but it didn't help; neither did running the patch
>>> in safe mode.
>>>
>>> Here's a typical log file.
>>>
>>> 1.641:
>>> ================================================== ==============================
>>> 1.641: 2005/12/26 16:51:58.715 (local)
>>> 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
>>> 6.1.22.4)
>>> 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
>>>
>>> 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
>>> with error 0x2
>>> 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
>>> with error 0x2
>>> 103.766: DoInstallation: CleanPFR failed: 0x2
>>> 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
>>> 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
>>> 103.875: DoInstallation: FetchSourceURL for
>>> c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
>>> 103.875: CreateUninstall = 1,Directory =
>>> C:\WINDOWS\$NtUninstallKB898461$
>>> 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
>>> failed: 0xe0000102
>>> 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
>>> 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
>>> 103.875: Inventory complete: ReturnStatus=3, 0 ticks
>>> 103.875: Num Ticks for invent : 0
>>> 103.937: The system cannot find the path specified.
>>> 115.672: Message displayed to the user: The system cannot find the path
>>> specified.
>>> 115.672: User Input: OK
>>> 115.672: KB898461 installation did not complete.
>>> 117.531: Message displayed to the user: KB898461 installation did not
>>> complete.
>>> 117.531: User Input: OK
>>> 117.531: Update.exe extended error code = 0x3
>>> 117.531: Update.exe return code was masked to 0x643 for MSI custom
>>> action compliance.
>>>
>>> Curiously, KB886185 has failed with similar errors since December
>>> 2004...
>>>
>>> Thanks in advance for any help,
>>> Malc
|
|

07-18-2008
|
|
|
|
RE: KB898461 consistently fails to install
worked like a charm, thnx so much man, u've saved my computer from a
potential hack due to not updating
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|

07-30-2008
|
|
|
|
RE: KB898461 consistently fails to install
Had the same issue and this worked like a champ. Way to go!
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|

08-26-2008
|
|
|
|
RE: KB898461 consistently fails to install
Thank a lot for a quick fix.
I am impressed.
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|

09-05-2008
|
|
|
|
RE: KB898461 consistently fails to install
This unfortunately didn't work for me! I just reloaded windows and am stuck
on this update and it's driving my
nuts. Any reason you that you know why it won't work for me?
Thanks,
Tom
"Wolverine" wrote:
> Hi All,
>
> I don't know if your problem was solved but I didn't see anybody indicating
> and hence am posting the solution here. I don't know why Microsoft doesn't
> post such an easy solution and I really hope the guy who had to reinstall
> would not have to do it.
>
> Anyways, the problem is with some dlls which are not properly reigstered in
> the registry.
>
> Anyways, here is the fix. Hope this helps you all who has the problem and
> you just don’t have to reinstall XP to fix some registry errors. The solution
> works 100%.
>
> **********************************************
>
> To fix the .dll issue, you will need to re-register a couple of .dll files.
> To do this, follow these easy steps:
>
> Run the command prompt by clicking on the Start Menu and selecting Run. Type
> "cmd" and hit Enter.
>
> In the new window that came up, type each of the following commands, hitting
> enter after each one:
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUWEB.DLL
> REGSVR32 WUAUENG.DLL
>
> Windows update should now behave normally.
>
> **********************************************
>
> BR, Wolverine
> "Malc" wrote:
>
> > I'm trying to update a Win XP SP2 installation but since KB898461
> > failed to install, all subsequent updates have also failed (898461 was
> > the new update installer). The installation is now 6 months out of
> > date...
> >
> > I've tried downloading the patch and running it locally but it fails
> > with a MessageBox ("The system cannot find the file specified"). I
> > don't know which file can't be found; my analysis of the log file is
> > that several aspects of the installation may have failed.
> >
> > Can you help? I've tried setting Windows\CurrentVersion\Setup\LogLevel
> > to 0x80006060 but I think it didn't add any detail to the log file.
> > I've tried emptying the DataStore and Download subdirectories in
> > SoftwareDistribution but it didn't help; neither did running the patch
> > in safe mode.
> >
> > Here's a typical log file.
> >
> > 1.641:
> > ================================================== ==============================
> > 1.641: 2005/12/26 16:51:58.715 (local)
> > 1.641: c:\355571f7444f803dcd5cbb7c9951\update\update.exe (version
> > 6.1.22.4)
> > 1.656: Hotfix started with following command line: /log:c:\temp\log.txt
> >
> > 103.766: In Function TestVolatileFlag, line 11660, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: In Function TestVolatileFlag, line 11692, RegOpenKeyEx failed
> > with error 0x2
> > 103.766: DoInstallation: CleanPFR failed: 0x2
> > 103.812: SetProductTypes: InfProductBuildType=BuildType.IC
> > 103.812: SetAltOsLoaderPath: No section uses DirId 65701; done.
> > 103.875: DoInstallation: FetchSourceURL for
> > c:\355571f7444f803dcd5cbb7c9951\update\update_SP2G DR.inf failed
> > 103.875: CreateUninstall = 1,Directory =
> > C:\WINDOWS\$NtUninstallKB898461$
> > 103.875: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll
> > failed: 0xe0000102
> > 103.875: LoadFileQueues: QueueMigrationStageFiles failed: 0x00000003
> > 103.875: InventoryThread: LoadFileQueues failed with error: 0x3
> > 103.875: Inventory complete: ReturnStatus=3, 0 ticks
> > 103.875: Num Ticks for invent : 0
> > 103.937: The system cannot find the path specified.
> > 115.672: Message displayed to the user: The system cannot find the path
> > specified.
> > 115.672: User Input: OK
> > 115.672: KB898461 installation did not complete.
> > 117.531: Message displayed to the user: KB898461 installation did not
> > complete.
> > 117.531: User Input: OK
> > 117.531: Update.exe extended error code = 0x3
> > 117.531: Update.exe return code was masked to 0x643 for MSI custom
> > action compliance.
> >
> > Curiously, KB886185 has failed with similar errors since December
> > 2004...
> >
> > Thanks in advance for any help,
> > Malc
> >
> >
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 05:33.
|
|