Jump to content
Microsoft Windows Bulletin Board

[SOLUTION] You cannot install KB928366 (.Net Framework 1.1 security update)


Recommended Posts

Guest bill B:
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

Patrick Philippot

Thanks it works

Good luck yall.

--

Patrick Philippot

Is right on it want BY BY

Good luck all yal

 

 

"Patrick Philippot" wrote:

> Patrick Philippot wrote:

> > 4. Launch the KB928366 installer. It will soon complain that it can

> > find

>

> that it *can't* find

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest putnik
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

I downloaded a one month trial version of WINRAR. But I suggest you uncheck

many of the boxes during the installation, as otherwise it tends to put

itself on every menu on your computer.

 

Make a new folder so that when you click on "extract to..." so it knows

where to put the contents.

 

Actually once I had got rid of my original .NET stuff, I just ran

dotnetfix.exe and it installed without any apparent need to be extracted

anyway.

 

Michael

 

Michael

 

"JD" wrote:

> Robert Aldwinckle wrote:

> > "JD" <JD@example.invalid> wrote in message

> > news:Oh8wCGKyHHA.1204@TK2MSFTNGP03.phx.gbl...

> >> Patrick Philippot wrote:

> >>> Hi,

> >>>

> >>> This is an old bug showing up again. Although the official solution

> >>> involves reinstalling the framework after manipulating the registry with the

> >>> installer cleanup tool, there's a much simpler way to fix this:

> >>>

> >>> 1. Instead of using Windows Update, download the KB928366 package from here:

> >>> http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> >>> Do not install yet.

> >>>

> >>> 2. Download the .Net framework 1.1 redistributable package from here

> >>> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

> >>>

> >>> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> >>> your choice. You should get the following files:

> >>> netfx.msi

> >>> install.exe

> >>> InstMsi.exe

> >>> InstMsiW.exe

> >>> netfx1.cab

> >

> > ...

> >> I'm using ZipCentral and it will not unzip dotnetfx.exe. The error is

> >> "This is not a valid Zip archive. Please try to obtain a new copy of

> >> this file."

> >>

> >> Changing the extension to .zip didn't help.

> >>

> >> I don't really want to install WinZip. Any advice?

> >

> >

> >

> > I suspect it's a self-extracting archive. Often such files have command line

> > support to allow you to do things such as initiate logging (for example).

> > So, they often also provide for some kind of help with their syntax.

> > I would try copying the executable to an otherwise empty directory (JIC <w>)

> > and then execute it in a cmd window with /? as the only operand.

> > I you're lucky that will just display all the possible operands allowed from the

> > command line. However, another thing that these self-extracting files do

> > (perhaps unintentionally) is do their extractions to a new directory, then pause

> > with an error message saying your syntax is invalid. If you acknowledge the

> > message they will then delete the new directory. So, as long as you don't

> > acknowledge the message you would then be able to access the extacted files

> > (provided you could find them <w>). In order to assist with that task you could

> > run ProcessExplorer (e.g. to find out what directories the extraction program

> > has open) or trace the whole extraction with ProcMon or simply find all new

> > directories created that day (e.g. Win-F).

> >

> >

> > Good luck

> >

> > Robert Aldwinckle

> > ---

> >

> >

> What you're saying is a little beyond me. Sorry.

>

> --

> JD..

>

Guest Patrick Philippot
Posted

JD wrote:

> I'm using ZipCentral and it will not unzip dotnetfx.exe. The error is

> "This is not a valid Zip archive. Please try to obtain a new copy of

> this file."

 

Hi,

 

You can also extract the files directly by using this command:

 

dotnetfx.exe /C /T:c:\<yourfolder>

 

Regards.

 

--

Patrick Philippot - Microsoft MVP

MainSoft Consulting Services

http://www.mainsoft.fr

Guest Patrick Philippot
Posted

Patrick Philippot wrote:

> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder

> of your choice.

 

You can also use the following command:

 

dotnetfx.exe /C /T:c:\myfolder

 

--

Patrick Philippot - Microsoft MVP

MainSoft Consulting Services

http://www.mainsoft.fr

Guest sharkey
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

What a man !,What a man! , finally a fix that a computer dummy (me) could do!

Thank You very much Patrick ,worked like a charm and first time even!

 

"Patrick Philippot" wrote:

> Patrick Philippot wrote:

> > 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder

> > of your choice.

>

> You can also use the following command:

>

> dotnetfx.exe /C /T:c:\myfolder

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest Patrick Philippot
Posted

JD wrote:

>> Hi,

>>

>> You can also extract the files directly by using this command:

>>

>> dotnetfx.exe /C /T:c:\<yourfolder>

>>

>> Regards.

>>

>

> Please be patient with me. I'm not familiar with commands.

>

> When I select Start, Run, cmd I get the command window but it's

> already got C:\Documents and Settings\username typed in.

>

> My copy of dotnetfx.exe is located at E:\Download\XPUpdateFiles and

> I'm trying to extract it to e:\Download\dotnetfix

>

> What do I type at the command prompt?

 

Hi,

 

1. Put dotnetfx.exe in a folder whose name is not too long to type (for

example, c:\dotnetfx)

2. Start | Programs | Accessories | Command prompt . This opens a command

prompt window.

3. Enter "cd c:\dotnetfx" (without the quotes)

4. The command line prompt should now be "c:\dotnetfx>"

5. Enter "dotnetfx.exe /C /T:c:\dotnetfx" without the quotes. The files

should then be extracted in the same folder as dotnetfx.exe.

 

Then proceed as described in the initial post.

 

Regards.

 

--

Patrick Philippot - Microsoft MVP

MainSoft Consulting Services

http://www.mainsoft.fr

Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securityupdate)

 

Patrick Philippot wrote:

> JD wrote:

>> I'm using ZipCentral and it will not unzip dotnetfx.exe. The error is

>> "This is not a valid Zip archive. Please try to obtain a new copy of

>> this file."

>

> Hi,

>

> You can also extract the files directly by using this command:

>

> dotnetfx.exe /C /T:c:\<yourfolder>

>

> Regards.

>

 

Please be patient with me. I'm not familiar with commands.

 

When I select Start, Run, cmd I get the command window but it's already

got C:\Documents and Settings\username typed in.

 

My copy of dotnetfx.exe is located at E:\Download\XPUpdateFiles and I'm

trying to extract it to e:\Download\dotnetfix

 

What do I type at the command prompt?

 

--

JD..

Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securityupdate)

 

Patrick Philippot wrote:

> JD wrote:

>>> Hi,

>>>

>>> You can also extract the files directly by using this command:

>>>

>>> dotnetfx.exe /C /T:c:\<yourfolder>

>>>

>>> Regards.

>>>

>> Please be patient with me. I'm not familiar with commands.

>>

>> When I select Start, Run, cmd I get the command window but it's

>> already got C:\Documents and Settings\username typed in.

>>

>> My copy of dotnetfx.exe is located at E:\Download\XPUpdateFiles and

>> I'm trying to extract it to e:\Download\dotnetfix

>>

>> What do I type at the command prompt?

>

> Hi,

>

> 1. Put dotnetfx.exe in a folder whose name is not too long to type (for

> example, c:\dotnetfx)

> 2. Start | Programs | Accessories | Command prompt . This opens a command

> prompt window.

> 3. Enter "cd c:\dotnetfx" (without the quotes)

> 4. The command line prompt should now be "c:\dotnetfx>"

> 5. Enter "dotnetfx.exe /C /T:c:\dotnetfx" without the quotes. The files

> should then be extracted in the same folder as dotnetfx.exe.

>

> Then proceed as described in the initial post.

>

> Regards.

>

It installed and didn't ask for the extra files. Windows update didn't

list the .net update so everything seems to be OK. Thanks for being so

patient!

 

--

JD..

Guest Ed Pyle
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

I have been following this thread since it started. I finally succeeded in

re-installing Microsoft .NET Framework 1.1. However, I had to manually

remove all vestiges of it in the registry before it would re-install and

successfully apply the KB928366 update.

 

I was wondering, is there is any advantage to installing 2.0?

How do I know whether I need the x86 or the x64 version?

 

 

"Patrick Philippot" wrote:

> Patrick Philippot wrote:

> > 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder

> > of your choice.

>

> You can also use the following command:

>

> dotnetfx.exe /C /T:c:\myfolder

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest Shenan Stanley
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

Ed Pyle wrote:

<snip>

> I was wondering, is there is any advantage to installing 2.0?

> How do I know whether I need the x86 or the x64 version?

 

Plan on getting anything that uses .NET Framework 2.0?

How about .NET Framework 3.0?

 

Do you have a 64 bit OS or a 32bit OS?

