简体   繁体   中英

How to create Setup file of windows application without using InstallShield in visual studio 2013?

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?

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

It worked good for me.

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

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

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM