Skip to content

Commit

Permalink
Fixed documentation for -includepath in wixexe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icnocop authored Jul 2, 2024
1 parent ac462bc commit 39e031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docusaurus/docs/tools/wixexe.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ wix build [options] source_file.wxs [source_file.wxs ...]
| `-define` or `-d` _name_=_value_ | Sets a preprocessor variable. |
| `-defaultcompressionlevel` or `-dcl` _level_ | Specifies the compression level used when none is specified via `MediaTemplate` or `Media`. Valid values are: *none*, *low*, *medium*, *high*, *mszip*. Default: *medium*. Equivalent MSBuild property: `DefaultCompressionLevel` |
| `-ext` _id_ | [Load a WiX extension for use during the build.](#extension) |
| `-include` or `-i` _path_ | Folder to search for include files. |
| `-includepath` or `-i` _path_ | Folder to search for include files. |
| `-intermediateFolder` _path_ | Optional working folder. If not specified, a folder in %TMP% is created. |
| `-loc` _path_ | Localization file to use in the build. By default, .wxl files are recognized as localization. |
| `-lib` _path_ | Library file to use in the build. By default, .wixlib files are recognized as libraries. |
Expand Down

0 comments on commit 39e031e

Please sign in to comment.