Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Can't Install anything to do with .NET Framework 1.1

Reply
Thread Tools Display Modes

Can't Install anything to do with .NET Framework 1.1

 
 
DigitalMan
Guest
Posts: n/a

 
      09-18-2004
I can't install the SP2 for .NET framework 1.1 from either Windows Update or
from the direct download. I also cannot reinstall framework 1.1 with getting
an internal error. I also cannot uninstall the framework. I've even tried
shutting down services and closing everything I can think of in the task
manager.

I am running XP Pro SP2.

When I try to install FW 1.1 SP2 from the downloaded file I get this:

Error 1305. Error reading from file:
C:\WINDOWS\Installer\160c5f.msi. Verify that the file
exists and that you can access it.

The file does exist. Not sure what's wrong with it.

When I try to install the regular dotnetfx.exe I get:

Internal Error 2711. S867460

Any ideas.
 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-18-2004
DigitalMan wrote:

> I can't install the SP2 for .NET framework 1.1 from either Windows Update or
> from the direct download. I also cannot reinstall framework 1.1 with getting
> an internal error. I also cannot uninstall the framework. I've even tried
> shutting down services and closing everything I can think of in the task
> manager.
>
> I am running XP Pro SP2.
>
> When I try to install FW 1.1 SP2 from the downloaded file I get this:
>
> Error 1305. Error reading from file:
> C:\WINDOWS\Installer\160c5f.msi. Verify that the file
> exists and that you can access it.
>
> The file does exist. Not sure what's wrong with it.
>
> When I try to install the regular dotnetfx.exe I get:
>
> Internal Error 2711. S867460

Hi

You may want to try the procedure that Eric outlines here:

From: Eric57 ()
Subject: One Solution to .NET Framework Service Pack Install Errors
Newsgroups: microsoft.public.windowsupdate
Date: 2004-09-17 22:50:35 PST

Link to the post in Google newsgroup archive:
http://groups.google.com/groups?selm...0microsoft.com



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
DigitalMan
Guest
Posts: n/a

 
      09-19-2004
Ok, instead of just running the dotnetfx.exe I tried his method on the
command line of:

dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi"

and still get the same error when it goes to install:

Internal Error 2711. S867460



"Torgeir Bakken (MVP)" wrote:

> DigitalMan wrote:
>
> > I can't install the SP2 for .NET framework 1.1 from either Windows Update or
> > from the direct download. I also cannot reinstall framework 1.1 with getting
> > an internal error. I also cannot uninstall the framework. I've even tried
> > shutting down services and closing everything I can think of in the task
> > manager.
> >
> > I am running XP Pro SP2.
> >
> > When I try to install FW 1.1 SP2 from the downloaded file I get this:
> >
> > Error 1305. Error reading from file:
> > C:\WINDOWS\Installer\160c5f.msi. Verify that the file
> > exists and that you can access it.
> >
> > The file does exist. Not sure what's wrong with it.
> >
> > When I try to install the regular dotnetfx.exe I get:
> >
> > Internal Error 2711. S867460

> Hi
>
> You may want to try the procedure that Eric outlines here:
>
> From: Eric57 ()
> Subject: One Solution to .NET Framework Service Pack Install Errors
> Newsgroups: microsoft.public.windowsupdate
> Date: 2004-09-17 22:50:35 PST
>
> Link to the post in Google newsgroup archive:
> http://groups.google.com/groups?selm...0microsoft.com
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

 
Reply With Quote
 
Yujin Boby
Guest
Posts: n/a

 
      09-19-2004
Hi,

I too getting similar error.

I am using windows 2000 with .NET Framework 1.1.

I upgraded to .NET Framework SP1 through windows update service. But
setup hang while installing.

Now my ASP.NET sites stoped working

http://www.netforhost.com/test.aspx

Server Application Unavailable

Now i download SP1 from MS site and tryed installing, but getting
error

Internal Error 2711. S867460

I tryed uninstalling .NET Framework 1.1 through Add/Remove Programs,
again getting the same error.

Internal Error 2711. S867460

I found stoping IIS and install will help, but in my case, i am
getting same error even after stoping IIS.

Can any one tell me how to correct this problem ?

Regards,

Yujin
 
Reply With Quote
 
IanMacD
Guest
Posts: n/a

 
      09-19-2004
Hi Yujin,

Try rebooting your computer before stopping IIS and installing the .NET 1.1
SP. For some reason, failed .NET SP update attempts leave a bunch of
orphaned msiexec processes hanging around that prevents further attempts. (I
guess if your inclined, you could also kill off the msiexec processes with
the task manager insead of rebooting.)

Cheers,
-- Ian

"Yujin Boby" wrote:

> Hi,
>
> I too getting similar error.
>
> I am using windows 2000 with .NET Framework 1.1.
>
> I upgraded to .NET Framework SP1 through windows update service. But
> setup hang while installing.
>
> Now my ASP.NET sites stoped working
>
> http://www.netforhost.com/test.aspx
>
> Server Application Unavailable
>
> Now i download SP1 from MS site and tryed installing, but getting
> error
>
> Internal Error 2711. S867460
>
> I tryed uninstalling .NET Framework 1.1 through Add/Remove Programs,
> again getting the same error.
>
> Internal Error 2711. S867460
>
> I found stoping IIS and install will help, but in my case, i am
> getting same error even after stoping IIS.
>
> Can any one tell me how to correct this problem ?
>
> Regards,
>
> Yujin
>

 
Reply With Quote
 
DigitalMan
Guest
Posts: n/a

 
      09-19-2004
Tried. Rebooted, did a iisreset /stop, tried installing dotnetfx.exe. Get an
internal error.


"IanMacD" wrote:

> Hi Yujin,
>
> Try rebooting your computer before stopping IIS and installing the .NET 1.1
> SP. For some reason, failed .NET SP update attempts leave a bunch of
> orphaned msiexec processes hanging around that prevents further attempts. (I
> guess if your inclined, you could also kill off the msiexec processes with
> the task manager insead of rebooting.)
>
> Cheers,
> -- Ian
>
> "Yujin Boby" wrote:
>
> > Hi,
> >
> > I too getting similar error.
> >
> > I am using windows 2000 with .NET Framework 1.1.
> >
> > I upgraded to .NET Framework SP1 through windows update service. But
> > setup hang while installing.
> >
> > Now my ASP.NET sites stoped working
> >
> > http://www.netforhost.com/test.aspx
> >
> > Server Application Unavailable
> >
> > Now i download SP1 from MS site and tryed installing, but getting
> > error
> >
> > Internal Error 2711. S867460
> >
> > I tryed uninstalling .NET Framework 1.1 through Add/Remove Programs,
> > again getting the same error.
> >
> > Internal Error 2711. S867460
> >
> > I found stoping IIS and install will help, but in my case, i am
> > getting same error even after stoping IIS.
> >
> > Can any one tell me how to correct this problem ?
> >
> > Regards,
> >
> > Yujin
> >

 
Reply With Quote
 
IanMacD
Guest
Posts: n/a

 
      09-19-2004
Your problem may be different. I was only attempting to apply the .NET 1.1
SP; I already had .NET 1.1 installed. Just curious, before you attempted
stop IIS, did you look in the services control panel to see if the World Web
Publishing service was stuck in the "starting" state? This was the
bottleneck for me applying the update.

Good luck,
-- Ian

"DigitalMan" wrote:

> Tried. Rebooted, did a iisreset /stop, tried installing dotnetfx.exe. Get an
> internal error.
>
>
> "IanMacD" wrote:
>
> > Hi Yujin,
> >
> > Try rebooting your computer before stopping IIS and installing the .NET 1.1
> > SP. For some reason, failed .NET SP update attempts leave a bunch of
> > orphaned msiexec processes hanging around that prevents further attempts. (I
> > guess if your inclined, you could also kill off the msiexec processes with
> > the task manager insead of rebooting.)
> >
> > Cheers,
> > -- Ian
> >
> > "Yujin Boby" wrote:
> >
> > > Hi,
> > >
> > > I too getting similar error.
> > >
> > > I am using windows 2000 with .NET Framework 1.1.
> > >
> > > I upgraded to .NET Framework SP1 through windows update service. But
> > > setup hang while installing.
> > >
> > > Now my ASP.NET sites stoped working
> > >
> > > http://www.netforhost.com/test.aspx
> > >
> > > Server Application Unavailable
> > >
> > > Now i download SP1 from MS site and tryed installing, but getting
> > > error
> > >
> > > Internal Error 2711. S867460
> > >
> > > I tryed uninstalling .NET Framework 1.1 through Add/Remove Programs,
> > > again getting the same error.
> > >
> > > Internal Error 2711. S867460
> > >
> > > I found stoping IIS and install will help, but in my case, i am
> > > getting same error even after stoping IIS.
> > >
> > > Can any one tell me how to correct this problem ?
> > >
> > > Regards,
> > >
> > > Yujin
> > >

 
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
Install MS .NET FRamework Haz Windows Update 0 09-06-2004 11:51 PM
Can't install .NET Framework 1.1 or/and 1.0 Gerald Windows Update 0 09-06-2004 06:45 PM
Net Framework does not install Peter Windows Update 2 05-08-2004 10:15 PM
.NET FRAMEWORK WON'T INSTALL David Jonah Windows Update 1 01-06-2004 06:25 PM
.NET Framework 1.1 will not install Jibby Windows Update 4 08-06-2003 12:43 AM



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