<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn, branch bob/FilesPerUserNoICE</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FFilesPerUserNoICE</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FFilesPerUserNoICE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-11-03T22:49:39+00:00</updated>
<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>Use CompareStringOrdinal() instead of CompareString() case-insensitive</title>
<updated>2025-11-03T22:49:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-11-02T03:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4d626c294c4783d454e27ea4e5614037dac8576e'/>
<id>urn:sha1:4d626c294c4783d454e27ea4e5614037dac8576e</id>
<content type='text'>
This commit moves to the modern CompareStringOrdinal() for all case-insensitve
uses of CompareString() with the invariant locale.

Partially resolves 6947
</content>
</entry>
<entry>
<title>Use halftone mode to scale bundle splash screens.</title>
<updated>2025-08-27T21:25:44+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-08-26T21:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=9e6443d270e58db21605f843af43e1fecb6ab3c3'/>
<id>urn:sha1:9e6443d270e58db21605f843af43e1fecb6ab3c3</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9148
</content>
</entry>
<entry>
<title>Support launching rundll32.exe as a safe executable if the dll it loads is in a secure location</title>
<updated>2025-06-18T22:48:22+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2025-04-03T06:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=9af6ee7031536ccb91fc2eb2f8521a0ac286db2c'/>
<id>urn:sha1:9af6ee7031536ccb91fc2eb2f8521a0ac286db2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always pass `-quiet` to related bundles.</title>
<updated>2025-05-28T23:34:21+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-04-14T01:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ad108f9d72288f2acf8b201f2cb9815a873dd82a'/>
<id>urn:sha1:ad108f9d72288f2acf8b201f2cb9815a873dd82a</id>
<content type='text'>
The embedding protocol implies no-UI but if Burn doesn't detect a
compatible protocol, it won't use the embedding switch. This provides a
backup to keep it silent.

Fixes https://github.com/wixtoolset/issues/issues/7969
</content>
</entry>
<entry>
<title>Bring back WixBundleSourceProcess* variables.</title>
<updated>2025-05-28T23:33:28+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-04-09T01:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ec0ece17b141b88210bf6213922288160ea53656'/>
<id>urn:sha1:ec0ece17b141b88210bf6213922288160ea53656</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9029
</content>
</entry>
<entry>
<title>Update registration disappears during upgrade.</title>
<updated>2025-05-28T23:33:16+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-03-21T01:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=68a2b7199b360a0dce6d1b1ebf13dc44f21ba89f'/>
<id>urn:sha1:68a2b7199b360a0dce6d1b1ebf13dc44f21ba89f</id>
<content type='text'>
Update registration is stored in a shared registry key that Burn takes
care to keep around across upgrades. The approach it used broke
between WiX v3 and WiX v5. This change makes it work again by
writing update registration when the session ends.
</content>
</entry>
<entry>
<title>Formalize official WiX build and update tags in nupkgs</title>
<updated>2025-03-20T00:55:00+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-03-19T23:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=45535e659ea8b58101fe9e8adfa6aa273d2bb544'/>
<id>urn:sha1:45535e659ea8b58101fe9e8adfa6aa273d2bb544</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce the Open Source Maintenance Fee EULA</title>
<updated>2025-03-20T00:55:00+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-03-19T23:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4d3f7c8cf16db06932596beb27d8d025be501b95'/>
<id>urn:sha1:4d3f7c8cf16db06932596beb27d8d025be501b95</id>
<content type='text'>
This adds the EULA to all the binary releases

Closes 8974
</content>
</entry>
<entry>
<title>Try setting DOTNET_DISABLE_GUI_ERRORS to prevent .NET install prompts for BAs</title>
<updated>2025-02-11T23:49:33+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-02-11T14:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ccfed95b510f7cd1b205379d0cec50de69c2d850'/>
<id>urn:sha1:ccfed95b510f7cd1b205379d0cec50de69c2d850</id>
<content type='text'>
</content>
</entry>
</feed>
