.net framework setup has failed

G

Guest

I was trying to install .net framework. I get the same message with both the versions of framework 1.0 and 1.1.
Microsoft .NET Framework Setup has failed. If this continues, please contact Product Support.
here are some of the contents of the dotnetfx.log

[02/18/04,04:29:40] Checking MDAC Version
[02/18/04,04:29:40] Looking for 2.70.7713.0
[02/18/04,04:29:40] Found MDAC Version: 2.52.6019.0
[02/18/04,04:29:40] MDAC Version is less or MDAC not installed
[02/18/04,04:29:40] StopDarwinService() - Call to ControlService() failed!
[02/18/04,04:29:40] GetLastError() returned: <183> (service already stopped?)
[02/18/04,04:29:40] Trying to load msi.dll
[02/18/04,04:29:40] Loading: msi.dll
[02/18/04,04:29:40] Trying to load oleacc.dll
[02/18/04,04:29:40] Successfully loaded oleacc.dll
[02/18/04,04:29:40] Calling MsiInstallProduct() with commandline: ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress IIS_NOT_PRESENT=1 MDAC_NOT_PRESENT=1
[02/18/04,04:29:41] MsiInstallProduct() returned 1601
[02/18/04,04:29:41]

[MsiInstallProduct]

ReturnCode=1601
[02/18/04,04:29:41] Preparing Dialog
[02/18/04,04:29:41] Message: Microsoft .NET Framework Setup has failed. If this continues, please contact Product Support.
 
M

Maher K. Al-Jendasi

Hello Blomberg,

It appears that the machine you are trying to install .NET Framework on it
have MDAC (Microsoft Data Access Components) ver 2.5, While the .NET
framework 1.0/1.1 requires that you have MDAC ver 2.6 or higher.

To determine MDAC version please look under the value of "FullInstallVer"
key under HKEY_LOCAL_MACHINE\Software\Microsoft\DataAccess

Hope this works for you :)



--
Maher
(e-mail address removed)
Blomberg said:
I was trying to install .net framework. I get the same message with both
the versions of framework 1.0 and 1.1.
Microsoft .NET Framework Setup has failed. If this continues, please contact Product Support.
here are some of the contents of the dotnetfx.log

[02/18/04,04:29:40] Checking MDAC Version
[02/18/04,04:29:40] Looking for 2.70.7713.0
[02/18/04,04:29:40] Found MDAC Version: 2.52.6019.0
[02/18/04,04:29:40] MDAC Version is less or MDAC not installed
[02/18/04,04:29:40] StopDarwinService() - Call to ControlService() failed!
[02/18/04,04:29:40] GetLastError() returned: <183> (service already stopped?)
[02/18/04,04:29:40] Trying to load msi.dll
[02/18/04,04:29:40] Loading: msi.dll
[02/18/04,04:29:40] Trying to load oleacc.dll
[02/18/04,04:29:40] Successfully loaded oleacc.dll
[02/18/04,04:29:40] Calling MsiInstallProduct() with commandline:
ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress
IIS_NOT_PRESENT=1 MDAC_NOT_PRESENT=1
[02/18/04,04:29:41] MsiInstallProduct() returned 1601
[02/18/04,04:29:41]

[MsiInstallProduct]

ReturnCode=1601
[02/18/04,04:29:41] Preparing Dialog
[02/18/04,04:29:41] Message: Microsoft .NET Framework Setup has failed.
If this continues, please contact Product Support.
 
G

Guest

I have installed MDAC 2.71 so it has stopped cribbing about MDAC but problem still persists with the same message. Do I need to install IIS as appears from the log

Calling MsiInstallProduct() with commandline: ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress IIS_NOT_PRESENT=1
ReturnCode=160

----- Maher K. Al-Jendasi wrote: ----

Hello Blomberg

It appears that the machine you are trying to install .NET Framework on i
have MDAC (Microsoft Data Access Components) ver 2.5, While the .NE
framework 1.0/1.1 requires that you have MDAC ver 2.6 or higher

To determine MDAC version please look under the value of "FullInstallVer
key under HKEY_LOCAL_MACHINE\Software\Microsoft\DataAcces

Hope this works for you :



