.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