<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/test, branch bob/EnsureTableStandardActions</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FEnsureTableStandardActions</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FEnsureTableStandardActions'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-07-18T16:59:43+00:00</updated>
<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>Add extra logging setup to registry.</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-30T04:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=54df047166f62ab618751c7184921579c9840fa7'/>
<id>urn:sha1:54df047166f62ab618751c7184921579c9840fa7</id>
<content type='text'>
Neither "reg import" nor "reg add" appeared to work inside the sandbox
So went with "regedit /s {path}" which did work.

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change lower case c:\ =&gt; C:\ in 'where' search to align with expected</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-29T02:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=04ad8ff7bc4d2d19a0b199ade24841e62e77fae3'/>
<id>urn:sha1:04ad8ff7bc4d2d19a0b199ade24841e62e77fae3</id>
<content type='text'>
firewall rules.

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>No longer support downloading within the Sandbox.  Just error instead.</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-27T08:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=596b4c4ae90b757b069a97ef40de67a7d1f9ab73'/>
<id>urn:sha1:596b4c4ae90b757b069a97ef40de67a7d1f9ab73</id>
<content type='text'>
Install both the x64 AND the x86 versions of Windows Desktop Runtime.
Needed for the Burn Integration tests.

And having dotnet files in the sandbox directory was annoying, so put
them all into an assets directory

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Added host menu options for EXE / ZIP installation</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-26T08:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=83d92ef88270a740bc96609f8d967986e4f91e99'/>
<id>urn:sha1:83d92ef88270a740bc96609f8d967986e4f91e99</id>
<content type='text'>
Removed ARM64/AMD64 folders for dotnet, the Sandbox MUST match the host
here, so no point downloading the installer for the non-host platform.

Debugger could probably be reduced in the same manner, but have not in
this iteration.
Have also added a simple README, just to explain (very basic) operation.

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make faster... don't do both runtime and SDK, SDK is all we need</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-25T07:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=89dc7b47809da06a69811788a1a990e216b81a5c'/>
<id>urn:sha1:89dc7b47809da06a69811788a1a990e216b81a5c</id>
<content type='text'>
Fix a couple of copy-paste errors in the "don't have files from
host in Sandbox" path also.

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Found a way to get the hostname.</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-23T12:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1580bf87f719ddb164f7cb776ff64892f41fc747'/>
<id>urn:sha1:1580bf87f719ddb164f7cb776ff64892f41fc747</id>
<content type='text'>
Not sure if it's ideal, but it works..

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Wrap variable sets in double quotes so special characters don't break them.</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-23T12:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=18bb064b71cef2b02eba333cb4f7248ecac628f0'/>
<id>urn:sha1:18bb064b71cef2b02eba333cb4f7248ecac628f0</id>
<content type='text'>
By default enable /noauth and /anyuser on the debugger, and don't show the
security warning (/nosecuritywarn).
It'll still show the firewall warning prompt.  Default settings should be
fine for firewall (Private networks).

Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Added some comments for the menu.</title>
<updated>2024-07-04T23:25:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-23T04:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=491ffc337a9f5688caccc18cc489bce8056858b6'/>
<id>urn:sha1:491ffc337a9f5688caccc18cc489bce8056858b6</id>
<content type='text'>
And a fix up for the tests not launching the first try
(due to delayed expansion).
Also fixed up the copying of the debugger files.
</content>
</entry>
</feed>
