如何在Visual Studio 2013中不使用InstallShield创建Windows应用程序的安装文件?

时间:2021-10-13 11:29:50

I have developed a windows application (one type of CRM System) but now I want to create its setup file so it can be easily installed on client's machine. I have searched online and found out the way using InstallShield. But it is giving the free trial and then it is offering the paid version. Is there any other way to create Setup file without using InstallShield?

我开发了一个Windows应用程序(一种CRM系统),但现在我想创建它的安装文件,以便它可以很容易地安装在客户端的机器上。我在线搜索并发现使用InstallShield的方式。但它正在提供免费试用,然后它提供付费版本。有没有其他方法可以在不使用InstallShield的情况下创建安装文件?

3 个解决方案

#1


1  

You can use the extension Visual Studio Installer Projects Extension: VSI_Bundle. See the The Visual Studio Blog

您可以使用扩展Visual Studio Installer Projects Extension:VSI_Bundle。请参阅The Visual Studio博客

It worked good for me.

它对我有用。

See my answer in this post: https://*.com/a/28029063/200824

请参阅我在这篇文章中的回答:https://*.com/a/28029063/200824

#2


1  

You can use visual studio 2015 and install installer projects extension.

您可以使用visual studio 2015并安装安装程序项目扩展。

#3


0  

You should also take a look at https://wixtoolset.org. A lot of new, helpful elements (grammar is XML) were added to simplify development. So while it's not drag-and-drop design, it's fairly easy to use and 3.x builds MSIs that are still the mainstay on Windows. 4.x pre-releases can also build other formats such as AppX (though, that is only supported on Windows 10 to install).

您还应该查看https://wixtoolset.org。为了简化开发,添加了许多新的有用元素(语法是XML)。因此,虽然它不是拖放设计,但它使用起来相当容易,3.x构建了仍然是Windows主流的MSI。 4.x预发行版还可以构建其他格式,例如AppX(但是,仅在Windows 10上支持安装)。

#1


1  

You can use the extension Visual Studio Installer Projects Extension: VSI_Bundle. See the The Visual Studio Blog

您可以使用扩展Visual Studio Installer Projects Extension:VSI_Bundle。请参阅The Visual Studio博客

It worked good for me.

它对我有用。

See my answer in this post: https://*.com/a/28029063/200824

请参阅我在这篇文章中的回答:https://*.com/a/28029063/200824

#2


1  

You can use visual studio 2015 and install installer projects extension.

您可以使用visual studio 2015并安装安装程序项目扩展。

#3


0  

You should also take a look at https://wixtoolset.org. A lot of new, helpful elements (grammar is XML) were added to simplify development. So while it's not drag-and-drop design, it's fairly easy to use and 3.x builds MSIs that are still the mainstay on Windows. 4.x pre-releases can also build other formats such as AppX (though, that is only supported on Windows 10 to install).

您还应该查看https://wixtoolset.org。为了简化开发,添加了许多新的有用元素(语法是XML)。因此,虽然它不是拖放设计,但它使用起来相当容易,3.x构建了仍然是Windows主流的MSI。 4.x预发行版还可以构建其他格式,例如AppX(但是,仅在Windows 10上支持安装)。