My application has a number of static files (SQLite DB, User settings file) that are deployed with the application.
When publishing a new version, I'd like to replace the DLL's, but retain the users static files. I'm intending to use InstallShield LE, but open to other suggestions to create the installer.
How can this be achieved?
Thanks.