Results 1 to 3 of 3

Thread: [RESOLVED] [2005] Package & Deployment Update

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    263

    Resolved [RESOLVED] [2005] Package & Deployment Update

    Is it possible to make a VB.NET 2005 package with the Package & Deployment Wizard, so that the user can overwrite the application if it already exists on its computer?

    Right now, I have to manually uninstall my application with the Control Panel, before I launch the MSI file every time I need to make a program upgrade.

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

    Re: [2005] Package & Deployment Update

    The installer will automatically uninstall an old version if you have set the properties of each correctly. Check out the ProductCode and UpgradeCode properties of your Setup project and read the associated documentation.
    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

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [2005] Package & Deployment Update

    Moved to Application Deployment

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