.net framework installation problem

G

Guest

While installing .net framework, I get following message "Microsoft .NET Framework Setup has failed. If this continues, please contact Product Support.

the dotnetfx.log has following entr

Calling MsiInstallProduct() with commandline
ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppres
IIS_NOT_PRESENT=

ReturnCode=160

Do I need to install the IIS as appears from the log? Pl. help
TIA
 
M

Maher K. Al-Jendasi

Hello Blomberg,

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???

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.


--
Maher
(e-mail address removed)

Blomberg said:
While installing .net framework, I get following message "Microsoft .NET
Framework Setup has failed. If this continues, please contact Product
Support."
 
G

Guest

Thanx for the reply

Windows installer ver is 2.0, and it's starting and stopping without any error
OS version is windows 2000 sp2
I am installing .net framework redistributable, downloaded from microsoft site
I am not sure about checking whether the windows installer is correctly registered. may be starting and stopping verifies this also

BTW disc space is not a problem. have plenty
Pl. help me once more
TI

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

Hello Blomberg

You do not need to install IIS to install .NET Framework, you need only II
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 Framewor
SDK, or Redistributable??

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

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


--
Mahe
(e-mail address removed)

Blomberg said:
While installing .net framework, I get following message "Microsoft .NE
Framework Setup has failed. If this continues, please contact Produc
Support.
 
S

Steve Jett

Windows Installer Error Messages 1601 also signifies 1601 Out of disk space
-- Volume: '[2]'; required space: [3] KB; available space: [4] KB

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/w
indows_installer_start_page.asp

See Windows Installer\Windows Installer Error Messages

You might attempt clearing your temp folder and reinstalling.

Another solution might be copy Runtime locally extract the files using /c
switch then attempt to install using netfx.msi

to explode the dotnetfx.exe:
copy to local directory
open cmd window and navigate to redist location
extract files using the following:
dotnetfx.exe /c /T:<Local directory where you have copied Dotnetfx.exe>
you should find the following files available:

InstMsi.exe
InstMsiW.exe
install.exe
netfx.msi
netfx1.cab

install using netfx.msi

-Steve
 

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