473,655 Members | 3,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Install base of .NET 1.1

Does anyone know what percentage of Windows computers have .NET 1.1
already installed? I'd like to get a sense of how what percentage of
our customers will have to run the .NET 1.1 redistributable installer
before being able to run our .NET 1.1 based product.

I'm guessing about 50%, but someone must have done some market
research on this by now. Also, out of curiosity, any numbers of .NET
2.0 installs?

Thanks, Chris

Feb 2 '07 #1
7 1034
If you use .NET 2 you can have the installer for your application install
..NET 2 if needed with the user having to do anything.
--
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
"ch*********@ho tmail.com" wrote:
Does anyone know what percentage of Windows computers have .NET 1.1
already installed? I'd like to get a sense of how what percentage of
our customers will have to run the .NET 1.1 redistributable installer
before being able to run our .NET 1.1 based product.

I'm guessing about 50%, but someone must have done some market
research on this by now. Also, out of curiosity, any numbers of .NET
2.0 installs?

Thanks, Chris

Feb 2 '07 #2
Thanks for the tip.

However, I'd still like to get a sense of what percentage of Windows
machines have at least .NET 1.1

- Chris

Feb 2 '07 #3

IE sends .NET version information in it's browser field to web servers
so the most reliable information for your target users is probably in
your web logs already, assuming you have a website your customers
would go to (even if it's not directly related it should be a good
indicator).

HTH,

Sam

------------------------------------------------------------
We're hiring! B-Line Medical is seeking Mid/Sr. .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.
On 1 Feb 2007 19:35:34 -0800, ch*********@hot mail.com wrote:
>Does anyone know what percentage of Windows computers have .NET 1.1
already installed? I'd like to get a sense of how what percentage of
our customers will have to run the .NET 1.1 redistributable installer
before being able to run our .NET 1.1 based product.

I'm guessing about 50%, but someone must have done some market
research on this by now. Also, out of curiosity, any numbers of .NET
2.0 installs?

Thanks, Chris
Feb 2 '07 #4
PS
<ch*********@ho tmail.comwrote in message
news:11******** **************@ a75g2000cwd.goo glegroups.com.. .
Does anyone know what percentage of Windows computers have .NET 1.1
already installed?
It is less than 100%.

I'd like to get a sense of how what percentage of
our customers will have to run the .NET 1.1 redistributable installer
before being able to run our .NET 1.1 based product.
Greater than 0%
>
I'm guessing about 50%, but someone must have done some market
research on this by now. Also, out of curiosity, any numbers of .NET
2.0 installs?
50% seems like a good unbiased figure.

PS

Feb 3 '07 #5
PS

"Chris Dodge" <ch*********@ho tmail.comwrote in message
news:11******** **************@ v33g2000cwv.goo glegroups.com.. .
Thanks for the tip.

However, I'd still like to get a sense of what percentage of Windows
machines have at least .NET 1.1
42% as of 4/1/2006.

PS

Feb 4 '07 #6

"PS" <ec***********@ hotmail.comwrot e in message
news:OY******** ******@TK2MSFTN GP05.phx.gbl...
>
"Chris Dodge" <ch*********@ho tmail.comwrote in message
news:11******** **************@ v33g2000cwv.goo glegroups.com.. .
>Thanks for the tip.

However, I'd still like to get a sense of what percentage of Windows
machines have at least .NET 1.1

42% as of 4/1/2006.
As of last year's April Fool's Day?
Feb 4 '07 #7
PS

"Michael A. Covington" <lo**@ai.uga.ed u.for.addresswr ote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
>
"PS" <ec***********@ hotmail.comwrot e in message
news:OY******** ******@TK2MSFTN GP05.phx.gbl...
>>
"Chris Dodge" <ch*********@ho tmail.comwrote in message
news:11******* *************** @v33g2000cwv.go oglegroups.com. ..
>>Thanks for the tip.

However, I'd still like to get a sense of what percentage of Windows
machines have at least .NET 1.1

42% as of 4/1/2006.

As of last year's April Fool's Day?
Correct, perhaps the 42 gave it way!

Feb 4 '07 #8

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

Similar topics

1
4495
by: B Golash | last post by:
Hi I`m trying to install a third-party control. During the install I receive this error...see the url below. I have no idea as to the meaning of the error. www.woodsolutions.com/download/ErrorLoadComp.jpg
0
922
by: Steve | last post by:
Hi, I'm using Visual Studio to create an MSI (installation package). I'm new to MSIs, but I've used SMS Installer quite a bit. I'm trying to perform what is probably simple task: I want to install multiple applications in the same base directory, and I want only the first install to specify that directory. Every install after that should just go into the same folder as the first install. Example:
2
394
by: PeterJ | last post by:
I hope this is in the correct newsgroup. I have purchased and installed Visual Studio .Net 2003 under XP Professional. However, when I try to look at a VB.net sample web app, it will not open. I seem to be missing IIS or ASP.Net, but most likely both. Some research (has left me confused) but I think these are both available with Windows Server 2003 standard edition, a CD of which came with Visual Studio. First, do I really need to...
0
946
by: Balazs | last post by:
I have the problem that I wrote a simple dll and I would like to call it from MSIScript with InstallUtilLib's ManagedInstall function. I do everything how the msdn says but somewhere I go wrong. In the logfile there is no help for me. Has anyone any suggestion?
3
56972
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I want to test this service on a Windows Server 2003 box that doesn't have the Visual Studio Command prompt. How do I go about installing the service on the Windows Server 2003 box? Thanks!
2
7980
by: Fan Wang | last post by:
Hi All, I wrote a windows service with C# as below. But I can't install it with installutil.exe. I got an error message " Exception occurred while initializing the installation: System.IO.FileNotFoundException: File or assembly name windowsservice1, or one of its dependencies, was not found.. " I am new to C# environment. Any idea any clue will be appreciated. Thanks using System;
4
7356
by: Scott Glasgow | last post by:
I have the Microsoft Visual Basic .NET Deluxe Learning Edition from Microsoft and am trying to reinstall it after a hardware system crash requiring complete reformat/reinstall of Windows XP Pro and SP2. The first time I installed on this machine under my previous OS installation, it quite happily installed on my development drive. Now, however, when I get to the Options page, the installation location dropdown is grayed out and I cannot...
3
7269
by: Eric | last post by:
Using VS.Net 2003 .Net framework 1.1 SP1 Our installation project calls a Custom Action dll to perform post install actions. It fails if the .msi file is launch from a directory that contains spaces, such as: My Install Folder\SetupDir The exception thrown is:
4
7090
by: Amber | last post by:
The installer tells it faild to config db2inst1, the db2setup.err is as following: /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:60: Engine "clearlooks" is unsupporte d, ignoring Jun 15, 2007 6:32:36 PM java.util.prefs.FileSystemPreferences$3 run INFO: Created system preferences directory in java.home.
1
20369
by: =?Utf-8?B?Qi5BaGxzdGVkdA==?= | last post by:
Hi all, This is something that I have been toying with for about a week now. What I want to achieve is Install a Service with Customised parameters (using InstallUtil.exe) for User Name. Example (C#); public class MyServiceInstaller : System.Configuration.Install.Installer { private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller;
0
8296
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
8816
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
8598
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
7310
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
6162
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
5627
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
4150
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
4299
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1928
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.