如何为基于mvvm的窗口应用程序创建安装程序?

如何为基于mvvm的窗口应用程序创建安装程序?

问题描述:

如何为基于服务的mvvm .net应用程序创建设置。  

How to create setup for servised based mvvm .net application.  

谢谢,

A.Acharya给我们的反馈在Windows应用商店中开发和推广您的应用如果有帮助,请记住将回复标记为答案,如果他们没有提供任何帮助,请将其取消标记。

A.Acharya Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.

您想创建安装程序吗?如果是这样,以下内容可能对您有所帮助。

Do you want to create a setup program? If so, the following may help you.

您可以在Visual Studio中选择适合您所需部署类型的方法。

You can choose the appropriate method in Visual Studio for the type of deployment that you need.


  • Visual Studio安装程序部署

您可以从以下开始:https://msdn.microsoft.com/en-us/library/2kt85ked(v=vs.100).aspx  

You can start from:https://msdn.microsoft.com/en-us/library/2kt85ked(v=vs.100).aspx 

如果您使用visual studio 2010更高版本,则需要在以下链接下载此Visual Studio Installer扩展,此扩展提供与Visual Studio 2010中Visual Studio Installer项目当前存在的相同功能。

If you use visual studio 2010 higher version, you need download this Visual Studio Installer extension at below link, this extension provides the same functionality that currently exists in Visual Studio 2010 for Visual Studio Installer projects.

https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2015InstallerProjects


  • InstallShield限量版

你可以艺术来自: https://msdn.microsoft.com/en-us/library/dn531020.aspx

最好的问候,

Bob