While I'm not certain what's causing your problem, you could try repairing
your existing installation. Simply running the executable again will not
initiate a proper reinstall. Instead, try using the following command:
dotnetfx.exe /t:"%tmp%" /c:"msiexec.exe /fvecms %tmp%\netfx.msi"
This command will unpack the installation .msi into your account's temp
folder from the .exe package, and attempt to reinstall/repair your existing
..NET Framework 1.0 installation.
Andrew [MSFT]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
[quoted text, click to view] >Content-Class: urn:content-classes:message
>From: "Doug" <devodesign@hotmail.com>
>Sender: "Doug" <devodesign@hotmail.com>
>Subject: 1.0 corrupted, won't uninstall OR reinstall
>Date: Wed, 3 Dec 2003 08:27:55 -0800
>Lines: 11
>Message-ID: <c23301c3b9ba$67dba790$a601280a@phx.gbl>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>thread-index: AcO5umfbrv4g30e/RsKvkf8V9OLmIw==
>Newsgroups: microsoft.public.dotnet.framework.setup
>Path: cpmsftngxa06.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.setup:6566
>NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
>X-Tomcat-NG: microsoft.public.dotnet.framework.setup
>
>
>I'd like to install 1.1, but my 1.0 .NET installation
>might be incomplete or corrupted. I tried to uninstall it
>but it wanted to find a file called C:\DOCUME~1\ADMINI~1
>\LOCALS~1\Temp\IXP000.TMP\netflx.msi -- which doesn't
>exist on my hard disk. Trying to reinstall version 1.0
>doesn't work because it says ".NET Framework is already
>installed" after it unpacks the relevant installation
>files.
>
>How can I "clear the air" for a clean 1.1 installation?
>