询问者
VS2019版本打包发布

问题
全部回复
-
Hi heater,
欢迎来到MSDN论坛。
VS2019提供两种方式为你的程序打包发布。一种就是安装Microsoft Visual Studio Installer Projects插件。然后你就可以在VS2019中创建setup project模版然后就可以为你的程序创建安装包。
第二种就是使用ClickOnce部署打包程序。首先右键单击你的项目-->选择发布。具体的你可以参考这个微软的官方文档:
希望能帮助到你。
Best Regards,
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com
- 已建议为答案 Perry Qian-MSFTMicrosoft contingent staff 2019年9月18日 10:43
- 取消建议作为答案 heater 2019年11月14日 10:11
-
Hi heater,
你的问题解决了么?如果你的问题仍然存在,请及时告知我们,我们会给你提供进一步的支持。
如果我的回答对你有帮助,请记得标记为答案这样有助于其他社区成员搜索解决相似的问题。
谢谢你的理解。
Best Regards,
Perry
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com
-
Hi heater,
1、可不可以打包为一个可执行文件发给客户进行安装使用
>>是的,他们最终都将生成一个exe可执行程序,用户可以点击然后安装程序。
2、如果问题1可以的话,可执行文件的图标和名称是否可以修改
>>可以修改的,你可以参考这个文档
3、还有签名功能是干嘛的,可以具体说一说什么意思吗
>>签名功能相当于是申明程序的开发者,申明软件的拥有者。毕竟你要发布出售软件,必须要这些信息,防止程序被人篡改,类似申请专利。
希望对你有有帮助。
Best Regards,
Perry
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com
- 已编辑 Perry Qian-MSFTMicrosoft contingent staff 2019年9月30日 9:47
-
Hi heater,
根据你的截图显示的情况,为什么构建的时候没有输出.msi文件。因为setup.msi才是真实的安装程序,执行setup.exe也只是调用.msi文件。您是不是将这个.msi程序删除掉了?如果要打包给客户安装程序,请记住不要遗漏这个文件,请将setup.exe和setup.msi放在一起,这个不可或缺。
如果你对打包程序不是很了解,你也可以参考这个文档,里面有详细的说明希望能帮助到你。
Best Regards,
Perry
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com
- 已编辑 Perry Qian-MSFTMicrosoft contingent staff 2019年10月10日 6:20