473,406 Members | 2,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Registry keys for .NET 1.0

I've been told that to test for the existence of ,NET Framework 1.0 the
appropriate registry key is -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.0]

"3705"

Instead, my Registry shows (in part) -

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards\v1.0.0
]

"v1.1.4322"=dword:000010e2

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Upgrades]

"1.1.4322"="1.0.3705-1.1.4322"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.1]

"4322"="3706-4322"

Where can I go on www.microsoft.com / MSDN to find the definitive registry
key signature? Is there a KB article somewhere?
--
Ian Thomas
GeoSciSoft - Perth, Australia


Jul 21 '05 #1
3 1406
hi

See if this helps

http://support.microsoft.com/?kbid=3...22120121120120

in this page see the link "Determine the version of the .NET Framework
without MMC 1.2"

"gxdata" wrote:
I've been told that to test for the existence of ,NET Framework 1.0 the
appropriate registry key is -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.0]

"3705"

Instead, my Registry shows (in part) -

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards\v1.0.0
]

"v1.1.4322"=dword:000010e2

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Upgrades]

"1.1.4322"="1.0.3705-1.1.4322"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.1]

"4322"="3706-4322"

Where can I go on www.microsoft.com / MSDN to find the definitive registry
key signature? Is there a KB article somewhere?
--
Ian Thomas
GeoSciSoft - Perth, Australia


Jul 21 '05 #2
hi

See if this helps

http://support.microsoft.com/?kbid=3...22120121120120

in this page see the link "Determine the version of the .NET Framework
without MMC 1.2"

"gxdata" wrote:
I've been told that to test for the existence of ,NET Framework 1.0 the
appropriate registry key is -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.0]

"3705"

Instead, my Registry shows (in part) -

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards\v1.0.0
]

"v1.1.4322"=dword:000010e2

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Upgrades]

"1.1.4322"="1.0.3705-1.1.4322"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.1]

"4322"="3706-4322"

Where can I go on www.microsoft.com / MSDN to find the definitive registry
key signature? Is there a KB article somewhere?
--
Ian Thomas
GeoSciSoft - Perth, Australia


Jul 21 '05 #3
Yes it does, thanks for that. Also got your msg on DevelopersDex .

--
Ian Thomas
GeoSciSoft - Perth, Australia

"Suraj Nair" <Su*******@discussions.microsoft.com> wrote in message
news:8E**********************************@microsof t.com...
hi

See if this helps

http://support.microsoft.com/?kbid=3...22120121120120

in this page see the link "Determine the version of the .NET Framework
without MMC 1.2"

"gxdata" wrote:
I've been told that to test for the existence of ,NET Framework 1.0 the
appropriate registry key is -
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.0]

"3705"

Instead, my Registry shows (in part) -

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Standards\v1.0.0 ]

"v1.1.4322"=dword:000010e2

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\Upgrades]

"1.1.4322"="1.0.3705-1.1.4322"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Policy\v1.1]

"4322"="3706-4322"

Where can I go on www.microsoft.com / MSDN to find the definitive registry key signature? Is there a KB article somewhere?
--
Ian Thomas
GeoSciSoft - Perth, Australia


Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: vbMark | last post by:
Hello, In regards to the Registry... Can someone give me an example of how to list an unknown number of subkeys under a key, and put the key names in one column of a listbox, and the key...
21
by: Kevin Swanson | last post by:
I'm attempting some remote registry manipulation via C#. I've written a test app to simply grab a specified key from a specified hive on a specified machine. The call to OpenSubKey is throwing...
2
by: LCD | last post by:
Here is what I want to do: Presently in my registry I have: (Default) = "C:\Program Files\myApp" and this value is scattered all over registry in several keys and subkeys. I wouldlike to...
4
by: Kevin L | last post by:
I store some application settings in the registry under HKEY_LOCAL_MACHINE\Software\MyApplication I want to allow full access to this key and subkeys. Currently, I manually change the...
3
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. Is there a way to create a registry key, but orphan it from the program that created it? Reason: Create a key, but not associate it with the...
9
by: Newbie Coder | last post by:
Hello Newsgroup Readers I would like to know how to go & do the following: I have a certain registry key that has sub values Example: Key1 http://www.microsoft.com Key2 ...
0
by: Gary | last post by:
I'm having trouble entering Additional Registry Keys into my Package Solution that will deploy the Access 2007 runtime. (Client machine is running XP with Office 2007 Standard.) The Package...
11
by: Unknown Hero | last post by:
Tim Golden wrote: The first link which points to the Python documentation for the _winreg module I already checked, even before coming here. I am wondering how I should do the loop I need (go...
12
by: =?Utf-8?B?YXVsZGg=?= | last post by:
i current have a way to read both local and remote machines registry keys and create a textual view (.txt output). i now looking for ways to do export of local and remote mahcine registry keys...
3
by: =?Utf-8?B?WVhR?= | last post by:
I want to export some keys to a reg file using "regedit /e", how to export more keys to one file once but no only a key? thank you.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.