<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext/Util/ca, branch bob/wixbug_8740</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8740</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8740'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-09-03T03:45:08+00:00</updated>
<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>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>Don't follow junctions when recursing directories.</title>
<updated>2024-03-22T18:55:43+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-22T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e84b6768772c01e44dd55fb583cf78388ec7e48a'/>
<id>urn:sha1:e84b6768772c01e44dd55fb583cf78388ec7e48a</id>
<content type='text'>
When deleting directories recursively, an elevated custom action
following junctions in a user-writable location could recurse into
any directory, including some that you might not want to be deleted.
Therefore, avoid recursing into directories that are actually
junctions (aka "reparse points").

This applies to:

- The RemoveFoldersEx custom action (which doesn't actually do deletions
but would instruct elevated MSI to delete on your behalf).
- DTF's custom action runner.
</content>
</entry>
<entry>
<title>Move the BootstrapperApplication out of proc</title>
<updated>2024-03-07T02:03:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-12T02:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0d3d54992104288e9ee0c834d0b96e8502fd2d42'/>
<id>urn:sha1:0d3d54992104288e9ee0c834d0b96e8502fd2d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up TouchFile.</title>
<updated>2024-01-19T22:37:45+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-01-19T21:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=cde596e1bb9288f8cebb447a5f8cb79ca684cfe1'/>
<id>urn:sha1:cde596e1bb9288f8cebb447a5f8cb79ca684cfe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Random typo fix.</title>
<updated>2023-10-14T01:17:52+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-10-14T00:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bb691bde8bff680ead1e6b0cf41cf3af7736331b'/>
<id>urn:sha1:bb691bde8bff680ead1e6b0cf41cf3af7736331b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove legacy permissions support.</title>
<updated>2023-08-07T19:09:28+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-07-30T00:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6d5c4be037087420dff69d8f3ed6c7b528e4125e'/>
<id>urn:sha1:6d5c4be037087420dff69d8f3ed6c7b528e4125e</id>
<content type='text'>
In the long ago, a share could have one user/permissions pair. That's
really limited, of course, so support for _n_ user/permissions pairs
was added. In the move to WiX v4, support for that single, legacy user
was removed from the extension side but not the custom action side.
Remove that support.

Fixes https://github.com/wixtoolset/issues/issues/7632.
</content>
</entry>
<entry>
<title>Add more _NODOMAIN properties to WixQueryOsWellKnownSID</title>
<updated>2023-06-16T15:17:21+00:00</updated>
<author>
<name>Michael Stoll</name>
<email>michael.stoll@stolltec.com</email>
</author>
<published>2023-05-03T16:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=9a550ac1bd6dbe1d3957fd3069115ac9db78251b'/>
<id>urn:sha1:9a550ac1bd6dbe1d3957fd3069115ac9db78251b</id>
<content type='text'>
</content>
</entry>
</feed>
