.NETGURU
Can't install .Net Framework 1.0 SP3
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.setup.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

joe
Hi,

if i try to install .Net Framework 1.0 SP3 (German Language, on XP
SP2), the following error message occurs: the software is not
installed or the patch is wrong. For sure, .Net is installed (version:
1.0.3705.288, think with SP2).
Where is my problem? Thanks for any hint.
Reply to this message...
 
    
Josh Free [MSFT] (VIP)
Hi Joe,
I don't have enough information to know what the cause of this problem is
yet. I can help solve the problem if you can answer a couple of questions:

When do you get this error dialog? Is it half way through the installation
or is it within seconds of starting the install?
Could you provide the full error message please (The dialog errors usually
start with a numeric error code)?

Finally, if possible, please provide the MSI installation log file.
Instructions are attached at the bottom of this posting.

Also, if you'd prefer a quick and dirty solution to the problem, you can
always:
1) uninstall .NET Framework 1.0 from Control Panel -> Add/Remove Programs
2) install .NET Framework 1.0 again
3) install .NET Framework 1.0 Service Pack 3

| if i try to install .Net Framework 1.0 SP3 (German Language, on XP
| SP2), the following error message occurs: the software is not
| installed or the patch is wrong. For sure, .Net is installed (version:
| 1.0.3705.288, think with SP2).
| Where is my problem? Thanks for any hint.
|

Josh Free
--------------------
Developer Division Sustained Engineering (DDSE) Developer Team

This posting is provided "AS IS" with no warranties,
and confers no rights.
--------------------

----------------------------------------------------------------------
Need help with a setup issue? Please enable setup logging and
include the %temp%\MSI*.LOG file with your newsgroup posting.
----------------------------------------------------------------------
Set these registry keys to enable Windows Installer (MSI) logging:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup"
"Debug"=dword:00000003

Set these registry keys to disable Windows Installer (MSI) logging:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"=""
"Debug"=dword:00000000

After enabling logging and re-runing setup, a log file will be
created at %temp%\MSI*.LOG. Please include this log file with your
newsgroup post so that we can better assist you.
----------------------------------------------------------------------

Reply to this message...
 
    
joe
Click here to reveal e-mail address (Josh Free [MSFT]) wrote in message news:<Click here to reveal e-mail address>...
[Original message clipped]

Hi Josh,

thanks for answering.

I get this message after a few seconds. There is no numeric error
code.

The original message in German:
Der Upgradepatch kann vom Windows Installer-Dienst nicht installiert
werden, weil das Programm, das aktualisiert werden soll,
möglicherweise fehlt, oder weil der Upgradepatch eine andere Version
des Programms aktualisieren würde. Stellen Sie sicher, dass das zu
aktualisierende Programm auf dem Computer installiert ist, und dass
Sie den richtigen Upgradepatch installieren.

I try to translate:
The Windows installer service can't install the upgrade patch, because
the program, which should be upgraded, perhaps isn't installed, or
because the upgrade patch would upgrade another version of the
program. Be sure, the program is installed and the upgrade patch is
the right one. (puh)

Ok, i used the upgrade patch NDP1.0sp3-KB867461-X86-Enu.exe. Hope, it
is the right one.

Perhaps i'm not clever enough to follow your registry instructions.
I have two lines in the registry in the
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
folder, Standard and EnableAdminTSRemote. Should i set the keys of
these lines to the values mentioned above? Or am i wrong?

Best regards
Reply to this message...
 
    
Josh Free [MSFT] (VIP)
| Hi Josh,
|
| thanks for answering.
|
| I get this message after a few seconds. There is no numeric error
| code.
|
| The original message in German:
| Der Upgradepatch kann vom Windows Installer-Dienst nicht installiert
| werden, weil das Programm, das aktualisiert werden soll,
| möglicherweise fehlt, oder weil der Upgradepatch eine andere Version
| des Programms aktualisieren würde. Stellen Sie sicher, dass das zu
| aktualisierende Programm auf dem Computer installiert ist, und dass
| Sie den richtigen Upgradepatch installieren.
|
| I try to translate:
| The Windows installer service can't install the upgrade patch, because
| the program, which should be upgraded, perhaps isn't installed, or
| because the upgrade patch would upgrade another version of the
| program. Be sure, the program is installed and the upgrade patch is
| the right one. (puh)
|
| Ok, i used the upgrade patch NDP1.0sp3-KB867461-X86-Enu.exe. Hope, it
| is the right one.
|
| Perhaps i'm not clever enough to follow your registry instructions.
| I have two lines in the registry in the
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
| folder, Standard and EnableAdminTSRemote. Should i set the keys of
| these lines to the values mentioned above? Or am i wrong?
|
| Best regards
|

