From 483d6b12631d4e0337735e4e1e7c8a23457faeef Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 15 Sep 2022 14:13:44 -0500 Subject: [PATCH] Add `Bundle/@bal:CommandLineVariables` doc and WixCanRestart. --- .gitignore | 2 ++ src/xsd4/bal.xsd | 17 +++++++++++++++++ todo.txt | 3 ++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a05de82a..5522932c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ src/Web/wwwroot/ *.suo *.user + +src/Site/documents/documentation/manual/v4/reference/ diff --git a/src/xsd4/bal.xsd b/src/xsd4/bal.xsd index 529c1d5c..693f2cbf 100644 --- a/src/xsd4/bal.xsd +++ b/src/xsd4/bal.xsd @@ -380,6 +380,23 @@ + + + + This value determines whether case sensitivity is used to match overridable variables specified on the command line. + + + + + + + + + + + + + diff --git a/todo.txt b/todo.txt index 74e3444a..b6ac7a6a 100644 --- a/todo.txt +++ b/todo.txt @@ -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. \ No newline at end of file +* 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. \ No newline at end of file