<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/api/burn/balutil/balinfo.cpp, branch robmen/8941-null-comment</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=robmen%2F8941-null-comment</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=robmen%2F8941-null-comment'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2026-01-03T14:00:27+00:00</updated>
<entry>
<title>Add bal:DisplayFilesInUseDialogCondition to disable Files In Use dialog</title>
<updated>2026-01-03T14:00:27+00:00</updated>
<author>
<name>Charles Baker</name>
<email>charles@juicelabs.co</email>
</author>
<published>2024-10-24T00:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8ebde131206f1502cbff2055941ffe52e2802439'/>
<id>urn:sha1:8ebde131206f1502cbff2055941ffe52e2802439</id>
<content type='text'>
Disabling display skips showing the "Files In Use" dialog and returning
a result as if the user had chosen to ignore the dialog and reboot in
the case of files that were unable to be replaced.
</content>
</entry>
<entry>
<title>Use CompareStringOrdinal() instead of CompareString() case-sensitive</title>
<updated>2025-11-03T22:49:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-11-02T04:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d2ba0da55725f2908b67e1470afc7cfd71cb3d1f'/>
<id>urn:sha1:d2ba0da55725f2908b67e1470afc7cfd71cb3d1f</id>
<content type='text'>
This commit moves to the modern CompareStringOrdinal() for all case-sensitve
uses of CompareString() with the invariant locale.

Resolves 6947
</content>
</entry>
<entry>
<title>Use CompareStringOrdinal() instead of CompareString() case-insensitive</title>
<updated>2025-11-03T22:49:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-11-02T03:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4d626c294c4783d454e27ea4e5614037dac8576e'/>
<id>urn:sha1:4d626c294c4783d454e27ea4e5614037dac8576e</id>
<content type='text'>
This commit moves to the modern CompareStringOrdinal() for all case-insensitve
uses of CompareString() with the invariant locale.

Partially resolves 6947
</content>
</entry>
<entry>
<title>Move the BootstrapperApplication out of proc</title>
<updated>2024-03-07T02:03:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-12T02:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0d3d54992104288e9ee0c834d0b96e8502fd2d42'/>
<id>urn:sha1:0d3d54992104288e9ee0c834d0b96e8502fd2d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `Bundle/@CommandLineVariables` into Bal.wixext.</title>
<updated>2022-09-10T02:14:27+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-09T21:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a1307cd4e76a89598c53cb68309358a7012db553'/>
<id>urn:sha1:a1307cd4e76a89598c53cb68309358a7012db553</id>
<content type='text'>
Implements 6858
</content>
</entry>
<entry>
<title>Add WixInternalUIBootstrapperApplication as a new built-in BA.</title>
<updated>2022-07-20T13:53:56+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-07-19T20:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=913b6238417dceeb8440315e4669990756d17655'/>
<id>urn:sha1:913b6238417dceeb8440315e4669990756d17655</id>
<content type='text'>
Implements 6835
</content>
</entry>
<entry>
<title>Update balutil and Bal.wixext to use more concise Exit* macros.</title>
<updated>2022-05-14T16:12:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-13T18:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7d56566b7c51c49ded526466dfae6af9e1709040'/>
<id>urn:sha1:7d56566b7c51c49ded526466dfae6af9e1709040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RepairCondition.</title>
<updated>2022-04-23T20:40:21+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-22T21:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=72e20f682c0d64102e86439ba5527dd0d71932ae'/>
<id>urn:sha1:72e20f682c0d64102e86439ba5527dd0d71932ae</id>
<content type='text'>
Fixes 6758
</content>
</entry>
<entry>
<title>Detect related bundles for BundlePackages.</title>
<updated>2022-04-02T03:06:11+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-01T20:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=39b9a6112c2ff97f31f195749e2142538e47a2eb'/>
<id>urn:sha1:39b9a6112c2ff97f31f195749e2142538e47a2eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add BA events for setting the update bundle.</title>
<updated>2021-12-12T02:03:13+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2021-12-10T17:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fc30db9fa3aa1d25a6ef078452864673caa67ec5'/>
<id>urn:sha1:fc30db9fa3aa1d25a6ef078452864673caa67ec5</id>
<content type='text'>
Fixes #6410
</content>
</entry>
</feed>
