.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