<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine/exeengine.cpp, branch v7.0.0-rc.2</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v7.0.0-rc.2</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v7.0.0-rc.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2026-01-31T02:38:41+00:00</updated>
<entry>
<title>Many small code quality fixes</title>
<updated>2026-01-31T02:38:41+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2026-01-30T23:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7c3c2cad3c5e95fac151debc89c2f5629b4c6b21'/>
<id>urn:sha1:7c3c2cad3c5e95fac151debc89c2f5629b4c6b21</id>
<content type='text'>
</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>Support launching rundll32.exe as a safe executable if the dll it loads is in a secure location</title>
<updated>2025-06-18T22:48:22+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2025-04-03T06:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=9af6ee7031536ccb91fc2eb2f8521a0ac286db2c'/>
<id>urn:sha1:9af6ee7031536ccb91fc2eb2f8521a0ac286db2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes wixtoolset/issues#5220: Automatically add logging flag for any burn ExePackage, BundlePackage, and related bundles</title>
<updated>2024-01-21T03:27:41+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2023-06-05T10:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dfea4478a4938ce738fd49282350d36c73fb9a35'/>
<id>urn:sha1:dfea4478a4938ce738fd49282350d36c73fb9a35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ArpEntry reads QuietUninstallString or UninstallString, and uses UninstallArguments for the uninstall command line</title>
<updated>2023-12-24T22:30:44+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2023-11-20T16:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6f4fda58d9303c889024e20ee39b1374ed0f02e1'/>
<id>urn:sha1:6f4fda58d9303c889024e20ee39b1374ed0f02e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Process and return the failed version of reboot exit codes in Burn.</title>
<updated>2022-08-26T15:03:37+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-25T20:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4f5de06073ad664f60ac775da5de8c0fa1de4923'/>
<id>urn:sha1:4f5de06073ad664f60ac775da5de8c0fa1de4923</id>
<content type='text'>
(ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED)

Fixes 6762
</content>
</entry>
<entry>
<title>Make sure error codes are translated correctly for per-machine packages.</title>
<updated>2022-08-26T15:03:37+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-25T20:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a37208d9a26ec7886870cc17f0726676a285bf7f'/>
<id>urn:sha1:a37208d9a26ec7886870cc17f0726676a285bf7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip logging errors in some places when they are due to missing files or registry keys or values.</title>
<updated>2022-08-09T14:57:02+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-08T23:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=240b663ad5fc94ed6d19c966b5c9105a176ecf40'/>
<id>urn:sha1:240b663ad5fc94ed6d19c966b5c9105a176ecf40</id>
<content type='text'>
Related to 6696
</content>
</entry>
<entry>
<title>Make Burn ignore unknown embedded messages.</title>
<updated>2022-06-29T20:08:37+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-29T15:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=67e32a09c7ea80ba76d4278bbac46f63489e2f5e'/>
<id>urn:sha1:67e32a09c7ea80ba76d4278bbac46f63489e2f5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add embedded test.</title>
<updated>2022-06-29T20:08:37+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-29T15:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ec413164bd0285d1e9b9d36538974641a109b579'/>
<id>urn:sha1:ec413164bd0285d1e9b9d36538974641a109b579</id>
<content type='text'>
</content>
</entry>
</feed>
