<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine, branch bob/ConfigurableScopeBundles</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FConfigurableScopeBundles</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FConfigurableScopeBundles'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2026-02-05T01:47:04+00:00</updated>
<entry>
<title>Support dual-purpose packages in Burn.</title>
<updated>2026-02-05T01:47:04+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=edccb203c421d2bd820062024088c6698424d9ee'/>
<id>urn:sha1:edccb203c421d2bd820062024088c6698424d9ee</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8958
</content>
</entry>
<entry>
<title>Fix copy-paste errors in Burn serialization</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:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5886bd8245620bf9cf35498da90bb7427e3e8863'/>
<id>urn:sha1:5886bd8245620bf9cf35498da90bb7427e3e8863</id>
<content type='text'>
</content>
</entry>
<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 high integrity instead of elevation token to properly detect "elevated" installs</title>
<updated>2026-01-30T22:54:28+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2026-01-30T20:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bdda474a01d09013c839cf4dfd45cea2ecc44e1f'/>
<id>urn:sha1:bdda474a01d09013c839cf4dfd45cea2ecc44e1f</id>
<content type='text'>
Fixes 8178
</content>
</entry>
<entry>
<title>Correctly plan related patch bundle uninstall.</title>
<updated>2026-01-29T19:35:44+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2026-01-23T01:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=615c0a7d5adacaf79c7b0ed9eacac1183ab82f24'/>
<id>urn:sha1:615c0a7d5adacaf79c7b0ed9eacac1183ab82f24</id>
<content type='text'>
Based on https://github.com/wixtoolset/wix/pull/654/.
</content>
</entry>
<entry>
<title>Allow patched package to be uninstalled.</title>
<updated>2026-01-26T18:42:00+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2026-01-22T02:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=49924eb413af6f316951fcc1a7deaf28b7fd6e19'/>
<id>urn:sha1:49924eb413af6f316951fcc1a7deaf28b7fd6e19</id>
<content type='text'>
Normally, a patched package is detected as superseded and therefore a
normal uninstall takes no action. This change looks for applied patches
and allows a normal uninstall to remove the package.

Fixes https://github.com/wixtoolset/issues/issues/6350
</content>
</entry>
<entry>
<title>ForceAbsent can now remove a package even if it still has dependents</title>
<updated>2026-01-21T16:10:14+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2025-02-25T09:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=49fbdf6f34b69a0157addcda2e28a96227a72630'/>
<id>urn:sha1:49fbdf6f34b69a0157addcda2e28a96227a72630</id>
<content type='text'>
Resolves 8962
</content>
</entry>
<entry>
<title>Migrate all .sln files to .slnx</title>
<updated>2025-12-14T16:00:56+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-11-16T01:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4f966b47a3b24e77794a3366ca591548a3cc42c7'/>
<id>urn:sha1:4f966b47a3b24e77794a3366ca591548a3cc42c7</id>
<content type='text'>
Modernize projects against new .slnx expecations as well.
</content>
</entry>
<entry>
<title>Refine comments and documentation for ProductSearch type="exists"</title>
<updated>2025-12-13T22:23:15+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-12-13T21:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7760a8b0d241223e0210c52d17b950f64629d2a4'/>
<id>urn:sha1:7760a8b0d241223e0210c52d17b950f64629d2a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add exists option to ProductSearchResult for matching other search types</title>
<updated>2025-12-13T22:23:15+00:00</updated>
<author>
<name>Raul Metsma</name>
<email>raul@metsma.ee</email>
</author>
<published>2025-05-26T07:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=56072818e7f18611ba7d5e717a6b3dafc952f440'/>
<id>urn:sha1:56072818e7f18611ba7d5e717a6b3dafc952f440</id>
<content type='text'>
(e.g. FileSearch, DirectorySearch, RegistrySearch)

Signed-off-by: Raul Metsma &lt;raul@metsma.ee&gt;
</content>
</entry>
</feed>
