<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src, branch bob/wixbug_8689</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8689</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8689'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-09-01T03:11:20+00:00</updated>
<entry>
<title>Avoid setting null MinValues when removing rows.</title>
<updated>2024-09-01T03:11:20+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-01T03:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ca75f5b0f6b5841b466b633b4991a19e553b6ab8'/>
<id>urn:sha1:ca75f5b0f6b5841b466b633b4991a19e553b6ab8</id>
<content type='text'>
- Fixes https://github.com/wixtoolset/issues/issues/8689
</content>
</entry>
<entry>
<title>Fix bad URL.</title>
<updated>2024-08-19T13:11:35+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-08-18T23:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1011c5609bc12ded5188dc76484fc5075d24617c'/>
<id>urn:sha1:1011c5609bc12ded5188dc76484fc5075d24617c</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8704
</content>
</entry>
<entry>
<title>Add verbose messages around harvesting.</title>
<updated>2024-08-19T13:11:35+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-08-18T23:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1ade630c42bed442f4904c26b6a897a2daaa193e'/>
<id>urn:sha1:1ade630c42bed442f4904c26b6a897a2daaa193e</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>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 egregiously bad comments that were frustrating</title>
<updated>2024-07-15T22:31:51+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-07-15T20:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bb975d370a6a7398c4d28d23601b20ada7a7cdfe'/>
<id>urn:sha1:bb975d370a6a7398c4d28d23601b20ada7a7cdfe</id>
<content type='text'>
</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>Scheduling standard actions must override virtual definitions from stdlib</title>
<updated>2024-07-13T15:37:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-13T06:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=733886e73a5dab7da37515d98b611cdae1632c2d'/>
<id>urn:sha1:733886e73a5dab7da37515d98b611cdae1632c2d</id>
<content type='text'>
Fixes 8115
</content>
</entry>
<entry>
<title>Reset current directory so SFXCA directory can be cleaned up</title>
<updated>2024-07-13T15:37:35+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-13T07:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=590c667a1ecd97a79056daf44dc75bdc7580cb9a'/>
<id>urn:sha1:590c667a1ecd97a79056daf44dc75bdc7580cb9a</id>
<content type='text'>
Fixes 8630
</content>
</entry>
<entry>
<title>Introducing wix-cli.msi</title>
<updated>2024-07-12T21:37:05+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-12T18:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=40df304afe43fcd546b5b817bcad63168ee31813'/>
<id>urn:sha1:40df304afe43fcd546b5b817bcad63168ee31813</id>
<content type='text'>
Fixes 8623
</content>
</entry>
</feed>
