<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src, branch bob/HeatCremation</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FHeatCremation</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FHeatCremation'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-06-12T12:54:41+00:00</updated>
<entry>
<title>Remove deprecated Heat.</title>
<updated>2025-06-12T12:54:41+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-04-25T01:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3abf00a71151d1caef6e853a2f330d7691f4abf8'/>
<id>urn:sha1:3abf00a71151d1caef6e853a2f330d7691f4abf8</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9039
</content>
</entry>
<entry>
<title>Customize TARGETDIR DirectoryRef warning.</title>
<updated>2025-06-12T03:42:09+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-05-04T03:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=796fed6b2623ec29b126238d97becfef71badfbc'/>
<id>urn:sha1:796fed6b2623ec29b126238d97becfef71badfbc</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9012
</content>
</entry>
<entry>
<title>Fix Util decompiler extension crash.</title>
<updated>2025-06-12T03:41:31+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-05-12T21:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7b7f690249dce0b5b7eb261a7905fc338194a8ca'/>
<id>urn:sha1:7b7f690249dce0b5b7eb261a7905fc338194a8ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unit tests to account for Actions runners:</title>
<updated>2025-06-12T03:34:42+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-06-12T02:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c7b981244cfe0dbca2284690bd5091aeda410de0'/>
<id>urn:sha1:c7b981244cfe0dbca2284690bd5091aeda410de0</id>
<content type='text'>
- Handle extra-long paths being normalized to either \\?\\ and "normal."
- Rewrite PathGetTempPathTest test because it's not a good test:
  - By overwriting `TMP` with an extra-long path, it causes
`::GetTempPath[2]W` to fall back to the value of `TEMP` instead.
  - But that's testing `::GetTempPath[2]W`, not `PathGetTempPath`.
  - It also assumes `TMP` and `TEMP` are set typically.
  - It also assumes it's not running as LocalSystem.
  - Instead, just compare the values you get from `::GetTempPathW` and
`PathGetTempPath`.

Fixes https://github.com/wixtoolset/issues/issues/9087
</content>
</entry>
<entry>
<title>Add `Payloads` element to harvest bundle payloads.</title>
<updated>2025-06-12T03:34:42+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-04-27T15:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7051e6a5fdc8965289fbc34d0de2a78dae14e62e'/>
<id>urn:sha1:7051e6a5fdc8965289fbc34d0de2a78dae14e62e</id>
<content type='text'>
Implements https://github.com/wixtoolset/issues/issues/9049
</content>
</entry>
<entry>
<title>Send all tables to extension decompilers.</title>
<updated>2025-05-29T01:04:09+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-05-20T02:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fddc154029b838c2fd83a2eee09d53468dd4cf08'/>
<id>urn:sha1:fddc154029b838c2fd83a2eee09d53468dd4cf08</id>
<content type='text'>
Also fix Firewall decompiler to decompile all possible Firewall tables.

Fixes https://github.com/wixtoolset/issues/issues/9070
</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>Handle having multiple unnamed bind paths.</title>
<updated>2025-05-28T23:34:05+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-04-09T15:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=83a0170f52a623d2655090eea5dd049232bb1280'/>
<id>urn:sha1:83a0170f52a623d2655090eea5dd049232bb1280</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9028
</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>
</feed>
