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.
Please help me.
另外,我想知道如何创建安装项目。在visual studio 2012中,我注意到2012年没有安装项目模板。请帮助我。
Thanks Ranish
1 个解决方案
#1
0
You can use Windows Installer XML toolkit, WIX, to create a setup program. It requires more manual work than the basic setup project in VS 2010, but it is powerful and will do everything you need.
您可以使用Windows Installer XML工具包WIX来创建安装程序。它需要比VS 2010中的基本安装项目更多的手动工作,但它功能强大,可以完成您所需的一切。
#1
0
You can use Windows Installer XML toolkit, WIX, to create a setup program. It requires more manual work than the basic setup project in VS 2010, but it is powerful and will do everything you need.
您可以使用Windows Installer XML工具包WIX来创建安装程序。它需要比VS 2010中的基本安装项目更多的手动工作,但它功能强大,可以完成您所需的一切。