【发布时间】:2020-12-03 08:25:25
【问题描述】:
我使用扩展名“Microsoft Visual Studio 安装程序项目”在我的 Windows-Forms-App 中创建 MSI 文件。 “RemovePreviousVersions”选项已激活,它可以正常工作。 我的项目安装了V1.0.0,当我安装V1.0.1时,旧版本将被删除。
但是使用的库,例如EntityFramework.dll 或 EntityFramework.SqlServer.dll 不会更新。
我能做什么?
非常感谢提前!
【问题讨论】:
标签: visual-studio installation dll windows-installer