简体   繁体   English

在Visual Studio 2012中创建WPF安装程序项目

[英]Create WPF Setup project in visual studio 2012

I am working on a WPF application with the frame work 4.5. 我正在使用框架4.5的WPF应用程序。

Will the application work on the following operating systems? 该应用程序可以在以下操作系统上运行吗? • Windows XP • Windows Vista • Windows 7 • Windows 8 •Windows XP•Windows Vista•Windows 7•Windows 8

Also I would like to know about how to create the setup project. 我也想知道如何创建安装项目。 In visual studio 2012 , I noticed that there is no setup project template in 2012. 在Visual Studio 2012中,我注意到2012年没有安装项目模板。
Please help me. 请帮我。

Thanks Ranish 感谢Ranish

You can use Windows Installer XML toolkit, WIX, to create a setup program. 您可以使用Windows Installer XML工具包WIX创建安装程序。 It requires more manual work than the basic setup project in VS 2010, but it is powerful and will do everything you need. 与VS 2010中的基本安装项目相比,它需要更多的手动工作,但是它功能强大,可以满足您的所有需求。

http://wixtoolset.org/ http://wixtoolset.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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