|
-
Dec 12th, 2007, 10:05 AM
#1
Thread Starter
Hyperactive Member
[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.
-
Dec 13th, 2007, 04:21 AM
#2
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.
-
Dec 13th, 2007, 07:36 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|