473,771 Members | 2,372 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Optimisation for shareware packages

Shareware & trialware needs to come in a small package so that customers on
dialup can access these products as well. In practice, limiting maximum
download size is highly desirable with the client base quartering every time
the download size is doubled.

Where package size is too big, it becomes more expensive to pay for trial
download bandwidth than what you recover in sales. For example, typical
conversions in the region of 1% see 2Gb of bandwidth consumed for every sale
of a 20Mb package - with many quality hosting providers, this amounts to
costs equivalent to or exceeding the purchase price of the product.

What I need to know is what if any, are the business advantages of VS2005?
Why should my accountant recommend upgrading from VB6? Most importantly, I
need to know if & how VS2005 optimises package size for downloadable
shareware and trialware applications... .?

Thanks in Advance...

--
Timothy Casey GPEMC! >11950 is the nu****@fieldcra ft.biz 2email
Terms & conditions apply. See www.fieldcraft.biz/GPEMC
Discover valid interoperable web menus, IE security, TSR Control,
& the most advanced speed reading application @ www.fieldcraft.biz
Sep 16 '06 #1
2 980
GPEMC,

At least in my country (and the complete Benelux) have probably even more
than 75% of the households high speed Internet connections, so your
statements are in my idea a little bit outdated.

But Net assemblies are mostly very small compared with VB6 as long as you
use only Net parts.

I hope this gives an idea,

Cor

"Number 11950 - GPEMC! Replace number with 11950" <nu****@fieldcr aft.biz>
schreef in bericht
news:45******** *************** @lon-reader.news.tel stra.net...
Shareware & trialware needs to come in a small package so that customers
on
dialup can access these products as well. In practice, limiting maximum
download size is highly desirable with the client base quartering every
time
the download size is doubled.

Where package size is too big, it becomes more expensive to pay for trial
download bandwidth than what you recover in sales. For example, typical
conversions in the region of 1% see 2Gb of bandwidth consumed for every
sale
of a 20Mb package - with many quality hosting providers, this amounts to
costs equivalent to or exceeding the purchase price of the product.

What I need to know is what if any, are the business advantages of VS2005?
Why should my accountant recommend upgrading from VB6? Most importantly, I
need to know if & how VS2005 optimises package size for downloadable
shareware and trialware applications... .?

Thanks in Advance...

--
Timothy Casey GPEMC! >11950 is the nu****@fieldcra ft.biz 2email
Terms & conditions apply. See www.fieldcraft.biz/GPEMC
Discover valid interoperable web menus, IE security, TSR Control,
& the most advanced speed reading application @ www.fieldcraft.biz


Sep 16 '06 #2
"Cor Ligthert [MVP]" <no************ @planet.nlwrote in message
news:%2******** **********@TK2M SFTNGP02.phx.gb l...
GPEMC,

At least in my country (and the complete Benelux) have probably even more
than 75% of the households high speed Internet connections, so your
statements are in my idea a little bit outdated.
A comforting thought
But Net assemblies are mostly very small compared with VB6 as long as you
use only Net parts.

I hope this gives an idea,
[SNIP]

Thank you, this promises to be helpful. If there is a way to ship a smaller
setup package, all the better. I'll have a play around and see what
happens...

--
Timothy Casey GPEMC! >11950 is the nu****@fieldcra ft.biz 2email
Terms & conditions apply. See www.fieldcraft.biz/GPEMC
Discover valid interoperable web menus, IE security, TSR Control,
& the most advanced speed reading application @ www.fieldcraft.biz
Sep 16 '06 #3

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

Similar topics

5
1561
by: Jeremy | last post by:
I'm new to .Net. Specifically, I just started playing around with VB ..Net 2003. I'm considering developing some shareware applications. Would you consider .Net a suitable platform for this? I know I can create my apps in VB.Net since I've already built some prototypes, but the Framework issues concern me. I understand you have to have the framework installed and that it can
2
329
by: JL | last post by:
I'm wondering .NET is good for writing shareware at the moment since it needs .net framework installed in client's computer. But current windows don't have pre-installed .net framework which is quite big to download from internet for many customers. I'm afraid that will turn some customers away from your software.
16
1493
by: simonwittber | last post by:
Hello People. I've have a very tight inner loop (in a game app, so every millisecond counts) which I have optimised below: def loop(self): self_pool = self.pool self_call_exit_funcs = self.call_exit_funcs self_pool_popleft = self.pool.popleft self_pool_append = self.pool.append
1
1720
by: Bob | last post by:
I'm looking at the docs in VS2005 regarding starter kits and I noticed that the starter kits to download from the site are in vsi files (compressed), all except the shareware starter kit. MS docs says that templates should be in compressed files. The Shareware starter kit is in msi file so when you install it you get a solution that includes some other projects, but it does not appear in the templates when you want to start a new project....
17
2372
by: EC-AKD | last post by:
Hi All, I am new to the concept of optimising codes in C. I was wondering if C level inlining of code is any way comparable to macros. I believe that inlining is equivalent to writing macros. However I had this strange feeling if I should go for macros wherever necessary instead of inlining the codes. In my project, I have to use basic operations like add and sub many times. So I initially inlined them and found a lot of optimisation.
2
1110
by: Matthew | last post by:
I have written a nice little application, and have been told that it might be worth distributing as shareware. I poked around in the VB.NET help file, but couldn't find any information on the subject. Does anybody know if this has been done before, and what the standard schemes are? Matthew
9
1262
by: Mitchell Vincent | last post by:
I recently jumped on the .NET bandwagon and have been playing around in Visual Studio and reading a few books for about 2 weeks now. It occurs to me that I've never seen a desktop application written in .NET, at least none that ever required me to install the framework (I only recently installed it with Visual Studio). I know there are people that are developing shareware using .NET and I'm curious as to how people are handling the...
2
1431
by: Sean | last post by:
What I have been looking for is technical information regarding automated registration, evaluation period components etc for publishing shareware. Questions such as. 1. are there already existing services that will maintain software registration codes so I don’t have to spend a life time maintaining a registration information? 2. how do I make my application kill itself if one doesn’t register after so much time? 3. Are there free...
32
1842
by: kid joe | last post by:
Hi Can anyone share their experiences regarding which approach (ShareWare vs Evaluation-ware) works best to protect profits and keep customers pleased? Having a ShareWare product that can be activated to a fully enabled version of that product with a registration code has it's disadvantages (given the numerous websites that post 'regcodes'), but ShareWare is also a fast and efficient means in keeping a customer happy. Evaluation-ware,...
0
9619
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
10103
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...
1
10038
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9911
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
8934
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...
0
6713
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
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
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
3609
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.