.WIXPROJ 文件扩展名
WiX Project File
| 开发者 | Outercurve Foundation |
| 受欢迎程度 |
2.4 | 5 票 |
什么是 WIXPROJ 文件?
File created by the WiX toolset, a Windows installer development program; contains elements such as <Configuration>, <ProductVersion>, <OutputName>, and <OutputPath> necessary to create a .MSI (Windows Installer package) file using the WiX Toolset.
更多信息
A simple way to create a WIXPROJ file is to type, "msbuild projectfile.wixproj" at the command line (where "projectfile" is the name of the project file). If WiX has been installed, Visual Studio will create a standard msbuild project file. WIXPROJ files can also be created and edited using a text editor.
注: Every WIXPROJ file is accompanied by at least one .WXS file.
可打开或引用 WIXPROJ 文件的程序
Windows