Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Deployment Project
 

Deployment Project

I have two questions regarding deployment project in VS 2005.

1. When i am uninstalling the application, the application folder in C:\ProgramFiles\.... is not getting deleted, why?

2.How to make a deployment which will automatically uninstall the old version and install the new one?

SheikMeeran  Sunday, September 27, 2009 4:39 AM

2.How to make a deployment which will automatically uninstall the old version and install the new one?
A: make RemovePreviousVersions true in deployment attribute
Huan Li  Sunday, September 27, 2009 8:30 AM
Hi,

Are there any files being left behind in the program files folder that isn't being deleted ? Typically uninstall programs don't delete files they didn't create (including log files, config files etc), and won't remove non-empty directories.
Yort  Sunday, September 27, 2009 8:55 AM

2.How to make a deployment which will automatically uninstall the old version and install the new one?
A: make RemovePreviousVersions true in deployment attribute
Huan Li  Sunday, September 27, 2009 8:30 AM
Hi,

Are there any files being left behind in the program files folder that isn't being deleted ? Typically uninstall programs don't delete files they didn't create (including log files, config files etc), and won't remove non-empty directories.
Yort  Sunday, September 27, 2009 8:55 AM

You can use google to search for other answers

Custom Search

More Threads

• An error occurred while signing: Invalid character in the given encoding.
• run application after installation
• help with User Interface Dialog
• Publish C++/CLI project
• Clickonce from CD
• How to get the Windows SERVICE PACK installed on a machine?
• Help creating a Windows Installer...
• Changing of installation directory in ClickOnce Deployment
• ClickOnce and SmartClient Module Problem (I think)
• ClickOnce Trouble! After update the database is deleted: what should I do?