I am storing some information using properties.settings.default.save() method for the first time and reusing the property value throughout my application. Actually when uninstall the application and reinstall a newer version of the application, i want to reuse the property values.How can i do it? Basically the property will saved in user.config file under my user. if i install newer version of package it creates a new user.config file and uses it but i need to use the existing file which it created for older version package. what to do?
i am using visual studio deployment project for deployment