<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src, branch bob/WixUIOptInPathValidate_8718</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FWixUIOptInPathValidate_8718</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FWixUIOptInPathValidate_8718'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-09-28T20:23:20+00:00</updated>
<entry>
<title>Drop CA path validation in WixUI by default.</title>
<updated>2024-09-28T20:23:20+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=f8d1a711625599ab94630242976a740a4790915e'/>
<id>urn:sha1:f8d1a711625599ab94630242976a740a4790915e</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-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 crash with use of File/@PatchGroup.</title>
<updated>2024-09-03T20:13:27+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-03T18:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dd2fe20d9fe58719445411524bd730495140d02f'/>
<id>urn:sha1:dd2fe20d9fe58719445411524bd730495140d02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved CalculateCabbingThreadCount() to BindDatabaseCommand because we need the capped value in both CreateCabinetsCommand and UpdateFileFacadesCommand.</title>
<updated>2024-09-03T03:59:47+00:00</updated>
<author>
<name>Martin Broholm Andersen</name>
<email>090578@gmail.com</email>
</author>
<published>2024-08-31T10:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fb769130df465bca45c520c27baf85343881ef14'/>
<id>urn:sha1:fb769130df465bca45c520c27baf85343881ef14</id>
<content type='text'>
Fixed bug in capping the thread count between 1 and processor count times 2. The "-ct 1000000" value was wrongly passed thru in the test CabinetFilesSequencedCorrectly

Added ThreadCount to UpdateFileFacadesCommand
</content>
</entry>
<entry>
<title>Replace UpdateFileFacade loop with Parallel.ForEach</title>
<updated>2024-09-03T03:59:47+00:00</updated>
<author>
<name>Martin Broholm Andersen</name>
<email>090578@gmail.com</email>
</author>
<published>2024-05-21T20:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4357d18fdc6908eab97886868596af3bd3121f2e'/>
<id>urn:sha1:4357d18fdc6908eab97886868596af3bd3121f2e</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>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>
</feed>
