Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recommendation for hosting trial software
Message
 
 
À
23/08/2004 08:27:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00935459
Message ID:
00935778
Vues:
25
>>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.

    Thanks for the suggestions. I will use them to see if I can squeeze it further.

    Using Crystal reports for reporting doesn't help as far as the install file size is concerned.

    Cyril.
  • Précédent
    Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform