<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/internal, branch v6.0.0-rc.1</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v6.0.0-rc.1</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v6.0.0-rc.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-02-11T18:21:48+00:00</updated>
<entry>
<title>Minor build improvements and cleanup</title>
<updated>2025-02-11T18:21:48+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-31T14:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3456eaa40c910eb3a6cb9197562517b9f119aa9a'/>
<id>urn:sha1:3456eaa40c910eb3a6cb9197562517b9f119aa9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Audit all transitive dependencies and fix latest vulnerabilities</title>
<updated>2024-12-27T22:44:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-27T21:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a076b9d72486328d8dc95675daae417a3c07d6d6'/>
<id>urn:sha1:a076b9d72486328d8dc95675daae417a3c07d6d6</id>
<content type='text'>
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no
reason but to be consistent
</content>
</entry>
<entry>
<title>Fix up COM+ to be back in working order under Wix4+</title>
<updated>2024-12-26T16:26:26+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-07-27T14:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ee41358bb583619ef4fe6707958dc3c6c62cd13f'/>
<id>urn:sha1:ee41358bb583619ef4fe6707958dc3c6c62cd13f</id>
<content type='text'>
Table names updated for Wix4 prefix.
Custom action names similarly updated.
Table names Wix4ComPlusUserInApplicationRole,
Wix4ComPlusGroupInApplicationRole and Wix4ComPlusApplicationRoleProperty
had to be shortened to fit within MSI 31 character table name limit.
Migrated from fixed GUID for RegistrationHelper to use CLSIDFromProgID in
an attempt to fix behaviour under .NET 4+ DLLs.
Added setting of Partition enable if a Partition is configured in authoring,
new Windows config has Partitions disabled by default, and they don't work
at all under Windows workstation (non-server) versions.

Added a new Runtime condition for `RequireWindowsServer` which will skip
execution of Runtime test on workstation/desktop OSes, since COM+ Partitions
only work correctly under Windows Server.

Quite a lot of basic typos fixed also.

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update to nonwhingy System.Text.Json.</title>
<updated>2024-11-11T01:14:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-11-10T18:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=cc9463ee3cb08847c0dc66dc08529e8b5f696bf4'/>
<id>urn:sha1:cc9463ee3cb08847c0dc66dc08529e8b5f696bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic test for Msmq install/uninstall.</title>
<updated>2024-07-18T16:59:43+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-07-15T10:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ce73352b1fa1d4f9cded10a0ee410f2e786bd326'/>
<id>urn:sha1:ce73352b1fa1d4f9cded10a0ee410f2e786bd326</id>
<content type='text'>
Fix up lack of WIX CUSTOM_ACTION_DECORATION wrappers

Add new RuntimeTest skipper for Server Features / Optional Features.


Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2024-07-12T17:50:32+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-07T08:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8678b0a698d58e59ccca2e2649bb3e923295b9b0'/>
<id>urn:sha1:8678b0a698d58e59ccca2e2649bb3e923295b9b0</id>
<content type='text'>
Fixes 8569
</content>
</entry>
<entry>
<title>Move to ReleaseFlow and SomeVer</title>
<updated>2024-04-25T20:31:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-04-07T10:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4983aeeb2da6e96bc8aad698752b3b962f58e585'/>
<id>urn:sha1:4983aeeb2da6e96bc8aad698752b3b962f58e585</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reference correct skippable Xunit discoverer</title>
<updated>2024-04-05T16:46:43+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-27T19:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4456c7ab82376a85f362ccb1796075e1e66447d6'/>
<id>urn:sha1:4456c7ab82376a85f362ccb1796075e1e66447d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent source directories from being harvested.</title>
<updated>2024-04-04T21:48:03+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-04-04T20:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f9ae2561ac4a39ba810234db3b562ca2898ccaf4'/>
<id>urn:sha1:f9ae2561ac4a39ba810234db3b562ca2898ccaf4</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8096.
</content>
</entry>
<entry>
<title>Fix Profile column definition.</title>
<updated>2024-03-18T18:38:06+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-03-17T16:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=db7727a8b38e9ca118792c1f22835b3291314869'/>
<id>urn:sha1:db7727a8b38e9ca118792c1f22835b3291314869</id>
<content type='text'>
It's a formatted field but was too short.

Fixes https://github.com/wixtoolset/issues/issues/8043.
</content>
</entry>
</feed>
