473,795 Members | 3,005 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 2827
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
1821
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
1307
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
1611
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
1383
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
1070
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
1588
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
9522
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10448
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
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5440
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
5566
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
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
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2922
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.