<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix, branch bob/FixHarvestPayloadsFields</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FFixHarvestPayloadsFields</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FFixHarvestPayloadsFields'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-06-19T01:50:27+00:00</updated>
<entry>
<title>Fix HarvestPayloads field names (kinda).</title>
<updated>2025-06-19T01:50:27+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-06-19T01:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=aaff1e212aa0a597a2ef327c8fd920b577af2178'/>
<id>urn:sha1:aaff1e212aa0a597a2ef327c8fd920b577af2178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix MsiLockPermissionsEx decompilation.</title>
<updated>2025-06-18T22:26:34+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-06-18T02:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=358bcc821c098a9ade94cca948056ec3d528a2bb'/>
<id>urn:sha1:358bcc821c098a9ade94cca948056ec3d528a2bb</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9096
</content>
</entry>
<entry>
<title>Remove deprecated Heat.</title>
<updated>2025-06-18T20:15:49+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=50fe3d149a101b2569647689673fa01d67ff5267'/>
<id>urn:sha1:50fe3d149a101b2569647689673fa01d67ff5267</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/9039
</content>
</entry>
<entry>
<title>Consistentify unnamed bindpaths doc in `Files`.</title>
<updated>2025-06-12T13:54:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-06-09T15:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=390ee54c29d050ba393ff431115308bdb2aaf4ca'/>
<id>urn:sha1:390ee54c29d050ba393ff431115308bdb2aaf4ca</id>
<content type='text'>
</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>
</feed>
