Kevin
Tue Sep 27 06:31:10 CDT 2005
> Some shareware developers are claiming that .NET might not be a good
> choice for making shareware, simply because it requires downloading .NET
> if the user does have it, which may potentially drive people away from
> your product.
I hope that opinions don't make your decisions for you. An opinion is a poor
substitute for a fact. That is why I recommended studying the .Net SDK. It
is nothing but facts. If I depended upon the opinions of others to make my
decisions, I would STILL be writing shareware, which I haven't done in a
dozen years.
There are 2 ways to acquire wisdom: 1. Experience, and 2. By heeding the
advice of those who already have it. The second is by far the easier way to
go, but both work equally well.
--
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.
"Nick Z." <pacemkr@gmail.com> wrote in message
news:7o0_e.123$Xq.2@fe11.lga...
> Kevin Spencer wrote:
>
>>>I am thinking of developing a shareware application based on the .net
>>>framework, however some people argue that the need to install the
>>>runtime may drive prospective customers away. So I'm looking for
>>>workarounds or anything else, just to explore my options.
>>
>>
>> You're barking up the wrong tree, Nick. First, the .Net Framework is a
>> free download from the Microsoft Windows Update web site. Second, you can
>> include the .Net Framework distributable in your app, and set up your
>> setup project to install it automatically during the setup of your app.
>> Third, consider Java. You can't run a Java app without the Java Virtual
>> Machine installed on your machine. Why should .Net be different?
>>
>> Microsoft spent years of reasearch developing the .Net Framwork and
>> related technologies. It is about as perfect as it gets. The web site you
>> mentioned is trying to make money off of you. It doesn't have your best
>> interests at heart. Rumors, idle chat, SPAM, and random web searches are
>> not sources of information. If you really want to leverage the power of
>> the .Net platform, download the FREE Microsoft .Net SDK. The SDK for .Net
>> 1.1 can be downloaded from:
>>
>>
http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en
>>
>> This titanic resource has all the information you could possibly want or
>> need about the .Net Framework. I spend at least an hour a day in it, and
>> I've been doing .Net for about 5 years now. Study it. You will find that
>> you don't need anything other than the .Net Framework, and (if at all
>> possible) Microsoft Visual Studio.Net to design, create, and deploy .Net
>> applications.
>>
>
> Well I know its free... However, my concerns are completely different and
> I think I've been fairly clear describing them.
>
> Some shareware developers are claiming that .NET might not be a good
> choice for making shareware, simply because it requires downloading .NET
> if the user does have it, which may potentially drive people away from
> your product. Now I do not agree really with this statement, I think most
> users would not mind or already have it. I was trying to consider my
> options however. For example it would be nice to have two versions, one
> smaller that requires .NET and one that is somewhat larger but runs
> without it. Thinstall might be doing that, but the price is completely
> unacceptable, that is why I was asking if there are alternatives.