
Signature
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.
hello colleen.
thanks for trying to help.
i checked the dotnetfx.log, and there's no guids.
here's the file:
----------------------------------------------------------------------------
--------------------------
[07/31/03,18:48:33] Starting Install.exe
[07/31/03,18:48:33] Parsing switches from commandline:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\IXP000.TMP\Install.exe
[07/31/03,18:48:33] SourceDir:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\IXP000.TMP\
[07/31/03,18:48:33] Install started
[07/31/03,18:48:33] Checking system requirements
[07/31/03,18:48:33] OS: Win 2k
[07/31/03,18:48:33] Ver:
[07/31/03,18:48:33] SP: Service Pack 3
[07/31/03,18:48:33] Checking Internet Explorer Version
[07/31/03,18:48:33] Looking for 5.0.2919.6307
[07/31/03,18:48:33] Found Internet Explorer Version: 6.0.2800.1106
[07/31/03,18:48:33] Internet Explorer Version is OK...
[07/31/03,18:48:33] System meets minimum requirements
[07/31/03,18:48:33] Checking Windows Installer version...
[07/31/03,18:48:33] Trying to load msi.dll
[07/31/03,18:48:33] Loading: C:\WINNT\System32\msi.dll
[07/31/03,18:48:33] msi.dll loaded ok
[07/31/03,18:48:33] Looking for: 2.0.2600
[07/31/03,18:48:33] Found: 2.0.2600
[07/31/03,18:48:33] Windows Installer version ok
[07/31/03,18:48:33] Finished Checking Windows Installer version.
[07/31/03,18:48:33] Trying to load msi.dll
[07/31/03,18:48:33] Loading: C:\WINNT\System32\msi.dll
[07/31/03,18:48:33] Looking for mscoree.dll from PDC
[07/31/03,18:48:33] mscoree.dll from PDC is not installed local
[07/31/03,18:48:33] Looking for mscoree.dll from Beta
[07/31/03,18:48:33] C:\WINNT\System32\mscoree.dll is installed local
[07/31/03,18:48:33] Version: 1.1.4322.510
[07/31/03,18:48:33] Language: 1033
[07/31/03,18:48:33] mscoree.dll is newer than 1.0.3329.0
[07/31/03,18:48:33] Trying to load msi.dll
[07/31/03,18:48:33] Loading: C:\WINNT\System32\msi.dll
[07/31/03,18:48:34] Installing:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\IXP000.TMP\netfx.msi
[07/31/03,18:48:34] Checking IIS...
[07/31/03,18:48:34] IIS not found
[07/31/03,18:48:34] Checking MDAC Version
[07/31/03,18:48:34] Looking for 2.70.7713.0
[07/31/03,18:48:34] Found MDAC Version: 2.70.9001.0
[07/31/03,18:48:34] MDAC Version OK
[07/31/03,18:48:34] StopDarwinService(): Darwin Service was already stopped
[07/31/03,18:48:34] Trying to load msi.dll
[07/31/03,18:48:34] Loading: C:\WINNT\System32\msi.dll
[07/31/03,18:48:34] Full UI
[07/31/03,18:48:34] Calling MsiInstallProduct() with commandline:
REBOOT=ReallySuppress IIS_NOT_PRESENT=1
[07/31/03,18:48:48] MsiInstallProduct() returned 1603
[07/31/03,18:48:48]
[MsiInstallProduct]
ReturnCode=1603
[07/31/03,18:48:48] Preparing Dialog
[07/31/03,18:48:48] Message: Microsoft .NET Framework Setup failed. If this
problem continues, contact Product Support Services.
[07/31/03,18:48:50] Install.exe returning 1603
[07/31/03,18:48:50]
[Install.exe]
ReturnCode=1603
--------------------------------------------------------------------------
Colleen Colley - 15 Aug 2003 18:29 GMT
OK. It looks like 1.1 is already on the machine
>[07/31/03,18:48:33] C:\WINNT\System32\mscoree.dll is installed local
>[07/31/03,18:48:33] Version: 1.1.4322.510
>[07/31/03,18:48:33] Language: 1033
>[07/31/03,18:48:33] mscoree.dll is newer than 1.0.3329.0
Also it looks like the version you are trying to install isn't 1.1 because
the build number was 3705.
Try to uninstall by running:
msiexec /x {C9913503-1500-4454-94CD-365ADC1BB9B9}
Then try downloading 1.1 from the official MSDN site and install that.
Hope this works!
--------------------
>From: "Balint" <law@axelero.hu>
>References: <OCUIjT5TDHA.2036@TK2MSFTNGP10.phx.gbl>
<IUF7fVWUDHA.1108@cpmsftngxa06.phx.gbl>
>Subject: Re: can't uninstall .net framework redist 1.1 beta (v1.1.4322.510)
>Date: Thu, 31 Jul 2003 18:59:39 +0200
[quoted text clipped - 81 lines]
>ReturnCode=1603
>--------------------------------------------------------------------------

Signature
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.