473,804 Members | 4,311 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Net Framework Installers

I'm running Windows XP at the moment, and occasionally Windows ME.

I've downloaded the following Net Framework installers, and I'd like to know
which ones are necessary, and whether I'm overkilling by installing all four
of them:

Version 1.0
Update to 1.1 (file is called "NDP1.1sp1-KB867460-X86")
Update to SP3 (file is called "NETCFSetup ")
Net Framework 2.0 Beta 1

Thanks.

darkrats
Jul 21 '05 #1
5 2829
Darkrats,

There are three versions of .NET for two platforms (if we exclude mono). The
versions are 1.0, 1.1, and 2.0. 1.0 has up to Service Pack 3, and 1.1 has
Service Pack 1. There are no Service Packs for 2.0, since it is still in
Beta.

The platforms are Windows, and Windows CE. It looks like the files you've
downloaded are the following:
Version 1.0 - I assume this is version 1.0 of the Windows .NET Framework
NDP1.1sp1-KB867460-X86 - Appears to be Service Pack 1 for .NET 1.0
NETCFSetup - Appears to be a version of .NET for Windows CE, if it's SP3,
then it must be for .NET 1.0

I don't know what you're intending to, but this does seem to be overkill,
and a mixing of platforms. Unless you're intending to develop against the
beta Framework, you can safely omit the 2.0 install. Similarly, unless
you're targetting a Windows CE device, you can omit NETCFSetup. Finally, in
most cases you can probably omit version 1.0 as well.

So, I'd get the 1.1 install (which you don't appear to have downloaded), and
then apply NDP1.1sp1-KB867460-X86. You can find 1.1 at
http://www.microsoft.com/downloads/d...displaylang=en
"darkrats" <da******@hotma il.com> wrote in message
news:uF******** ******@TK2MSFTN GP10.phx.gbl...
I'm running Windows XP at the moment, and occasionally Windows ME.

I've downloaded the following Net Framework installers, and I'd like to
know which ones are necessary, and whether I'm overkilling by installing
all four of them:

Version 1.0
Update to 1.1 (file is called "NDP1.1sp1-KB867460-X86")
Update to SP3 (file is called "NETCFSetup ")
Net Framework 2.0 Beta 1

Thanks.

darkrats

Jul 21 '05 #2
> NDP1.1sp1-KB867460-X86 - Appears to be Service Pack 1 for .NET 1.0
Mistake, this appears to be Service Pack 1 for .NET 1.1, not 1.0

"Sean Hederman" <us***@blogentr y.com> wrote in message
news:cr******** **@ctb-nnrp2.saix.net. ..
Darkrats,

There are three versions of .NET for two platforms (if we exclude mono).
The versions are 1.0, 1.1, and 2.0. 1.0 has up to Service Pack 3, and 1.1
has Service Pack 1. There are no Service Packs for 2.0, since it is still
in Beta.

The platforms are Windows, and Windows CE. It looks like the files you've
downloaded are the following:
Version 1.0 - I assume this is version 1.0 of the Windows .NET Framework
NDP1.1sp1-KB867460-X86 - Appears to be Service Pack 1 for .NET 1.0
NETCFSetup - Appears to be a version of .NET for Windows CE, if it's SP3,
then it must be for .NET 1.0

I don't know what you're intending to, but this does seem to be overkill,
and a mixing of platforms. Unless you're intending to develop against the
beta Framework, you can safely omit the 2.0 install. Similarly, unless
you're targetting a Windows CE device, you can omit NETCFSetup. Finally,
in most cases you can probably omit version 1.0 as well.

So, I'd get the 1.1 install (which you don't appear to have downloaded),
and then apply NDP1.1sp1-KB867460-X86. You can find 1.1 at
http://www.microsoft.com/downloads/d...displaylang=en
"darkrats" <da******@hotma il.com> wrote in message
news:uF******** ******@TK2MSFTN GP10.phx.gbl...
I'm running Windows XP at the moment, and occasionally Windows ME.

I've downloaded the following Net Framework installers, and I'd like to
know which ones are necessary, and whether I'm overkilling by installing
all four of them:

Version 1.0
Update to 1.1 (file is called "NDP1.1sp1-KB867460-X86")
Update to SP3 (file is called "NETCFSetup ")
Net Framework 2.0 Beta 1

Thanks.

darkrats


Jul 21 '05 #3

"darkrats" <da******@hotma il.com> wrote in message
news:uF******** ******@TK2MSFTN GP10.phx.gbl...
I'm running Windows XP at the moment, and occasionally Windows ME.

I've downloaded the following Net Framework installers, and I'd like to know which ones are necessary, and whether I'm overkilling by installing all four of them:

Version 1.0
Update to 1.1 (file is called "NDP1.1sp1-KB867460-X86")
Update to SP3 (file is called "NETCFSetup ")
Net Framework 2.0 Beta 1

Thanks.

darkrats


It depends on what you want to do. Necessary for what? If you want to
develop, the right framwork comes with VS. If you need .NET in order to run
a program, .NET either comes with the program or there's a not that
indictaes which version of .NET you need.

/Fredrik

/Fredrik
Jul 21 '05 #4
Thanks for the information about .NET.

I just want to be able to install and run .NET applications on my home
computer, running either XP or ME, with only the basic .NET installation.
Your post was very helpful and very clear. Much appreciated.

"Sean Hederman" <us***@blogentr y.com> wrote in message
news:cr******** **@ctb-nnrp2.saix.net. ..
Darkrats,

