Skip to content

Commit

Permalink
Add Bundle/@bal:CommandLineVariables doc and WixCanRestart.
Browse files Browse the repository at this point in the history
  • Loading branch information
rseanhall committed Sep 15, 2022
1 parent aac686c commit 483d6b1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ src/Web/wwwroot/

*.suo
*.user

src/Site/documents/documentation/manual/v4/reference/
17 changes: 17 additions & 0 deletions src/xsd4/bal.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,23 @@
</xs:annotation>
</xs:attribute>

<xs:attribute name="CommandLineVariables" default="caseSensitive">
<xs:annotation>
<xs:documentation>
This value determines whether case sensitivity is used to match overridable variables specified on the command line.
</xs:documentation>
<xs:appinfo>
<xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Bundle" />
</xs:appinfo>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="caseSensitive" />
<xs:enumeration value="caseInsensitive" />
</xs:restriction>
</xs:simpleType>
</xs:annotation>
</xs:attribute>

<xs:attribute name="DisplayInternalUICondition" type="xs:string">
<xs:annotation>
<xs:documentation>
Expand Down
3 changes: 2 additions & 1 deletion todo.txt
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.

0 comments on commit 483d6b1

Please sign in to comment.