<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch robmen/build-cleanup</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=robmen%2Fbuild-cleanup</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=robmen%2Fbuild-cleanup'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-12-30T14:45:49+00:00</updated>
<entry>
<title>Rename "bundle id" concept to "bundle code"</title>
<updated>2024-12-30T14:45:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-30T02:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=523c66a62a619e6aa9f30070173ea33edfb5e328'/>
<id>urn:sha1:523c66a62a619e6aa9f30070173ea33edfb5e328</id>
<content type='text'>
The "bundle id" always had more in common with the PackageCode from the Windows
Installer. With the introduction of an actual Id attribute on the Bundle
element, there is potential for confusion, so there is finally real motivation
to rename "bundle id" to "bundle code".
</content>
</entry>
<entry>
<title>Drop CA path validation in WixUI by default.</title>
<updated>2024-12-27T05:46:38+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-28T02:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=aa2678906191e0535fad5634467f074aae049c09'/>
<id>urn:sha1:aa2678906191e0535fad5634467f074aae049c09</id>
<content type='text'>
Add `WixUI/ExtendedPathValidation="yes"` to opt-in.
Removed the WIXUI_DONTVALIDATEPATH runtime opt-out.

Fixes https://github.com/wixtoolset/issues/issues/8718
Relies on https://github.com/wixtoolset/wix/pull/563
</content>
</entry>
<entry>
<title>Replace EULA printing custom action with MsiPrint.</title>
<updated>2024-12-27T05:46:38+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-08-26T04:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3986a0b375d5b536f897d6284770baf711afaf86'/>
<id>urn:sha1:3986a0b375d5b536f897d6284770baf711afaf86</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8580
</content>
</entry>
<entry>
<title>Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadId</title>
<updated>2024-12-26T20:56:05+00:00</updated>
<author>
<name>Andrij Abyzov</name>
<email>aabyzov@slb.com</email>
</author>
<published>2024-06-20T09:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=95701ccca7e32aba135e497bc5887431607a4292'/>
<id>urn:sha1:95701ccca7e32aba135e497bc5887431607a4292</id>
<content type='text'>
Fixes 8673
</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>Additional (automated) translations for Lithuanian, Russian and Chinese</title>
<updated>2024-09-28T22:37:29+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-07-14T06:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=cc21d03c58f64ecd205dd2d8a0f91b8836957619'/>
<id>urn:sha1:cc21d03c58f64ecd205dd2d8a0f91b8836957619</id>
<content type='text'>
(Simplified).

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Error message for 'logon as service' is not currently localised.</title>
<updated>2024-09-28T22:37:29+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-16T01:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=788931360a88e48e54de4d343ed5dec2c6547f2e'/>
<id>urn:sha1:788931360a88e48e54de4d343ed5dec2c6547f2e</id>
<content type='text'>
Added translations in line with existing translations.  I'm sure they'll
suffice for now, Google translate makes sense of them anyway.


Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update thumbprints and download links to target latest .NET packages</title>
<updated>2024-09-28T22:33:18+00:00</updated>
<author>
<name>Chaojie</name>
<email>v-chayan@microsoft.com</email>
</author>
<published>2024-08-07T07:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=65d171f2f8ca99ed2d55b1add512a09b2f176cd7'/>
<id>urn:sha1:65d171f2f8ca99ed2d55b1add512a09b2f176cd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up small inaccuracy in logged error message.</title>
<updated>2024-09-03T03:45:08+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-08-02T12:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=638532e58ab4c06c35f17421d36ae02ef02ffaf2'/>
<id>urn:sha1:638532e58ab4c06c35f17421d36ae02ef02ffaf2</id>
<content type='text'>
When ::GetFileAttributesW returns 0xFFFFFFFF it means
'Invalid File/Folder'
So we should return a matching error message.
To avoid confusing invalid paths with junctions (in error message)

Unfortunately the constant for this is not defined.
So just define it here as though it would be.

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>A basic install / uninstall test for RemoveFoldersEx</title>
<updated>2024-09-03T03:45:08+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-08-02T11:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=97e2fb014127a390118dd9cbb6b9e0475123a2c9'/>
<id>urn:sha1:97e2fb014127a390118dd9cbb6b9e0475123a2c9</id>
<content type='text'>
Contains no files etc to verify that Remove action can still occur without
other elements bringing in the RemoveFiles Standard Action


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