This is probably something stupid, but when I do an update in my software it doesn't keep the existing application settings.
On each update you have to reset the configuration. How do I get around that?
The settings are set to User scope, the installation is created with an ISS script (Inno Setup)
I hope someone has the answer got quite a lot of unhappy customers :(
Upgrademethod on the Settings class. Perhaps you need to call this on first run after an update. – cadrell0 Feb 28 '12 at 16:00