<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch bob/UpdateRegistrationAcrossUpgrades</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FUpdateRegistrationAcrossUpgrades</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FUpdateRegistrationAcrossUpgrades'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-03-20T17:02:06+00:00</updated>
<entry>
<title>Switch to MSTest built-in Test target.</title>
<updated>2025-03-20T17:02:06+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-03-20T16:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bf13a0b67dd644eb7d74cb0cfb6876840f73d82b'/>
<id>urn:sha1:bf13a0b67dd644eb7d74cb0cfb6876840f73d82b</id>
<content type='text'>
Prevents test run during VS build and shows failure details on console
(no need to dig into TRX file).
</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>Don't force x64 platform build.</title>
<updated>2025-03-11T13:04:44+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-03-11T03:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1f48dfeb5bc15bb9d3e90ac6b236dbff77819561'/>
<id>urn:sha1:1f48dfeb5bc15bb9d3e90ac6b236dbff77819561</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8977
</content>
</entry>
<entry>
<title>Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplication</title>
<updated>2025-03-04T02:32:49+00:00</updated>
<author>
<name>ueuuop8591</name>
<email>leo4707@gmail.com</email>
</author>
<published>2025-03-03T07:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=29f885377442fa93f574f2b4430cb621c1ad809e'/>
<id>urn:sha1:29f885377442fa93f574f2b4430cb621c1ad809e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert ext\ to MSTest and traversal projects.</title>
<updated>2025-03-03T19:25:07+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-02-15T03:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ca6e44d496b0c589fdaabad69a00643f539c47cd'/>
<id>urn:sha1:ca6e44d496b0c589fdaabad69a00643f539c47cd</id>
<content type='text'>
- Move ext\ unit tests to MSTest.
- MSBuildify ext projects with MSTest execution.
- Fork test support projects for MSTest:
  - WixInternal.TestSupport
  - WixInternal.Core.TestPackage
</content>
</entry>
<entry>
<title>Support non-SNI SSL certificates in Http extension</title>
<updated>2025-03-03T17:52:51+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-02-18T03:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ba7fd5837ea149b2e319cc577fad27ce1162a064'/>
<id>urn:sha1:ba7fd5837ea149b2e319cc577fad27ce1162a064</id>
<content type='text'>
Implements https://github.com/wixtoolset/issues/issues/7622
</content>
</entry>
<entry>
<title>Skip Decompile roundtrip test for Msmq (it will require more time</title>
<updated>2025-03-03T14:35:56+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2025-02-15T06:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b710f6e40239f12d1b7ff670c8580a550f0bb557'/>
<id>urn:sha1:b710f6e40239f12d1b7ff670c8580a550f0bb557</id>
<content type='text'>
to investigate Wix4Group / Wix6Group decompiler interactions).

Fix up Msmq Util dependency by bringing it into Build explicitly, as per
NetFx extension.


Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Msmq decompile test revealed some latent issues with the Wix6Group</title>
<updated>2025-03-03T14:35:56+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2025-02-12T08:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=22e00b878ffe89ee3134d3d1b42b3d6c777adae8'/>
<id>urn:sha1:22e00b878ffe89ee3134d3d1b42b3d6c777adae8</id>
<content type='text'>
Decompiler not being broad enough in where it looks for indexes.
Carry forward both Group and Wix4Group just for good measure.


Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add a basic unit test for the round msmq decompiler round trip.</title>
<updated>2025-03-03T14:35:56+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2025-01-18T12:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=61d789db5de8613c51df1e7db94f459aadbd3ca8'/>
<id>urn:sha1:61d789db5de8613c51df1e7db94f459aadbd3ca8</id>
<content type='text'>
Needed fix up for Group decompiler to work correctly, adding to Index,
and fixing where the Group name column is located.

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
</feed>
