<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext/Util/ca/RemoveFoldersEx.cpp, branch bob/WixStdBaConfigurableScope</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FWixStdBaConfigurableScope</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FWixStdBaConfigurableScope'/>
<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>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>Fix RemoveFoldersEx query.</title>
<updated>2023-02-21T20:21:35+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-02-21T19:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=168bd779a1994d390ee862ff3bd2de1e7d7ea031'/>
<id>urn:sha1:168bd779a1994d390ee862ff3bd2de1e7d7ea031</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7236.
</content>
</entry>
<entry>
<title>Consistent-ify primary key column names.</title>
<updated>2021-12-19T19:12:31+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2021-12-19T05:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=32fb169d4c8f5065e43b1351cc3a5b4a3d528588'/>
<id>urn:sha1:32fb169d4c8f5065e43b1351cc3a5b4a3d528588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip Wow64 redirection on 64-bit CA builds.</title>
<updated>2021-08-23T23:34:57+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2021-08-23T23:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a4dc574fa13d828614058906c4e99fcb45965fe5'/>
<id>urn:sha1:a4dc574fa13d828614058906c4e99fcb45965fe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Util.wixext into ext</title>
<updated>2021-05-03T16:55:22+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-05-03T16:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ff659159e041bf6c083e6b7fcb9b726065a9dd73'/>
<id>urn:sha1:ff659159e041bf6c083e6b7fcb9b726065a9dd73</id>
<content type='text'>
</content>
</entry>
</feed>
