-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Bundle/@bal:CommandLineVariables
doc and WixCanRestart.
- Loading branch information
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ src/Web/wwwroot/ | |
|
||
*.suo | ||
*.user | ||
|
||
src/Site/documents/documentation/manual/v4/reference/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
bundle_built_in_variables.html.md: | ||
|
||
* WixBundleAction - set to the numeric value of BOOTSTRAPPER\_ACTION from the call to IBootstrapperEngine::Plan(). | ||
* WixBundleCommandLineAction - set to the numeric value of BOOTSTRAPPER\_ACTION from the command-line. | ||
* WixBundleCommandLineAction - set to the numeric value of BOOTSTRAPPER\_ACTION from the command-line. | ||
* WixCanRestart - set to 1 if the BA process has the privilege to shutdown the machine. |