There are three versions of .NET for two platforms (if we exclude mono).
The versions are 1.0, 1.1, and 2.0. 1.0 has up to Service Pack 3, and 1.1
has Service Pack 1. There are no Service Packs for 2.0, since it is still
in Beta.

The platforms are Windows, and Windows CE. It looks like the files you've
downloaded are the following:
Version 1.0 - I assume this is version 1.0 of the Windows .NET Framework
NDP1.1sp1-KB867460-X86 - Appears to be Service Pack 1 for .NET 1.0
NETCFSetup - Appears to be a version of .NET for Windows CE, if it's SP3,
then it must be for .NET 1.0

I don't know what you're intending to, but this does seem to be overkill,
and a mixing of platforms. Unless you're intending to develop against the
beta Framework, you can safely omit the 2.0 install. Similarly, unless
you're targetting a Windows CE device, you can omit NETCFSetup. Finally,
in most cases you can probably omit version 1.0 as well.

So, I'd get the 1.1 install (which you don't appear to have downloaded),
and then apply NDP1.1sp1-KB867460-X86. You can find 1.1 at
http://www.microsoft.com/downloads/d...displaylang=en
"darkrats" <da******@hotma il.com> wrote in message
news:uF******** ******@TK2MSFTN GP10.phx.gbl...
I'm running Windows XP at the moment, and occasionally Windows ME.

I've downloaded the following Net Framework installers, and I'd like to
know which ones are necessary, and whether I'm overkilling by installing
all four of them:

Version 1.0
Update to 1.1 (file is called "NDP1.1sp1-KB867460-X86")
Update to SP3 (file is called "NETCFSetup ")
Net Framework 2.0 Beta 1

Thanks.

darkrats


Jul 21 '05 #5
> I've downloaded the following Net Framework installers, and I'd like to
know
which ones are necessary, and whether I'm overkilling by installing all four of them:

I prefer to install and tell other users to install the .NET framework
through the Internet explorer, windows update method.
..NET frameworks should be backwards compatible, meaning that v1.1 should
contain the necessary code like v1.0 had, so in theory, v2.0 should be
backwards compatible with v1.1 and 1.0. But the furture will tell if that is
the case. ;-)

But currently .NET v2.0 is in beta phase, so I would not advice to let this
one install on user machines.

--
http://www.skyscan.be
Jul 21 '05 #6

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

Similar topics

3
1824
by: Brian Elmegaard | last post by:
Hi, I can find a few questions regarding the use of distutils for making non-python windows installers, but none of them really helps. Are there any pointers on how to do this? Can it be done? A little OT: What about making MSI installation files instead of .exe? Is it a good idea to consider at all?
0
1308
by: Marcus | last post by:
I'm having a problem with the .NET installers that I create using Visual Studio .NET. I'm able to create the installers and deploy them on the target machine, however, when I run the installed application, parts of the installer keeps popping up giving you the impression that it is still installing software. This of course is very annoying and useless since the application already seems to be fully installed and functioning as expected. ...
5
299
by: darkrats | last post by:
I'm running Windows XP at the moment, and occasionally Windows ME. I've downloaded the following Net Framework installers, and I'd like to know which ones are necessary, and whether I'm overkilling by installing all four of them: Version 1.0 Update to 1.1 (file is called "NDP1.1sp1-KB867460-X86") Update to SP3 (file is called "NETCFSetup") Net Framework 2.0 Beta 1
1
1613
by: SPE - Stani's Python Editor | last post by:
A SPE user reported this on the SPE users forum (http://developer.berlios.de/forum/message.php?msg_id=21944): >My setup is as follows: >SPE-0.7.5 >Python 2.4 (from the Cygwin packages) > >Installer does not continue. "No Python installation found in the registry". > >Are there other workarounds for this issue?
5
3784
by: Martin Robins | last post by:
Can somebody please confirm my suspicion; I have been presented with a Windows CE.NET 4.2 device (not PocketPC) and have been asked to develop an application using Vusiau Studio 2005 and Compact Framework 2.0 - I cannot find any compatibility between this as there only seems to be support for CF2 on PocketPC/2003 and CE.NET 5 I have also tried loading the compact framework installers onto the device and this fails with both versions! ...
2
1386
by: K.S.Wong | last post by:
Hi all, I am trying to find out what tools (platform-independent if possible) that I can use to package a goup (few) of installers to become an exe application. I have heard of Py2exe but have not use it before. Could it be used to wrap different installers (for example Python and Leo, python-based application) together? Does the installers have to be python-based to be able to use Py2exe? Are there any other alternatives? Many...
2
1672
by: isti88 | last post by:
Hi! Can you advise me an Installer Maker Program, that is able to make Installers with the ability to check if .net framework 2.0 is installed, and if not, can also install that with my application? Thank you! Isti
0
1072
by: 33223 | last post by:
Installers Each device within the wireless network (computer, printers, auxiliaries) must be installed with a Network Interface Card, or NIC. The NIC transmits wireless signals from the access device and enables each device in the network to send and receive signals. Installers must also decide which of three industry standards by which to designate to the network. These industry standards are 802.11a, 802.11b, and 802.11g -- these...
1
1590
by: baburk | last post by:
Hi all, Iam getting this errormessage when i called this function. This function is for to log the error message. Generic.EventLogManager' does not contain a definition for 'Installers' D:\TravelSoln\App_Code\Generic\EventLog.cs Iam having this namespace
0
9710
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10593
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9163
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7626
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5663
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4304
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3000
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.