Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recommendation for hosting trial software
Message
From
23/08/2004 08:27:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00935459
Message ID:
00935519
Views:
17
>I want to have a site where potential users can download a trial of my program. The install file is 28mb, which means that the download traffic could get big. My existing ISP will start charging me extra after more than about two downloads per day.
>
>
>Do you know of a site that will host a big exe for download and have a reasonable bandwidth allowance? And is reliable and reasonable<g>?
>
>Cyril.

I don't, but I would recommend the following strategies - if you haven't done it already - to reduce the download size. A big download can be a real problem for some users, too.
  • PACK the class libraries (Note 1). Sometimes a lot of space is wasted here.
  • Try data compression. For example, the Setup Wizard (in VFP6) has built-in compression, if you select the correct options. You may also try WinRAR (www.rarsoft.com), to see if it compresses better (compressing the uncompressed version, otherwise it won't work), or some other compression software (the ZIP format doesn't compress very well, compared with some others). WinRAR can create a self-extracting EXE.
  • For the demo, see if you can include some sample data, instead of the full data set.
  • For the demo, see if it makes sense to exclude some modules to save space.

    HTH,

    Hilmar.


    Note 1:
    use MyClasses.vcx
    pack
    use
    Repeat for all *.VCX files in the project.
    Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform