Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit ed8b727

Browse files
icnocopbarnson
authored andcommitted
Fixed documentation for -includepath in wixexe.md
Fixes wixtoolset/issues#8527
1 parent ac462bc commit ed8b727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docusaurus/docs/tools/wixexe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ wix build [options] source_file.wxs [source_file.wxs ...]
4949
| `-define` or `-d` _name_=_value_ | Sets a preprocessor variable. |
5050
| `-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` |
5151
| `-ext` _id_ | [Load a WiX extension for use during the build.](#extension) |
52-
| `-include` or `-i` _path_ | Folder to search for include files. |
52+
| `-includepath` or `-i` _path_ | Folder to search for include files. |
5353
| `-intermediateFolder` _path_ | Optional working folder. If not specified, a folder in %TMP% is created. |
5454
| `-loc` _path_ | Localization file to use in the build. By default, .wxl files are recognized as localization. |
5555
| `-lib` _path_ | Library file to use in the build. By default, .wixlib files are recognized as libraries. |

0 commit comments

Comments
 (0)