Results 1 to 2 of 2

Thread: distribution package is very large

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2007
    Posts
    97

    distribution package is very large

    Just a quick question,

    When I create a setup project and my application is only 1MB, the program still needs the framework anyways which will extend the application another 20-30MBs making it very large making it a pain to send by email for downloading it from the net.

    Is there a method anyone know of to reduce the size of the application installer.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: distribution package is very large

    If you create an MSI or ClickOnce installer for your app then the default behaviour is for the Setup.exe file to automatically download the Framework from Microsoft on-demand, i.e. if an only if it is not already installed. This saves your customers who already have it from downloading it at all and it saves you distributing it explicitly to those who don't.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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