<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine/externalengine.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-05T20:58:18+00:00</updated>
<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>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>Correctly prefix the functions exposed from burnpipe.h</title>
<updated>2024-01-12T02:24:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-11T08:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8b55203c8b5a66362464f0738380932ac49918be'/>
<id>urn:sha1:8b55203c8b5a66362464f0738380932ac49918be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Burn to use pipeutil for low-level pipe operations</title>
<updated>2024-01-12T02:24:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-11T08:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8cfd711f775e8501836162538998b5b6d8efbf89'/>
<id>urn:sha1:8cfd711f775e8501836162538998b5b6d8efbf89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIXFEAT-3704 - Allow access to persisted variables from related bundles</title>
<updated>2022-11-11T05:49:10+00:00</updated>
<author>
<name>Jacob Hoover</name>
<email>jacob.hoover@greenheck.com</email>
</author>
<published>2022-11-10T16:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fa393914f12f6d6bc88a73e4d5b009da765f6dd5'/>
<id>urn:sha1:fa393914f12f6d6bc88a73e4d5b009da765f6dd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add queutil so Burn can manage its own queue of BA requested actions.</title>
<updated>2022-10-25T20:13:06+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-10-19T20:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=98080672cdbbde00ea40a96c1ce38e8a52f24fee'/>
<id>urn:sha1:98080672cdbbde00ea40a96c1ce38e8a52f24fee</id>
<content type='text'>
Fixes 6349
</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>Update hashes are now hex strings.</title>
<updated>2022-09-12T17:33:03+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-09-10T01:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a45cb7687de57056532fe897a708435deec2ea3'/>
<id>urn:sha1:6a45cb7687de57056532fe897a708435deec2ea3</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/6901.
</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>
</feed>
