<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine/package.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-24T22:59:14+00:00</updated>
<entry>
<title>Configurable-scope bundles for WixStdBA.</title>
<updated>2026-02-24T22:59:14+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2026-02-21T00:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=92714e7949c41db4c17e6bd87c919ef4b3dc34f7'/>
<id>urn:sha1:92714e7949c41db4c17e6bd87c919ef4b3dc34f7</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9234
Fixes https://github.com/wixtoolset/issues/issues/9235
</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>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>Store list of persisted well-known variables in Burn.</title>
<updated>2022-08-02T14:15:14+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-01T22:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=aacd6b677332f2e262d0df67603c246cd65d833e'/>
<id>urn:sha1:aacd6b677332f2e262d0df67603c246cd65d833e</id>
<content type='text'>
This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
</content>
</entry>
<entry>
<title>Remove support for uninstalling MSU package.</title>
<updated>2022-07-21T23:26:06+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-07-21T21:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=339fc1d2148e6b7fe8cd664e81ee65e51405aa23'/>
<id>urn:sha1:339fc1d2148e6b7fe8cd664e81ee65e51405aa23</id>
<content type='text'>
Fixes 6749
</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>Implement BundlePackage.</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-03-30T22:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=386a3578413ba16b3c0615d47870ee44a0e461f6'/>
<id>urn:sha1:386a3578413ba16b3c0615d47870ee44a0e461f6</id>
<content type='text'>
3693
</content>
</entry>
<entry>
<title>Make Burn require a non-empty KB for MsuPackages to be uninstallable.</title>
<updated>2022-01-17T04:59:50+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-16T20:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=eee408f4f52823038ca6da83693efd135c8511c8'/>
<id>urn:sha1:eee408f4f52823038ca6da83693efd135c8511c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Burn to handle ExePackages that don't support uninstalling.</title>
<updated>2022-01-17T04:59:50+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-16T18:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f5d880cc70ad7350b0da1ea825141f95cbdb4c7b'/>
<id>urn:sha1:f5d880cc70ad7350b0da1ea825141f95cbdb4c7b</id>
<content type='text'>
Partial fix for #6459
</content>
</entry>
<entry>
<title>Rename fUninstallable to fPermanent.</title>
<updated>2022-01-17T04:59:50+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-16T16:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=934cacdc8fc7c35c94d3b1eee6cc8ab5c8a8ce4d'/>
<id>urn:sha1:934cacdc8fc7c35c94d3b1eee6cc8ab5c8a8ce4d</id>
<content type='text'>
Refactoring for #6459
</content>
</entry>
</feed>
