.WXI 파일 확장자
WiX Include File
| 개발사 | Outercurve Foundation |
| 인기도 |
2.0 | 4 투표 |
WXI 파일이란 무엇인가요?
File created by the WiX toolset, a Windows installer developing program; contains a top-level container element called, <Include>, which is the root element of the file; similar to header (.H) files used by C++ code.
추가 정보
An example of the <Include> root file is below:
<Include>
<Feature Id='MyFeature' Title='My 1st Feature' Level='1'>
<ComponentRef Id='MyComponent' />
</Feature>
</Include>
WXI 파일을 열거나 참조하는 프로그램
Windows