<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn, branch bob/WixBundleSourceProcess</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FWixBundleSourceProcess</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FWixBundleSourceProcess'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-04-09T01:05:24+00:00</updated>
<entry>
<title>Bring back WixBundleSourceProcess* variables.</title>
<updated>2025-04-09T01:05:24+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=f892f972ca59e04a727e0ded488741205d2748e8'/>
<id>urn:sha1:f892f972ca59e04a727e0ded488741205d2748e8</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9029
</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>
<entry>
<title>Harden Burn's BootstrapperApplication and elevated engine extraction</title>
<updated>2025-02-11T23:49:33+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-02-11T13:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f2e9af96142439ebfdbc1e884335bb8874f8a427'/>
<id>urn:sha1:f2e9af96142439ebfdbc1e884335bb8874f8a427</id>
<content type='text'>
Fixes 8914
</content>
</entry>
<entry>
<title>Remove the working folder as late as possible</title>
<updated>2025-02-11T23:49:33+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-02-11T13:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=81fb512834c65b0a8f99c3a266879c476e382875'/>
<id>urn:sha1:81fb512834c65b0a8f99c3a266879c476e382875</id>
<content type='text'>
Clean up the base working folder *after* the elevated engine is shutdown to
prevent the scheduling of PendingFileRenameOptions during clean up.

Fixes 8053
</content>
</entry>
<entry>
<title>Support extracting cabbed file straight to file handle</title>
<updated>2025-02-11T23:49:33+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-28T20:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a797638d231b568b3e53bb2f478c28b6c0d5a1dc'/>
<id>urn:sha1:a797638d231b568b3e53bb2f478c28b6c0d5a1dc</id>
<content type='text'>
</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>Remove unused const.</title>
<updated>2024-12-27T01:11:13+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-06-30T00:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d6f784beffca852bd89c7b1a734158b24dd45989'/>
<id>urn:sha1:d6f784beffca852bd89c7b1a734158b24dd45989</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typos are bad; visible typos are an abomination.</title>
<updated>2024-11-11T01:14:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-11-10T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f440fb317c630e7bc6d4ee4d657a200654e2f876'/>
<id>urn:sha1:f440fb317c630e7bc6d4ee4d657a200654e2f876</id>
<content type='text'>
At least one person makes the same typo almost-but-not-quite everywhere.
</content>
</entry>
</feed>