Hi Joe,
Thank you for translating the error message. There are more than 20
different patches of .NET Framework 1.0 SP3 (one for each language). The
patch you mentioned is the English patch (-Enu.exe). Is it possible that
you need the German -Deu.exe version of the patch?

You can tell which language of the .NET Framework you have installed by
going to %windir%\Microsoft.NET\Framework\v1.0.3705\ directory,
right-clicking on System.dll, selecting 'Properties', clicking the
'Version' tab, and clicking the 'Language' item in the list.

Sorry for not being clear with the registry key settings. If you ever need
to enable Windows Installer logging you can copy and paste these 5 lines of
text into file called msilog.reg. Once you have the msilog.reg file,
right-click msilog.reg and select 'Merge' to add the keys to the registry.
Here are the 5 lines of the text file:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup"
"Debug"=dword:00000003

I hope this helps,

Josh Free
--------------------
Developer Division Sustained Engineering (DDSE) Developer Team

This posting is provided "AS IS" with no warranties,
and confers no rights.
--------------------

----------------------------------------------------------------------
Need help with a setup issue? Please enable setup logging and
include the %temp%\MSI*.LOG file with your newsgroup posting.
----------------------------------------------------------------------
Set these registry keys to enable Windows Installer (MSI) logging:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup"
"Debug"=dword:00000003

Set these registry keys to disable Windows Installer (MSI) logging:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"=""
"Debug"=dword:00000000

After enabling logging and re-runing setup, a log file will be
created at %temp%\MSI*.LOG. Please include this log file with your
newsgroup post so that we can better assist you.
----------------------------------------------------------------------

Reply to this message...
 
    
joe
Click here to reveal e-mail address (Josh Free [MSFT]) wrote in message news:<Click here to reveal e-mail address>...
[Original message clipped]

Hi Josh,

ok, shame on me. Obviously i used the wrong language patch. -Deu.exe
works (, though the 'Language' item of the System.dll you mentioned
shows me 'Englisch (USA)'. Perhaps it has something to with the
previous service packs !?)

