<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch bob/WixUIPrintEulaMsiPrint</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FWixUIPrintEulaMsiPrint</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FWixUIPrintEulaMsiPrint'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-09-27T22:14:11+00:00</updated>
<entry>
<title>Replace EULA printing custom action with MsiPrint.</title>
<updated>2024-09-27T22:14:11+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=526a11b68c1be4817c53b35d0ebdcbe5cfc8edb7'/>
<id>urn:sha1:526a11b68c1be4817c53b35d0ebdcbe5cfc8edb7</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8580
</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>
<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=dfeddbbeece4ef72a67c2282f0092b2f7f6486ac'/>
<id>urn:sha1:dfeddbbeece4ef72a67c2282f0092b2f7f6486ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a IUIBA edge-case test and clean up a bit.</title>
<updated>2024-06-11T00:44:12+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-05-16T02:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1a38763b97ce53fa99e1d16f739b93135698df41'/>
<id>urn:sha1:1a38763b97ce53fa99e1d16f739b93135698df41</id>
<content type='text'>
</content>
</entry>
</feed>
