I use the extension "Microsoft Visual Studio Installer Projects" for creating MSI files in my Windows-Forms-App. The option "RemovePreviousVersions" is activated, it works properly. V1.0.0 of my project is installed, when i install V1.0.1 then the old version will be removed.
But the used libaries, e.g. EntityFramework.dll or EntityFramework.SqlServer.dll won't be updated.
What can I do?
Many thanks in adavance!