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.
我开发了一个小型应用程序,并希望对其进行设置。有没有可能我可以捆绑.net framework 4.0和水晶报告依赖关系。这样用户可能不必单独安装它吗?
右键单击您的安装项目选择属性,从弹出窗口中选择先决条件。从列表中选择 .NET Framework 4.0 和 SAP Crystal Reports Runtime Engine。
从单选按钮组中选择“从与我的应用程序相同的位置下载先决条件”。
这会将您的依赖项的安装程序与您的设置一起输出。