--
Mahe
(e-mail address removed)
Blomberg said:
I was trying to install .net framework. I get the same message with bot
the versions of framework 1.0 and 1.1
Microsoft .NET Framework Setup has failed. If this continues, pleas contact Product Support
here are some of the contents of the dotnetfx.lo
[02/18/04,04:29:40] Checking MDAC Versio
[02/18/04,04:29:40] Looking for 2.70.7713.
[02/18/04,04:29:40] Found MDAC Version: 2.52.6019.
[02/18/04,04:29:40] MDAC Version is less or MDAC not installe
[02/18/04,04:29:40] StopDarwinService() - Call to ControlService() failed
[02/18/04,04:29:40] GetLastError() returned: <183> (service alread stopped?
[02/18/04,04:29:40] Trying to load msi.dl
[02/18/04,04:29:40] Loading: msi.dl
[02/18/04,04:29:40] Trying to load oleacc.dl
[02/18/04,04:29:40] Successfully loaded oleacc.dl
[02/18/04,04:29:40] Calling MsiInstallProduct() with commandline
ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppres
IIS_NOT_PRESENT=1 MDAC_NOT_PRESENT=
[02/18/04,04:29:41] MsiInstallProduct() returned 160
[02/18/04,04:29:41
[MsiInstallProduct
ReturnCode=160
[02/18/04,04:29:41] Preparing Dialo
[02/18/04,04:29:41] Message: Microsoft .NET Framework Setup has failed
If this continues, please contact Product Support
 
M

Maher K. Al-Jendasi

Hello again,

You do not need to install IIS to install .NET Framework, you need only IIS
if you plan to use ASP.NET.
Any way, did you have Windows Installer ver 2.0 installed on your machine?
what OS you are trying to install .NET in? Are you installing .NET Framework
SDK, or Redistributable???

Regards,


--
Maher
(e-mail address removed)

Blomberg said:
I have installed MDAC 2.71 so it has stopped cribbing about MDAC but
problem still persists with the same message. Do I need to install IIS as
appears from the log.
Calling MsiInstallProduct() with commandline: ADDLOCAL=All
ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress IIS_NOT_PRESENT=1
ReturnCode=1601

----- Maher K. Al-Jendasi wrote: -----

Hello Blomberg,

It appears that the machine you are trying to install .NET Framework on it
have MDAC (Microsoft Data Access Components) ver 2.5, While the .NET
framework 1.0/1.1 requires that you have MDAC ver 2.6 or higher.

To determine MDAC version please look under the value of "FullInstallVer"
key under HKEY_LOCAL_MACHINE\Software\Microsoft\DataAccess

Hope this works for you :)



--
Maher
(e-mail address removed)
Blomberg said:
I was trying to install .net framework. I get the same message with
both
the versions of framework 1.0 and 1.1.
Microsoft .NET Framework Setup has failed. If this continues,
please
contact Product Support.
here are some of the contents of the dotnetfx.log
[02/18/04,04:29:40] Checking MDAC Version
[02/18/04,04:29:40] Looking for 2.70.7713.0
[02/18/04,04:29:40] Found MDAC Version: 2.52.6019.0
[02/18/04,04:29:40] MDAC Version is less or MDAC not installed
[02/18/04,04:29:40] StopDarwinService() - Call to ControlService() failed!
[02/18/04,04:29:40] GetLastError() returned: <183> (service
already
stopped?)
[02/18/04,04:29:40] Trying to load msi.dll
[02/18/04,04:29:40] Loading: msi.dll
[02/18/04,04:29:40] Trying to load oleacc.dll
[02/18/04,04:29:40] Successfully loaded oleacc.dll
[02/18/04,04:29:40] Calling MsiInstallProduct() with commandline:
ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress
IIS_NOT_PRESENT=1 MDAC_NOT_PRESENT=1
[02/18/04,04:29:41] MsiInstallProduct() returned 1601
[02/18/04,04:29:41]
[MsiInstallProduct]
ReturnCode=1601
[02/18/04,04:29:41] Preparing Dialog
[02/18/04,04:29:41] Message: Microsoft .NET Framework Setup has
failed.
If this continues, please contact Product Support.
 
M

Maher K. Al-Jendasi

Hi again,

The error code 1601, denotes an error in accessing the Windows Installer
service, verify that the Windows Installer service correctly registered.
also verify that the Windows Installer Service in Control Panel can be
started successfully.

This error maybe also due to out of disk space, but in that case you will
see a clear message to let you know.

Regards,



--
Maher
(e-mail address removed)

Blomberg said:
I have installed MDAC 2.71 so it has stopped cribbing about MDAC but
problem still persists with the same message. Do I need to install IIS as
appears from the log.
Calling MsiInstallProduct() with commandline: ADDLOCAL=All
ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress IIS_NOT_PRESENT=1
ReturnCode=1601

----- Maher K. Al-Jendasi wrote: -----

Hello Blomberg,

It appears that the machine you are trying to install .NET Framework on it
have MDAC (Microsoft Data Access Components) ver 2.5, While the .NET
framework 1.0/1.1 requires that you have MDAC ver 2.6 or higher.

To determine MDAC version please look under the value of "FullInstallVer"
key under HKEY_LOCAL_MACHINE\Software\Microsoft\DataAccess

Hope this works for you :)



--
Maher
(e-mail address removed)
Blomberg said:
I was trying to install .net framework. I get the same message with
both
the versions of framework 1.0 and 1.1.
Microsoft .NET Framework Setup has failed. If this continues,
please
contact Product Support.
here are some of the contents of the dotnetfx.log
[02/18/04,04:29:40] Checking MDAC Version
[02/18/04,04:29:40] Looking for 2.70.7713.0
[02/18/04,04:29:40] Found MDAC Version: 2.52.6019.0
[02/18/04,04:29:40] MDAC Version is less or MDAC not installed
[02/18/04,04:29:40] StopDarwinService() - Call to ControlService() failed!
[02/18/04,04:29:40] GetLastError() returned: <183> (service
already
stopped?)
[02/18/04,04:29:40] Trying to load msi.dll
[02/18/04,04:29:40] Loading: msi.dll
[02/18/04,04:29:40] Trying to load oleacc.dll
[02/18/04,04:29:40] Successfully loaded oleacc.dll
[02/18/04,04:29:40] Calling MsiInstallProduct() with commandline:
ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress
IIS_NOT_PRESENT=1 MDAC_NOT_PRESENT=1
[02/18/04,04:29:41] MsiInstallProduct() returned 1601
[02/18/04,04:29:41]
[MsiInstallProduct]
ReturnCode=1601
[02/18/04,04:29:41] Preparing Dialog
[02/18/04,04:29:41] Message: Microsoft .NET Framework Setup has
failed.
If this continues, please contact Product Support.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top