<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext/ComPlus/ca, branch bob/DecompilePerUserOrMachine</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FDecompilePerUserOrMachine</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FDecompilePerUserOrMachine'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-12-26T16:26:26+00:00</updated>
<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>Minimize calls into GitInfo by caching results during build_init</title>
<updated>2022-11-13T15:27:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-11T07:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c8a832c931f6c34892e596a11c14e9181d5eee16'/>
<id>urn:sha1:c8a832c931f6c34892e596a11c14e9181d5eee16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update build dependencies and normalize more projects</title>
<updated>2022-10-19T20:23:21+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-18T18:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=44e69b72d820bcebee45b738372117d35d487404'/>
<id>urn:sha1:44e69b72d820bcebee45b738372117d35d487404</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set each native library dependency version to the build version.</title>
<updated>2022-04-19T23:35:15+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-19T21:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0'/>
<id>urn:sha1:6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix table names missing `Wix4` prefix.</title>
<updated>2022-02-13T19:03:05+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-02-13T16:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=41f77d3e8c85a0e4fd72fa128f1072e7f893eefc'/>
<id>urn:sha1:41f77d3e8c85a0e4fd72fa128f1072e7f893eefc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Versioned extension ids: ComPlus, Msmq</title>
<updated>2022-02-13T13:47:43+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-02-13T05:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1be6baef099aa75fd45f41e55b8138ac2c7e0da3'/>
<id>urn:sha1:1be6baef099aa75fd45f41e55b8138ac2c7e0da3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build with VS2022, which is now required.</title>
<updated>2021-12-26T01:31:10+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2021-12-06T02:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=667ee81ee0263314b4546f5598efc66fe84c08b7'/>
<id>urn:sha1:667ee81ee0263314b4546f5598efc66fe84c08b7</id>
<content type='text'>
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
</content>
</entry>
<entry>
<title>Implement integrated build process</title>
<updated>2021-05-11T18:14:01+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-04-26T18:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=df016066100df955d5ff98811e113fb2b1bd4b8a'/>
<id>urn:sha1:df016066100df955d5ff98811e113fb2b1bd4b8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ComPlus.wixext into ext</title>
<updated>2021-05-04T18:41:55+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-05-04T18:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=337124bed6a57b40fca11c5c2f5b554f570522a6'/>
<id>urn:sha1:337124bed6a57b40fca11c5c2f5b554f570522a6</id>
<content type='text'>
</content>
</entry>
</feed>
