Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天我尝试使用 Visual Studio 的发布功能,它创建应用程序清单,而不是传统的 exe。
这样做有什么好处?
我注意到每次应用程序启动时它都会在启动之前进行某种检查?
在 Windows 应用程序上使用Publish时,您将创建一个ClickOnce安装程序。您可以在官方文档中找到很多相关信息。基本上,这是创建传统的基于 MSI 的设置项目 ( File/New/Project/Other Project Types/Setup and Deployment/Setup Project) 的替代方法。
File/New/Project/Other Project Types/Setup and Deployment/Setup Project
在 MSDN 上,您可以找到两种方法的比较。