<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch bob/ScopeMessages</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FScopeMessages</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FScopeMessages'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-09-28T22:37:29+00:00</updated>
<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>
<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>Initialize WOW64 in TouchFile custom action</title>
<updated>2024-07-17T19:15:00+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-17T18:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8fb5d579e8cf5eb0f93d07a73bf318a8969c6b10'/>
<id>urn:sha1:8fb5d579e8cf5eb0f93d07a73bf318a8969c6b10</id>
<content type='text'>
Fixes 8638
</content>
</entry>
<entry>
<title>Fix faulty memory access in Util's User custom actions</title>
<updated>2024-07-15T19:09:35+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-15T06:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6bd80b51b42686ce5665140d0ab7c64bd35204d9'/>
<id>urn:sha1:6bd80b51b42686ce5665140d0ab7c64bd35204d9</id>
<content type='text'>
Generally, clean up the handling of getting the domain from a server name by
centralizing and simplifying it behind an improved GetDomainFromServerName()
based on the buggy GetServerName().

Fixes 8576
</content>
</entry>
<entry>
<title>Fix missing WixToolset.Firewall.wixext version</title>
<updated>2024-07-12T17:50:13+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-12T06:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2b0dff9c5225e3cfddbc1b5a4e78e99f0b0221e4'/>
<id>urn:sha1:2b0dff9c5225e3cfddbc1b5a4e78e99f0b0221e4</id>
<content type='text'>
Fixes 8624
</content>
</entry>
<entry>
<title>Added missing localization files from wix3</title>
<updated>2024-07-04T23:12:03+00:00</updated>
<author>
<name>Rami</name>
<email>icnocop@users.noreply.github.com</email>
</author>
<published>2024-07-01T23:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c5c226be1d271aee816b20f5ca0777ed1242a6d8'/>
<id>urn:sha1:c5c226be1d271aee816b20f5ca0777ed1242a6d8</id>
<content type='text'>
</content>
</entry>
</feed>
