Results 1 to 3 of 3

Thread: How To?? Update Your Program??

  1. #1

    Thread Starter
    Lively Member JAtkinson's Avatar
    Join Date
    Feb 2004
    Location
    Richmond, VA
    Posts
    68

    How To?? Update Your Program??

    I have distributed a couple applications to a few of my friends, knowing in the future that I will revise them. How can I create an update for a previously create application? Supposed I just want to change a few things on the original, yet dont want the user to have to uninstall the orginal and install the new. Using VB.NET Pro 2002.

    Thanks

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Don't know how to apply just a "patch".
    But if your app isn't too large, it can easily be re-installed with the new version.
    Make your changes to the app, then change the version number in the installer file, which will prompt you to change the product code & something else, forget what. To see the version number, highlight the project in Solution Explorer, then go to properties. Just answer ok to the prompt.
    For consistency's sake, change the version number in the assembly file as well.
    Then just install as normal. The old app will be overwritten.

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    InstallShield DevStudio has an option for upgrading your app
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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