.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