Results 1 to 5 of 5

Thread: Creating a downloader App, Installer app

  1. #1

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Creating a downloader App, Installer app

    Well... I plan on realise most of my programs without installers, as the file size will be to big... but, the problem is, what if the users don't have the support files needed to run the program?

    So... is it possible to make an app which could connect to my web site, download the support files if necassary, without having to be installed itself?

    Not possible in VB.... could I use a batch file?
    Don't Rate my posts.

  2. #2
    Frenzied Member John McKernan's Avatar
    Join Date
    Jan 2002
    Location
    SE PA
    Posts
    1,295
    Actually, you could potentially be facing some legal issues. Many redistributables are only legally redistributable as part of your project, and making them available for separate download may well violate your license to distribute them.

  3. #3

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Well... I mainly stick to use MS controls. I don't think they care all that much...
    Don't Rate my posts.

  4. #4
    Frenzied Member John McKernan's Avatar
    Join Date
    Jan 2002
    Location
    SE PA
    Posts
    1,295
    Not trying to make an issue of it, but the MS EULA specifically states otherwise.
    you agree to: (a) distribute the Redistributables in object code form and only in conjunction with and as a part of a software application product developed by you using the product accompanying this EULA that adds significant and primary functionality to the SOFTWARE PRODUCT ("Licensed Product");
    Its your choice, of course.

  5. #5

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Well it will be part of the software.... I may well download both the support files and the exe at the same time... maybe I should use activeX?

    Besides I don't really care what ms thinks anyway.
    Don't Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width