Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Simple solution for failed install on kb928366

Reply
Thread Tools Display Modes

Simple solution for failed install on kb928366

 
 
Dennis Langton
Guest
Posts: n/a

 
      07-13-2007
I was having a terrible time with this update for .Net framework 1.1, resorting to uninstall, using the Windows Installer Cleanup,
deleting file, directories, and registry entries manually, etc. I couldn't even install SP1 after successfully reinstalling
dotnetfx, let alone the new update.

I checked the registry and found the following doubleword value at:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}

NoModify = 1

Changing the value to 0 allowed me to install the update. I also changed the NoRepair value to 0, just to be sure.


 
Reply With Quote
 
 
 
 
rebelgirl
Guest
Posts: n/a

 
      07-13-2007
OK and how do you check for that and to make sure it a double value ? That
seems eaiser

"Dennis Langton" wrote:

> I was having a terrible time with this update for .Net framework 1.1, resorting to uninstall, using the Windows Installer Cleanup,
> deleting file, directories, and registry entries manually, etc. I couldn't even install SP1 after successfully reinstalling
> dotnetfx, let alone the new update.
>
> I checked the registry and found the following doubleword value at:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
>
> NoModify = 1
>
> Changing the value to 0 allowed me to install the update. I also changed the NoRepair value to 0, just to be sure.
>
>
>

 
Reply With Quote
 
Dennis Langton
Guest
Posts: n/a

 
      07-13-2007
You don't check to see if it's a doubleword - you check the value of NoModify at the location I specified. If it's '0', change
it to '1'. If it's a 0, updates won't run (the software won't allow itself to be modified).


"rebelgirl" <> wrote in message news:B797E64C-C974-473E-A825-...
> OK and how do you check for that and to make sure it a double value ? That
> seems eaiser
>
> "Dennis Langton" wrote:
>
> > I was having a terrible time with this update for .Net framework 1.1, resorting to uninstall, using the Windows Installer

Cleanup,
> > deleting file, directories, and registry entries manually, etc. I couldn't even install SP1 after successfully reinstalling
> > dotnetfx, let alone the new update.
> >
> > I checked the registry and found the following doubleword value at:
> >
> > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
> >
> > NoModify = 1
> >
> > Changing the value to 0 allowed me to install the update. I also changed the NoRepair value to 0, just to be sure.
> >
> >
> >



 
Reply With Quote
 
rebelgirl
Guest
Posts: n/a

 
      07-13-2007
Yes i relize that but where do you check the registry ? Im lost there im not
computer literate Exactly

"Dennis Langton" wrote:

> You don't check to see if it's a doubleword - you check the value of NoModify at the location I specified. If it's '0', change
> it to '1'. If it's a 0, updates won't run (the software won't allow itself to be modified).
>
>
> "rebelgirl" <> wrote in message news:B797E64C-C974-473E-A825-...
> > OK and how do you check for that and to make sure it a double value ? That
> > seems eaiser
> >
> > "Dennis Langton" wrote:
> >
> > > I was having a terrible time with this update for .Net framework 1.1, resorting to uninstall, using the Windows Installer

> Cleanup,
> > > deleting file, directories, and registry entries manually, etc. I couldn't even install SP1 after successfully reinstalling
> > > dotnetfx, let alone the new update.
> > >
> > > I checked the registry and found the following doubleword value at:
> > >
> > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
> > >
> > > NoModify = 1
> > >
> > > Changing the value to 0 allowed me to install the update. I also changed the NoRepair value to 0, just to be sure.
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
realcestmoi
Guest
Posts: n/a

 
      07-13-2007
look in the newsgroup for George's
SOLUTION to the .net "failed to install" update

"rebelgirl" <> wrote in message
news:B797E64C-C974-473E-A825-...
> OK and how do you check for that and to make sure it a double value ? That
> seems eaiser
>
> "Dennis Langton" wrote:
>
>> I was having a terrible time with this update for .Net framework 1.1,
>> resorting to uninstall, using the Windows Installer Cleanup,
>> deleting file, directories, and registry entries manually, etc. I
>> couldn't even install SP1 after successfully reinstalling
>> dotnetfx, let alone the new update.
>>
>> I checked the registry and found the following doubleword value at:
>>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
>>
>> NoModify = 1
>>
>> Changing the value to 0 allowed me to install the update. I also changed
>> the NoRepair value to 0, just to be sure.
>>
>>
>>



 
Reply With Quote
 
GANU
Guest
Posts: n/a

 
      07-13-2007
It would be nice for us non-microsoft geeks to start enjoying our computers
again! Where do I go to find the registry, in order to change any values?
Please excuse my computer ILLiteracy.

"Dennis Langton" wrote:

> You don't check to see if it's a doubleword - you check the value of NoModify at the location I specified. If it's '0', change
> it to '1'. If it's a 0, updates won't run (the software won't allow itself to be modified).
>
>
> "rebelgirl" <> wrote in message news:B797E64C-C974-473E-A825-...
> > OK and how do you check for that and to make sure it a double value ? That
> > seems eaiser
> >
> > "Dennis Langton" wrote:
> >
> > > I was having a terrible time with this update for .Net framework 1.1, resorting to uninstall, using the Windows Installer

> Cleanup,
> > > deleting file, directories, and registry entries manually, etc. I couldn't even install SP1 after successfully reinstalling
> > > dotnetfx, let alone the new update.
> > >
> > > I checked the registry and found the following doubleword value at:
> > >
> > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
> > >
> > > NoModify = 1
> > >
> > > Changing the value to 0 allowed me to install the update. I also changed the NoRepair value to 0, just to be sure.
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
GANU
Guest
Posts: n/a

 
      07-13-2007


"Dennis Langton" wrote:

> You don't check to see if it's a doubleword - you check the value of NoModify at the location I specified. If it's '0', change
> it to '1'. If it's a 0, updates won't run (the software won't allow itself to be modified).
>
>
> "rebelgirl" <> wrote in message news:B797E64C-C974-473E-A825-...
> > OK and how do you check for that and to make sure it a double value ? That
> > seems eaiser
> >
> > "Dennis Langton" wrote:
> >
> > > I was having a terrible time with this update for .Net framework 1.1, resorting to uninstall, using the Windows Installer

> Cleanup,
> > > deleting file, directories, and registry entries manually, etc. I couldn't even install SP1 after successfully reinstalling
> > > dotnetfx, let alone the new update.
> > >
> > > I checked the registry and found the following doubleword value at:
> > >
> > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
> > >
> > > NoModify = 1
> > >
> > > Changing the value to 0 allowed me to install the update. I also changed the NoRepair value to 0, just to be sure.
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Jamshed
Guest
Posts: n/a

 
      07-13-2007
There might be many different reasons for this patch not installing correctly
so could you please describe what was the error you were seeing while trying
to installing this patch ? That way everybody would know when this solution
will work.

Thanks,
Jamshed


"Dennis Langton" wrote:

> I was having a terrible time with this update for .Net framework 1.1, resorting to uninstall, using the Windows Installer Cleanup,
> deleting file, directories, and registry entries manually, etc. I couldn't even install SP1 after successfully reinstalling
> dotnetfx, let alone the new update.
>
> I checked the registry and found the following doubleword value at:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}
>
> NoModify = 1
>
> Changing the value to 0 allowed me to install the update. I also changed the NoRepair value to 0, just to be sure.
>
>
>

 
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
KB928366 failed EyeNoZero Windows Update 38 06-22-2009 04:42 PM
FAILED KB928365 and KB928366: ANSWER georgelaz7@yahoo.com Windows Update 13 08-09-2007 06:02 PM
Windows auto updater failed to install updates solution xbobx Windows Vista General Discussion 1 07-13-2007 10:20 PM
the kb928365 and kb928466 failed to install solution (NOT!) georgef Windows Update 1 07-13-2007 05:01 AM
Simple solution DefecTalisman Windows Vista General Discussion 1 06-25-2007 06:17 PM



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