(You'd know if you had a 64 bit OS.)

 

--

Shenan Stanley

MS-MVP

--

How To Ask Questions The Smart Way

http://www.catb.org/~esr/faqs/smart-questions.html

Guest technogenii
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

Unfortunately this approach didn't work for me. I tried it 3 times without

any success. I wrote to Microsoft and they got me to download, install and

run the Microsoft Windows Installer CleanUp utility, remove all the .NET

Framework applications and updates and then reinstall. Now all seems to work.

 

Thanks for you help anyways!

 

Kristina

 

--

http://www.technogenii.net

------------------------

"Each problem that I solved became a rule which served afterwards to solve

other problems." - Rene Descartes (1596 - 1650)

 

 

 

"Patrick Philippot" wrote:

> Hi Kristina,

>

> > Please tell me, do I need to do anything different if I have the same

> > problem but with Security Update for Microsoft .NET Framework,

> > Version 2.0 (KB928365)?

>

> I never had to fix a version 2.0 update but I think that this should work

> the same way. In many cases, installing the KB package directly instead of

> using Windows Update fixes installation problems. This applies to any KB

> update (you just go to the details page for the update, you download the

> package directly and most of the time, it works while WIndows Update refused

> to install it).

>

> For the .Net Framework 2.0, the number of files containes in dotnetfx.exe is

> much higher and the installation a little bit more complex. But there's no

> risk trying the 1.1 method.

>

> Let us know if it works.

>

> Best greetings from Paris.

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest Sliverman
Posted

Re: You cannot install KB928366 (.Net Framework 1.1 security update)

 

On Jul 17, 10:56 pm, JD <J...@example.invalid> wrote:

> Robert Aldwinckle wrote:

> > "JD" <J...@example.invalid> wrote in message

> >news:Oh8wCGKyHHA.1204@TK2MSFTNGP03.phx.gbl...

> >> Patrick Philippot wrote:

> >>> Hi,

>

> >>> This is an old bug showing up again. Although the official solution

> >>> involves reinstalling the framework after manipulating the registry with the

> >>> installer cleanup tool, there's a much simpler way to fix this:

>

> >>> 1. Instead of using Windows Update, download the KB928366 package from here:

> >>>http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C71...

> >>> Do not install yet.

>

> >>> 2. Download the .Net framework 1.1 redistributable package from here

> >>>http://www.microsoft.com/downloads/details.aspx?displaylang=en&Family...

>

> >>> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> >>> your choice. You should get the following files:

> >>> netfx.msi

> >>> install.exe

> >>> InstMsi.exe

> >>> InstMsiW.exe

> >>> netfx1.cab

>

> > ...

> >> I'm using ZipCentral and it will not unzip dotnetfx.exe. The error is

> >> "This is not a valid Zip archive. Please try to obtain a new copy of

> >> this file."

>

> >> Changing the extension to .zip didn't help.

>

> >> I don't really want to install WinZip. Any advice?

>

> > I suspect it's a self-extracting archive. Often such files have command line

> > support to allow you to do things such as initiate logging (for example).

> > So, they often also provide for some kind of help with their syntax.

> > I would try copying the executable to an otherwise empty directory (JIC <w>)

> > and then execute it in a cmd window with /? as the only operand.

> > I you're lucky that will just display all the possible operands allowed from the

> > command line. However, another thing that these self-extracting files do

> > (perhaps unintentionally) is do their extractions to a new directory, then pause

> > with an error message saying your syntax is invalid. If you acknowledge the

> > message they will then delete the new directory. So, as long as you don't

> > acknowledge the message you would then be able to access the extacted files

> > (provided you could find them <w>). In order to assist with that task you could

> > run ProcessExplorer (e.g. to find out what directories the extraction program

> > has open) or trace the whole extraction with ProcMon or simply find all new

> > directories created that day (e.g. Win-F).

>

> > Good luck

>

> > Robert Aldwinckle

> > ---

>

> What you're saying is a little beyond me. Sorry.

>

> --

> JD..

 

you could get izarc instead of zipcentral because zipcentral only

opens zip files but izarc can open self-extracting archives

Guest robie
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

Hi

Even thought I was able to install this update, you (I) still cannot go into

hibernation mode.

..net framwork is running..

right?

 

--

~robbie

 

 

"Shenan Stanley" wrote:

> Ed Pyle wrote:

> <snip>

> > I was wondering, is there is any advantage to installing 2.0?

> > How do I know whether I need the x86 or the x64 version?

>

> Plan on getting anything that uses .NET Framework 2.0?

> How about .NET Framework 3.0?

>

> Do you have a 64 bit OS or a 32bit OS?

> (You'd know if you had a 64 bit OS.)

>

> --

> Shenan Stanley

> MS-MVP

> --

> How To Ask Questions The Smart Way

> http://www.catb.org/~esr/faqs/smart-questions.html

>

>

>

Guest Mike Nichols
Posted

RE: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securit

 

This solution worked for me - Thank You.

--

Mike Nichols

I/T Consultant

 

 

"Patrick Philippot" wrote:

> Hi,

>

> This is an old bug showing up again. Although the official solution

> involves reinstalling the framework after manipulating the registry with the

> installer cleanup tool, there's a much simpler way to fix this:

>

> 1. Instead of using Windows Update, download the KB928366 package from here:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> Do not install yet.

>

> 2. Download the .Net framework 1.1 redistributable package from here

> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

>

> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> your choice. You should get the following files:

> netfx.msi

> install.exe

> InstMsi.exe

> InstMsiW.exe

> netfx1.cab

>

> 4. Launch the KB928366 installer. It will soon complain that it can find the

> installation CD-ROM (don't ask me why). Browse to the folder where you

> unpacked the dotnetfx files.

>

> That's it.

>

> This procedure can be applied to any similar situation regarding .Net

> framework updates. I'm using it since years (that is, since this Windows

> Update bug exists).

>

> Good luck.

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest SBKaren
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

I've tried just about all I want to try too. I've spent far too much time on

this. It's Microsoft's turn to do something. Anything....a critical update

isn't any good if it doesn't install right. So Microsoft....any solutions?

 

 

"Divelucaya" wrote:

> Okay, tried what you suggested and now the KB928366 update attempt fails each

> time (Error Code: 0x643). However, if I go to the "Turn Off Computer" window,

> it shows an update is ready to be installed. I click on the Turn Off button

> and the screen shows that the update is installing. After the computer shuts

> down I wait a minute or so and restart it. After several minutes, the

> Automatic Updates icon is back in the system tray. On a side note, when I

> check my updates history, it shows the KB928366 update being successfully

> installed every day (and sometimes a couple times a day) since last Wednesday

> (07/11/07). The funny thing is I don't recall seeing the AU icon in the

> system tray until today, although apparently it was going through daily

> iterations of installing this stupid update. And looking through this topic,

> it seems there are many people experiencing the same, or very similar,

> issues. This tells me there is a problem inherent with the update that

> Microsoft is not addressing.

> --

> Can it get any worse?

>

>

> "Shenan Stanley" wrote:

>

> > Divelucaya wrote:

> > > Not too long ago Automatic Updates installed the hotfix for >NET

> > > Framework

> > > 2.0 (KB928365). Today, AU indicated there was an update to be

> > > installed (KB928366). I installed it and it showed as being

> > > completed (no errors and no indication that the computer needed to

> > > be restarted). Several minutes later, AU showed another update to

> > > be installed. I installed it and again it showed as being completed

> > > and I closed the installation window (with the "Close" button, not

> > > the "X"). Several minutes later, same thing. This time I jotted

> > > down the hotfix number to see if it was the same update being

> > > installed. The 4th time AU came up I saw it was indeed the same

> > > hotfix update. I decided to reboot the computer and saw on the

> > > "Turn Off Computer" window that there was a message to shutdown the

> > > computer to install an update. I did this and after the computer

> > > installed the update and shut off, I turned the computer back on.

> > > Within 10 minutes of starting my computer, there was AU again with

> > > the same hotfix update. If I go to Add/Remove Programs, hotfix

> > > KB928365 (.NET

> > > 2.0) is there but not KB928366 (.NET 1.1).

> > >

> > > Now I pretty much only install Microsoft downloads/components that

> > > Au indicates I need. Add/Remove Programs shows the following:

> > > Microsoft .NET Framework 1.0 Hotfix (KB930494) ... Installed On

> > > 7/11/2007 Microsoft .NET Framework 1.1 ... No installation date or

> > > size

> > > Microsoft .NET Framework 1.1 Hotfix (KB886903) ... No installation

> > > date or size

> > > Microsoft .NET Framework 2.0 Hotfix ... No installation date, Size

> > > 88.45 Security Update for Microsoft .NET Framework 2.0 Hotfix

> > > (KB928365) ...

> > > No installation date or size.

> > >

> > > I shut off AU but I still have the little shield icon, now in red,

> > > in my system tray. So what do I have to do to successfully

> > > installed hotfix KB928366? Am I supposed to have the different

> > > versions of .NET Framework or should I have only 2.0? I did try

> > > downloading NDP1.1sp1-KB928366-X86.exe but when I tried to run it,

> > > absolutely nothing happened. I checked Windows Cleanup Utility, and

> > > it shows only .NET 1.1 and 2.0 installed. Why does Add/Remove

> > > Programs show the hotfix for 1.0 installed, but does not show 1.0

> > > itself as installed. I did read Shenan's post but could not

> > > understand if ALL 6 steps needed to be followed (I do not have .NET

> > > 3.0 and I'm not even sure I want it after going through this update

> > > hell).

> >

> > Parts (1), (4)-(6) and the additional thing at the very end if necessary of

> > the post you responded to.

> >

> > --

> > Shenan Stanley

> > MS-MVP

> > --

> > How To Ask Questions The Smart Way

> > http://www.catb.org/~esr/faqs/smart-questions.html

> >

> >

> >

Guest Shenan Stanley
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

SBKaren wrote:

> I've tried just about all I want to try too. I've spent far too

> much time on this. It's Microsoft's turn to do something.

> Anything....a critical update isn't any good if it doesn't install

> right. So Microsoft....any solutions?

 

*If* they were going to come up with a solution that did not involve the

end-user doing something - it would have been done by now - I think. It

*might* still happen by the second Tuesday of next month - but if you are

depending soley on that - just take your computer to someone who has the

skills to fix it and pay for it - because the chances (as I see it) are slim

that there will be any sort of fix beyond those offered throughout these

newsgroups.

 

I could be incorrect - it could still happen - but as time passes between

the original incident (July 10, 2007) and now (July 23, 2007) -- it becomes

less and less likely there will be any fully automated solution for you.

 

(1) You need to repair .NET Framework 1.1 - obliterating all remnants of it

and installing it/patching it fully.

 

How to troubleshoot Microsoft .NET Framework 1.1 installation issues

http://support.microsoft.com/kb/824643

- Unregister and then reregister Windows Installer (See article)

- Download/install/use:

http://www.microsoft.com/downloads/details.aspx?FamilyId=7A4EFC33-0343-4EE4-B0C4-97BD16967A09&displaylang=en

- Manually remove and then reinstall the .NET Framework 1.1 (See the 824643

Article)

For the articles below, follow the "IT professionals" link and find the

download for your OS.

- Download/Install http://support.microsoft.com/kb/867460/

- Download/Install http://support.microsoft.com/kb/886903/

- Download/Install http://support.microsoft.com/kb/928366/

 

Reboot as needed and at the end.

 

(2) You need to repair .NET Framework 2.0 - obliterating all remnants of it

and installing it/patching it fully.

How to troubleshoot Microsoft .NET Framework 2.0 installation issues

http://support.microsoft.com/kb/908077/

- Unregister and then reregister Windows Installer (See article)

- Manually remove and then reinstall the .NET Framework 2.0 (See Article)

For the articles below, follow the "IT professionals" link and find the

download for your OS.

- Download/Install http://support.microsoft.com/kb/917283/

- Download/Install http://support.microsoft.com/kb/922770/

- Download/Install http://support.microsoft.com/kb/928365/

 

Reboot as needed and at the end.

 

(3) You need to repair .NET Framework 3.0 - obliterating all remnants of it

and installing it/patching it fully.

 

Unfortunately - there is no particular article pertaining to .NET Framework

3.0 that I could find. I have not had issues, however, just going into the

Control Panel --> Add or Remove Programs and just locating/removing it and

its patches. I suggest you do the same and then reboot...

 

Download/install using this distributable package:

http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en

 

Reboot as needed and at the end.

 

(4) Cleanup your updates system...

 

Get Dial-a-Fix:

http://wiki.djlizard.net/Dial-a-fix

 

Use its options to fix:

- Windows Installer

- Windows Update

- All the Registration Center options

 

Turn off the "Empty System32\Catroot 2"

Do NOT do "Flush SoftwareDistribution".

 

Then click "GO"... May take a while.

 

Reboot when it is done...

 

(5) Visit http://windowsupdate.microsoft.com/ and scan for updates. Choose

the critical updates you need and install them. Do not bother getting

hardware updates (unless you happen to have some Microsoft hardware

installed) and "Optional Updates" are *usually* just what the name infers -

but feel free to see if you want any of the "Optional" ones.

 

(6) Come back here and let us know how you came out...

 

 

This has now come to light from a poster (Ray&Fran) and should be noted:

 

Got everything installed but KB928367? This is caused by corrupted

..NET Framework 1.0 components. Simply hide the incorrect update...

 

1. Open IE and go to the Windows Update site directly:

http://www.windowsupdate.com

2. Click "Custom Install" to scan your system (Not Express Install).

3. After it finishes, please unclick the incorrect update.

(Uncheck the box next to it.)

4. Choose "Don't show this update again"

(Check the box next to that under the update itself.)

5. Scan the computer again to check the result.

 

--

Shenan Stanley

MS-MVP

--

How To Ask Questions The Smart Way

http://www.catb.org/~esr/faqs/smart-questions.html

Guest saintgeorge01
Posted

RE: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securit

 

"Patrick Philippot" wrote:

> Hi,

>

> This is an old bug showing up again. Although the official solution

> involves reinstalling the framework after manipulating the registry with the

> installer cleanup tool, there's a much simpler way to fix this:

>

> 1. Instead of using Windows Update, download the KB928366 package from here:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> Do not install yet.

>

> 2. Download the .Net framework 1.1 redistributable package from here

> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

>

> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> your choice. You should get the following files:

> netfx.msi

> install.exe

> InstMsi.exe

> InstMsiW.exe

> netfx1.cab

>

> 4. Launch the KB928366 installer. It will soon complain that it can find the

> installation CD-ROM (don't ask me why). Browse to the folder where you

> unpacked the dotnetfx files.

>

> That's it.

>

> This procedure can be applied to any similar situation regarding .Net

> framework updates. I'm using it since years (that is, since this Windows

> Update bug exists).

>

> Good luck.

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

> simple THANK YOU

Guest Annie
Posted

RE: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securit

 

I had XP SP2 and Net Framework 1.1 My PC started out by freezing up when I

tried to install it. Got a number of error messages: 0xE0434f4D,

0x80242007, 0x800703E9. I finally just upgraded to Net Framework 2.0. Then

installed updates for 2.0 which included KB928366 for 1.1 Everything

updated smoothly, and the whole problem went away. I have no idea what 1.0

or 2.0 even do!

 

"Patrick Philippot" wrote:

> Hi,

>

> This is an old bug showing up again. Although the official solution

> involves reinstalling the framework after manipulating the registry with the

> installer cleanup tool, there's a much simpler way to fix this:

>

> 1. Instead of using Windows Update, download the KB928366 package from here:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> Do not install yet.

>

> 2. Download the .Net framework 1.1 redistributable package from here

> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

>

> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> your choice. You should get the following files:

> netfx.msi

> install.exe

> InstMsi.exe

> InstMsiW.exe

> netfx1.cab

>

> 4. Launch the KB928366 installer. It will soon complain that it can find the

> installation CD-ROM (don't ask me why). Browse to the folder where you

> unpacked the dotnetfx files.

>

> That's it.

>

> This procedure can be applied to any similar situation regarding .Net

> framework updates. I'm using it since years (that is, since this Windows

> Update bug exists).

>

> Good luck.

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest wanda
Posted

RE: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securit

 

,

 

"Patrick Philippot" wrote:

> Hi,

>

> This is an old bug showing up again. Although the official solution

> involves reinstalling the framework after manipulating the registry with the

> installer cleanup tool, there's a much simpler way to fix this:

>

> 1. Instead of using Windows Update, download the KB928366 package from here:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> Do not install yet.

>

> 2. Download the .Net framework 1.1 redistributable package from here

> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

>

> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> your choice. You should get the following files:

> netfx.msi

> install.exe

> InstMsi.exe

> InstMsiW.exe

> netfx1.cab

>

> 4. Launch the KB928366 installer. It will soon complain that it can find the

> installation CD-ROM (don't ask me why). Browse to the folder where you

> unpacked the dotnetfx files.

>

> That's it.

>

> This procedure can be applied to any similar situation regarding .Net

> framework updates. I'm using it since years (that is, since this Windows

> Update bug exists).

>

> Good luck.

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest ynne1
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

Appreciate everyone's attempts to assist on this issue. I have XP Pro, SP2,

and .NET 1.1 and 2.0 are listed on the Add/Remove List. KB928365 always

fails installation, KB928366 always states "Done" but then reappears to be

reinstalled.

 

I tried Patrick's suggestion (for 1.1) using the 2.0 files and KB928365 as

he indicated this should work for all versions, but I received an error

message from Windows Installer, "The installation source for this product is

not available. Verify that the source exists and that you can access it." I

downloaded Win Installer again (v3.1.0.0) and ran - indicated install was

fine. Tried Patrick's method again, same error. Thought about uninstalling

Win Installer and reloading but didn't like the warning message of multiple

programs potentially becoming unusable, so I wasn't sure if it is safe to

perform that.

 

Moved on to Shenan Stanley's suggestions. I couldn't even get beyond the

first step of unregistering Win Installer, receiving the following error msg,

"Windows cannot find 'msiexec/unregister'. Make sure you typed the name

correctly and then try again..." So I thought I'd try Dial-a-fix to just fix

Win Installer initially. It went through the steps of unregistering and

re-registering seemingly fine and did not indicate any errors. I then moved

on to try to repair the .NET Framework 2.0, but upon right-clicking on the

cache'd Win Inst file 2.0 RTL x86 enu and asking for repair, I received the

same error msg produced with Patrick's suggestion.

 

I then tried to perform a manual removal of the 2.0 Framework, but once

again received the same error message when I asked it to uninstall instead of

repair, "The installation source for this product is not available..."

 

So I'm at a loss as to how to proceed, now 8 hours into trying to fix this

issue. Any suggestions would be greatly appreciated.

 

"Shenan Stanley" wrote:

> SBKaren wrote:

> > I've tried just about all I want to try too. I've spent far too

> > much time on this. It's Microsoft's turn to do something.

> > Anything....a critical update isn't any good if it doesn't install

> > right. So Microsoft....any solutions?

>

> *If* they were going to come up with a solution that did not involve the

> end-user doing something - it would have been done by now - I think. It

> *might* still happen by the second Tuesday of next month - but if you are

> depending soley on that - just take your computer to someone who has the

> skills to fix it and pay for it - because the chances (as I see it) are slim

> that there will be any sort of fix beyond those offered throughout these

> newsgroups.

>

> I could be incorrect - it could still happen - but as time passes between

> the original incident (July 10, 2007) and now (July 23, 2007) -- it becomes

> less and less likely there will be any fully automated solution for you.

>

> (1) You need to repair .NET Framework 1.1 - obliterating all remnants of it

> and installing it/patching it fully.

>

> How to troubleshoot Microsoft .NET Framework 1.1 installation issues

> http://support.microsoft.com/kb/824643

> - Unregister and then reregister Windows Installer (See article)

> - Download/install/use:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=7A4EFC33-0343-4EE4-B0C4-97BD16967A09&displaylang=en

> - Manually remove and then reinstall the .NET Framework 1.1 (See the 824643

> Article)

> For the articles below, follow the "IT professionals" link and find the

> download for your OS.

> - Download/Install http://support.microsoft.com/kb/867460/

> - Download/Install http://support.microsoft.com/kb/886903/

> - Download/Install http://support.microsoft.com/kb/928366/

>

> Reboot as needed and at the end.

>

> (2) You need to repair .NET Framework 2.0 - obliterating all remnants of it

> and installing it/patching it fully.

> How to troubleshoot Microsoft .NET Framework 2.0 installation issues

> http://support.microsoft.com/kb/908077/

> - Unregister and then reregister Windows Installer (See article)

> - Manually remove and then reinstall the .NET Framework 2.0 (See Article)

> For the articles below, follow the "IT professionals" link and find the

> download for your OS.

> - Download/Install http://support.microsoft.com/kb/917283/

> - Download/Install http://support.microsoft.com/kb/922770/

> - Download/Install http://support.microsoft.com/kb/928365/

>

> Reboot as needed and at the end.

>

> (3) You need to repair .NET Framework 3.0 - obliterating all remnants of it

> and installing it/patching it fully.

>

> Unfortunately - there is no particular article pertaining to .NET Framework

> 3.0 that I could find. I have not had issues, however, just going into the

> Control Panel --> Add or Remove Programs and just locating/removing it and

> its patches. I suggest you do the same and then reboot...

>

> Download/install using this distributable package:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en

>

> Reboot as needed and at the end.

>

> (4) Cleanup your updates system...

>

> Get Dial-a-Fix:

> http://wiki.djlizard.net/Dial-a-fix

>

> Use its options to fix:

> - Windows Installer

> - Windows Update

> - All the Registration Center options

>

> Turn off the "Empty System32\Catroot 2"

> Do NOT do "Flush SoftwareDistribution".

>

> Then click "GO"... May take a while.

>

> Reboot when it is done...

>

> (5) Visit http://windowsupdate.microsoft.com/ and scan for updates. Choose

> the critical updates you need and install them. Do not bother getting

> hardware updates (unless you happen to have some Microsoft hardware

> installed) and "Optional Updates" are *usually* just what the name infers -

> but feel free to see if you want any of the "Optional" ones.

>

> (6) Come back here and let us know how you came out...

>

>

> This has now come to light from a poster (Ray&Fran) and should be noted:

>

> Got everything installed but KB928367? This is caused by corrupted

> ..NET Framework 1.0 components. Simply hide the incorrect update...

>

> 1. Open IE and go to the Windows Update site directly:

> http://www.windowsupdate.com

> 2. Click "Custom Install" to scan your system (Not Express Install).

> 3. After it finishes, please unclick the incorrect update.

> (Uncheck the box next to it.)

> 4. Choose "Don't show this update again"

> (Check the box next to that under the update itself.)

> 5. Scan the computer again to check the result.

>

> --

> Shenan Stanley

> MS-MVP

> --

> How To Ask Questions The Smart Way

> http://www.catb.org/~esr/faqs/smart-questions.html

>

>

>

Guest Shenan Stanley
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

ynne1 wrote:

> Appreciate everyone's attempts to assist on this issue. I have XP

> Pro, SP2, and .NET 1.1 and 2.0 are listed on the Add/Remove List.

> KB928365 always fails installation, KB928366 always states "Done"

> but then reappears to be reinstalled.

>

> I tried Patrick's suggestion (for 1.1) using the 2.0 files and

> KB928365 as he indicated this should work for all versions, but I

> received an error message from Windows Installer, "The installation

> source for this product is not available. Verify that the source

> exists and that you can access it." I downloaded Win Installer

> again (v3.1.0.0) and ran - indicated install was fine. Tried

> Patrick's method again, same error. Thought about uninstalling Win

> Installer and reloading but didn't like the warning message of

> multiple programs potentially becoming unusable, so I wasn't sure

> if it is safe to perform that.

>

> Moved on to Shenan Stanley's suggestions. I couldn't even get

> beyond the first step of unregistering Win Installer, receiving the

> following error msg, "Windows cannot find 'msiexec/unregister'.

> Make sure you typed the name correctly and then try again..." So I

> thought I'd try Dial-a-fix to just fix Win Installer initially. It

> went through the steps of unregistering and re-registering

> seemingly fine and did not indicate any errors. I then moved on to

> try to repair the .NET Framework 2.0, but upon right-clicking on

> the cache'd Win Inst file 2.0 RTL x86 enu and asking for repair, I

> received the same error msg produced with Patrick's suggestion.

>

> I then tried to perform a manual removal of the 2.0 Framework, but

> once again received the same error message when I asked it to

> uninstall instead of repair, "The installation source for this

> product is not available..."

>

> So I'm at a loss as to how to proceed, now 8 hours into trying to

> fix this issue. Any suggestions would be greatly appreciated.

 

When going through the steps found in the solution I gave from the KB

article for .NET Framework 2.0... Did you try...

 

Manually remove and then reinstall the .NET Framework 2.0

http://support.microsoft.com/kb/908077/

 

--

Shenan Stanley

MS-MVP

--

How To Ask Questions The Smart Way

http://www.catb.org/~esr/faqs/smart-questions.html

Guest ynne1
Posted

Re: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

Yes - please see paragraph 4 of my initial post (I apologize for its length,

but I wanted to explain what I had tried and the results). Thanks.

 

"Shenan Stanley" wrote:

> ynne1 wrote:

> > Appreciate everyone's attempts to assist on this issue. I have XP

> > Pro, SP2, and .NET 1.1 and 2.0 are listed on the Add/Remove List.

> > KB928365 always fails installation, KB928366 always states "Done"

> > but then reappears to be reinstalled.

> >

> > I tried Patrick's suggestion (for 1.1) using the 2.0 files and

> > KB928365 as he indicated this should work for all versions, but I

> > received an error message from Windows Installer, "The installation

> > source for this product is not available. Verify that the source

> > exists and that you can access it." I downloaded Win Installer

> > again (v3.1.0.0) and ran - indicated install was fine. Tried

> > Patrick's method again, same error. Thought about uninstalling Win

> > Installer and reloading but didn't like the warning message of

> > multiple programs potentially becoming unusable, so I wasn't sure

> > if it is safe to perform that.

> >

> > Moved on to Shenan Stanley's suggestions. I couldn't even get

> > beyond the first step of unregistering Win Installer, receiving the

> > following error msg, "Windows cannot find 'msiexec/unregister'.

> > Make sure you typed the name correctly and then try again..." So I

> > thought I'd try Dial-a-fix to just fix Win Installer initially. It

> > went through the steps of unregistering and re-registering

> > seemingly fine and did not indicate any errors. I then moved on to

> > try to repair the .NET Framework 2.0, but upon right-clicking on

> > the cache'd Win Inst file 2.0 RTL x86 enu and asking for repair, I

> > received the same error msg produced with Patrick's suggestion.

> >

> > I then tried to perform a manual removal of the 2.0 Framework, but

> > once again received the same error message when I asked it to

> > uninstall instead of repair, "The installation source for this

> > product is not available..."

> >

> > So I'm at a loss as to how to proceed, now 8 hours into trying to

> > fix this issue. Any suggestions would be greatly appreciated.

>

> When going through the steps found in the solution I gave from the KB

> article for .NET Framework 2.0... Did you try...

>

> Manually remove and then reinstall the .NET Framework 2.0

> http://support.microsoft.com/kb/908077/

>

> --

> Shenan Stanley

> MS-MVP

> --

> How To Ask Questions The Smart Way

> http://www.catb.org/~esr/faqs/smart-questions.html

>

>

>

Guest Rebecca C
Posted

RE: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securit

 

Patrick:

 

Thank you so much for this fix! If I had to download this d*&m update one

more time I was going to go crazy! Your fix worked like a charm and no more

"updates need to be installed" messages!

 

Thank you..thank you..thank you

 

Rebecca

 

"Patrick Philippot" wrote:

> Hi,

>

> This is an old bug showing up again. Although the official solution

> involves reinstalling the framework after manipulating the registry with the

> installer cleanup tool, there's a much simpler way to fix this:

>

> 1. Instead of using Windows Update, download the KB928366 package from here:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> Do not install yet.

>

> 2. Download the .Net framework 1.1 redistributable package from here

> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

>

> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> your choice. You should get the following files:

> netfx.msi

> install.exe

> InstMsi.exe

> InstMsiW.exe

> netfx1.cab

>

> 4. Launch the KB928366 installer. It will soon complain that it can find the

> installation CD-ROM (don't ask me why). Browse to the folder where you

> unpacked the dotnetfx files.

>

> That's it.

>

> This procedure can be applied to any similar situation regarding .Net

> framework updates. I'm using it since years (that is, since this Windows

> Update bug exists).

>

> Good luck.

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

Guest Wheeler
Posted

RE: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 sec

 

I am just replying to one of the messages in this thread. I am having trouble

with KB928366.

 

I am following the instruction on the manual remove and then reinstall the

..NET Framework 1.1.

Well, I can't delete the mscoree.dll file and I can't delete v1.1.4322

folder.

 

What do I do now?

 

 

"technogenii" wrote:

> Hello Patrick,

>

> Please tell me, do I need to do anything different if I have the same

> problem but with Security Update for Microsoft .NET Framework, Version 2.0

> (KB928365)?

>

> Many thanks,

> Kristina

>

> --

> http://www.technogenii.net

> ------------------------

> "Each problem that I solved became a rule which served afterwards to solve

> other problems." - Rene Descartes (1596 - 1650)

>

>

>

> "Patrick Philippot" wrote:

>

> > Hi,

> >

> > This is an old bug showing up again. Although the official solution

> > involves reinstalling the framework after manipulating the registry with the

> > installer cleanup tool, there's a much simpler way to fix this:

> >

> > 1. Instead of using Windows Update, download the KB928366 package from here:

> > http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> > Do not install yet.

> >

> > 2. Download the .Net framework 1.1 redistributable package from here

> > http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

> >

> > 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> > your choice. You should get the following files:

> > netfx.msi

> > install.exe

> > InstMsi.exe

> > InstMsiW.exe

> > netfx1.cab

> >

> > 4. Launch the KB928366 installer. It will soon complain that it can find the

> > installation CD-ROM (don't ask me why). Browse to the folder where you

> > unpacked the dotnetfx files.

> >

> > That's it.

> >

> > This procedure can be applied to any similar situation regarding .Net

> > framework updates. I'm using it since years (that is, since this Windows

> > Update bug exists).

> >

> > Good luck.

> >

> > --

> > Patrick Philippot - Microsoft MVP

> > MainSoft Consulting Services

> > http://www.mainsoft.fr

> >

> >

> >

> >

  • 3 weeks later...
Guest KaBone
Posted

RE: [sOLUTION] You cannot install KB928366 (.Net Framework 1.1 securit

 

I went through steps 1-4. When I try to run the NDP1.1sp1-KB928366-X86

application nothing happens. What am I doing wrong?

 

"Patrick Philippot" wrote:

> Hi,

>

> This is an old bug showing up again. Although the official solution

> involves reinstalling the framework after manipulating the registry with the

> installer cleanup tool, there's a much simpler way to fix this:

>

> 1. Instead of using Windows Update, download the KB928366 package from here:

> http://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&displaylang=en

> Do not install yet.

>

> 2. Download the .Net framework 1.1 redistributable package from here

> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3

>

> 3. Use Winzip or a similar utility to unpack dotnetfx.exe in a folder of

> your choice. You should get the following files:

> netfx.msi

> install.exe

> InstMsi.exe

> InstMsiW.exe

> netfx1.cab

>

> 4. Launch the KB928366 installer. It will soon complain that it can find the

> installation CD-ROM (don't ask me why). Browse to the folder where you

> unpacked the dotnetfx files.

>

> That's it.

>

> This procedure can be applied to any similar situation regarding .Net

> framework updates. I'm using it since years (that is, since this Windows

> Update bug exists).

>

> Good luck.

>

> --

> Patrick Philippot - Microsoft MVP

> MainSoft Consulting Services

> http://www.mainsoft.fr

>

>

>

>

×
×
  • Create New...