<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine/mspengine.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>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>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>Burn typo/style fixes</title>
<updated>2022-09-23T02:57:38+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-09-22T22:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d28bb98a6347663684cdf3960e8562eb5a8c4bad'/>
<id>urn:sha1:d28bb98a6347663684cdf3960e8562eb5a8c4bad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure base paths are fully qualified in Burn.</title>
<updated>2022-06-08T00:44:36+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-03T22:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=68ec803fc7f48bb0e0463dc45f6ce40e1f07dbf5'/>
<id>urn:sha1:68ec803fc7f48bb0e0463dc45f6ce40e1f07dbf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PathConcatRelativeToBase and use it in Burn.</title>
<updated>2022-05-31T18:20:44+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-26T22:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=90982fbf1c887a3ed3454f9ab3ab8dfbd57a1383'/>
<id>urn:sha1:90982fbf1c887a3ed3454f9ab3ab8dfbd57a1383</id>
<content type='text'>
Fixes 6707
</content>
</entry>
<entry>
<title>Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.</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-16T22:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5ed5a24fae06b35351235d708b6ab410d8310d33'/>
<id>urn:sha1:5ed5a24fae06b35351235d708b6ab410d8310d33</id>
<content type='text'>
Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent.
Remove fPseudoBundle.
</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>
<entry>
<title>Refactor some dependency detection.</title>
<updated>2022-01-16T16:30:28+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-15T02:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=abe316b80fae80eba54b0b79e76b6362105fa098'/>
<id>urn:sha1:abe316b80fae80eba54b0b79e76b6362105fa098</id>
<content type='text'>
* Run DependencyDetect earlier
* Do package dependency checking during each package/related bundle
</content>
</entry>
<entry>
<title>Add ability to customize file versioning rules for MsiPackage and MspPackage.</title>
<updated>2021-12-08T23:14:11+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2021-12-07T23:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=19d85eed389fbd964f64c2fbb85e40ec20439d26'/>
<id>urn:sha1:19d85eed389fbd964f64c2fbb85e40ec20439d26</id>
<content type='text'>
Fixes #5911
</content>
</entry>
</feed>
