<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine/apply.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-02-26T01:21:23+00:00</updated>
<entry>
<title>Handle scope of configurable-scope BundlePackages.</title>
<updated>2026-02-26T01:21:23+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2026-02-26T00:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=918332a0e80e8761eca20e801ae7ce3631fdbaea'/>
<id>urn:sha1:918332a0e80e8761eca20e801ae7ce3631fdbaea</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9233
</content>
</entry>
<entry>
<title>Support dual-purpose packages in Burn.</title>
<updated>2026-02-05T20:58:18+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2026-02-05T01:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c258b72508f1b25a56e5d3ee3df08650ba1cbe36'/>
<id>urn:sha1:c258b72508f1b25a56e5d3ee3df08650ba1cbe36</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8958
</content>
</entry>
<entry>
<title>Rename "bundle id" concept to "bundle code"</title>
<updated>2024-12-30T14:45:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-30T02:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=523c66a62a619e6aa9f30070173ea33edfb5e328'/>
<id>urn:sha1:523c66a62a619e6aa9f30070173ea33edfb5e328</id>
<content type='text'>
The "bundle id" always had more in common with the PackageCode from the Windows
Installer. With the introduction of an actual Id attribute on the Bundle
element, there is potential for confusion, so there is finally real motivation
to rename "bundle id" to "bundle code".
</content>
</entry>
<entry>
<title>Log bundle registration scope.</title>
<updated>2024-11-11T01:14:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-11-10T04:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=53d84c9b96b027df505ab99f3db0719a82108b2b'/>
<id>urn:sha1:53d84c9b96b027df505ab99f3db0719a82108b2b</id>
<content type='text'>
</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>Improve logging to remove `(null)`.</title>
<updated>2023-06-13T17:36:32+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-19T00:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=35d30e03027cef5c402f01d671fc1883514e77a9'/>
<id>urn:sha1:35d30e03027cef5c402f01d671fc1883514e77a9</id>
<content type='text'>
Add detached container runtime test.

Inspired by https://github.com/wixtoolset/issues/issues/7490.
</content>
</entry>
<entry>
<title>Use MSI transaction end result to detect whether reboot is needed</title>
<updated>2022-12-13T03:50:39+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2022-12-06T11:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=50e24e9cf2084b6cb67b5d8fc509163061408bb6'/>
<id>urn:sha1:50e24e9cf2084b6cb67b5d8fc509163061408bb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more burn E2E tests.</title>
<updated>2022-09-15T19:14:04+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-15T17:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=95e8b1be902cce3b5a394066a62e0c32d0688261'/>
<id>urn:sha1:95e8b1be902cce3b5a394066a62e0c32d0688261</id>
<content type='text'>
Fix bug where first splash screen wasn't closed.
Fix bug where billboard only started the first time.
Fix bug where the restart status was lost when the exit code was an error.
Fix bug where the hash byte array length was compared to the hash string length (string is twice as long).
Fix bug where Burn didn't give update hash if the first byte was 0.
</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>Add ability to skip a local path candidate if it failed verification.</title>
<updated>2022-08-03T20:57:24+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-03T19:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=124fef398a26bc8e139e889a2345602d2478590c'/>
<id>urn:sha1:124fef398a26bc8e139e889a2345602d2478590c</id>
<content type='text'>
Fixes 6818
</content>
</entry>
</feed>