However, thank you very much.
Reply to this message...
 
    
Josh Free [MSFT] (VIP)
--------------------
| From: Click here to reveal e-mail address (joe)
| Newsgroups: microsoft.public.dotnet.framework.setup
| Subject: Re: Can't install .Net Framework 1.0 SP3
| Date: 3 Sep 2004 01:46:36 -0700
| Organization: http://groups.google.com
| Lines: 100
| Message-ID: <Click here to reveal e-mail address>
| References: <Click here to reveal e-mail address>
<Click here to reveal e-mail address>
<Click here to reveal e-mail address>
<Click here to reveal e-mail address>
| NNTP-Posting-Host: 217.95.21.113
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1094201196 5741 127.0.0.1 (3 Sep 2004
08:46:36 GMT)
| X-Complaints-To: Click here to reveal e-mail address
| NNTP-Posting-Date: Fri, 3 Sep 2004 08:46:36 +0000 (UTC)
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!postnews2.google.com!not-for-mail
| Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.framework.setup:8792
| X-Tomcat-NG: microsoft.public.dotnet.framework.setup
|
| Click here to reveal e-mail address (Josh Free [MSFT]) wrote in message
news:<Click here to reveal e-mail address>...
| > | Hi Josh,
| > |
| > | thanks for answering.
| > |
| > | I get this message after a few seconds. There is no numeric error
| > | code.
| > |
| > | The original message in German:
| > | Der Upgradepatch kann vom Windows Installer-Dienst nicht installiert
| > | werden, weil das Programm, das aktualisiert werden soll,
| > | möglicherweise fehlt, oder weil der Upgradepatch eine andere Version
| > | des Programms aktualisieren würde. Stellen Sie sicher, dass das zu
| > | aktualisierende Programm auf dem Computer installiert ist, und dass
| > | Sie den richtigen Upgradepatch installieren.
| > |
| > | I try to translate:
| > | The Windows installer service can't install the upgrade patch, because
| > | the program, which should be upgraded, perhaps isn't installed, or
| > | because the upgrade patch would upgrade another version of the
| > | program. Be sure, the program is installed and the upgrade patch is
| > | the right one. (puh)
| > |
| > | Ok, i used the upgrade patch NDP1.0sp3-KB867461-X86-Enu.exe. Hope, it
| > | is the right one.
| > |
| > | Perhaps i'm not clever enough to follow your registry instructions.
| > | I have two lines in the registry in the
| > | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
| > | folder, Standard and EnableAdminTSRemote. Should i set the keys of
| > | these lines to the values mentioned above? Or am i wrong?
| > |
| > | Best regards
| > |
| >
| > Hi Joe,
| > Thank you for translating the error message. There are more than 20
| > different patches of .NET Framework 1.0 SP3 (one for each language).
The
| > patch you mentioned is the English patch (-Enu.exe). Is it possible
that
| > you need the German -Deu.exe version of the patch?
| >
| > You can tell which language of the .NET Framework you have installed by
| > going to %windir%\Microsoft.NET\Framework\v1.0.3705\ directory,
| > right-clicking on System.dll, selecting 'Properties', clicking the
| > 'Version' tab, and clicking the 'Language' item in the list.
| >
| >
| > Sorry for not being clear with the registry key settings. If you ever
need
| > to enable Windows Installer logging you can copy and paste these 5
lines of
| > text into file called msilog.reg. Once you have the msilog.reg file,
| > right-click msilog.reg and select 'Merge' to add the keys to the
registry.
| > Here are the 5 lines of the text file:
| >
| > REGEDIT4
| >
| > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
| > "Logging"="voicewarmup"
| > "Debug"=dword:00000003
| >
| >
| > I hope this helps,
| >
| > Josh Free
| > --------------------
| > Developer Division Sustained Engineering (DDSE) Developer Team
| >
| > This posting is provided "AS IS" with no warranties,
| > and confers no rights.
| > --------------------
| >
| > ----------------------------------------------------------------------
| > Need help with a setup issue? Please enable setup logging and
| > include the %temp%\MSI*.LOG file with your newsgroup posting.
| > ----------------------------------------------------------------------
| > Set these registry keys to enable Windows Installer (MSI) logging:
| >
| > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
| > "Logging"="voicewarmup"
| > "Debug"=dword:00000003
| >
| > Set these registry keys to disable Windows Installer (MSI) logging:
| >
| > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
| > "Logging"=""
| > "Debug"=dword:00000000
| >
| > After enabling logging and re-runing setup, a log file will be
| > created at %temp%\MSI*.LOG. Please include this log file with your
| > newsgroup post so that we can better assist you.
| > ----------------------------------------------------------------------
|
|
| Hi Josh,
|
| ok, shame on me. Obviously i used the wrong language patch. -Deu.exe
| works (, though the 'Language' item of the System.dll you mentioned
| shows me 'Englisch (USA)'. Perhaps it has something to with the
| previous service packs !?)
|
| However, thank you very much.
|

Thank you for posting the original issue. I am glad that it is resolved.
:-)

Josh Free
--------------------
Developer Division Sustained Engineering (DDSE) Developer Team

This posting is provided "AS IS" with no warranties,
and confers no rights.
--------------------

----------------------------------------------------------------------
Need help with a setup issue? Please enable setup logging and
include the %temp%\MSI*.LOG file with your newsgroup posting.
----------------------------------------------------------------------
Set these registry keys to enable Windows Installer (MSI) logging:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup"
"Debug"=dword:00000003

Set these registry keys to disable Windows Installer (MSI) logging:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"=""
"Debug"=dword:00000000

After enabling logging and re-runing setup, a log file will be
created at %temp%\MSI*.LOG. Please include this log file with your
newsgroup post so that we can better assist you.
----------------------------------------------------------------------

Reply to this message...
 
 




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification