<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/libs/dutil/test/DUtilUnitTest/PathUtilTest.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>2025-06-12T03:34:42+00:00</updated>
<entry>
<title>Fix unit tests to account for Actions runners:</title>
<updated>2025-06-12T03:34:42+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-06-12T02:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c7b981244cfe0dbca2284690bd5091aeda410de0'/>
<id>urn:sha1:c7b981244cfe0dbca2284690bd5091aeda410de0</id>
<content type='text'>
- Handle extra-long paths being normalized to either \\?\\ and "normal."
- Rewrite PathGetTempPathTest test because it's not a good test:
  - By overwriting `TMP` with an extra-long path, it causes
`::GetTempPath[2]W` to fall back to the value of `TEMP` instead.
  - But that's testing `::GetTempPath[2]W`, not `PathGetTempPath`.
  - It also assumes `TMP` and `TEMP` are set typically.
  - It also assumes it's not running as LocalSystem.
  - Instead, just compare the values you get from `::GetTempPathW` and
`PathGetTempPath`.

Fixes https://github.com/wixtoolset/issues/issues/9087
</content>
</entry>
<entry>
<title>Separate WixInternal content from official WixToolset namespace</title>
<updated>2022-11-09T00:20:25+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-08T22:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c843b47d6233153fa961c6d0e61edf7cedf255bb'/>
<id>urn:sha1:c843b47d6233153fa961c6d0e61edf7cedf255bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add longPathAware to Burn manifest to support long paths.</title>
<updated>2022-06-27T16:14:21+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-24T17:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=eb53852d7ae6838e54525eb57df1d8ce8a722f9b'/>
<id>urn:sha1:eb53852d7ae6838e54525eb57df1d8ce8a722f9b</id>
<content type='text'>
Fixes 3455
</content>
</entry>
<entry>
<title>Make PathGetSystemPath return an array of paths ordered by preference.</title>
<updated>2022-06-08T00:44:36+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-03T22:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=648f370f7966b2738c1446601057d888bbd2c70f'/>
<id>urn:sha1:648f370f7966b2738c1446601057d888bbd2c70f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PathSkipPastRoot.</title>
<updated>2022-06-08T00:44:36+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-03T22:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6b0f2d978504da82070523eb6adb0b59f9812e93'/>
<id>urn:sha1:6b0f2d978504da82070523eb6adb0b59f9812e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace PathCompare with PathCompareCanonicalized.</title>
<updated>2022-06-08T00:44:36+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-03T22:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b652e93a460b4b822a01382e5992f96f1d805ffe'/>
<id>urn:sha1:b652e93a460b4b822a01382e5992f96f1d805ffe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve paths while parsing them from the command line.</title>
<updated>2022-06-08T00:44:36+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-03T22:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8a4d03207633e9fdc364aaed82bd167f844679f9'/>
<id>urn:sha1:8a4d03207633e9fdc364aaed82bd167f844679f9</id>
<content type='text'>
The current directory is a process wide setting that can potentially be changed by any thread.
Remove fileutil methods that had equivalent pathutil methods.
</content>
</entry>
<entry>
<title>Add PathConcatRelativeToBase and use it in Burn.</title>
<updated>2022-05-31T18:20:44+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-26T22:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=90982fbf1c887a3ed3454f9ab3ab8dfbd57a1383'/>
<id>urn:sha1:90982fbf1c887a3ed3454f9ab3ab8dfbd57a1383</id>
<content type='text'>
Fixes 6707
</content>
</entry>
<entry>
<title>Add PathCanonicalizeForComparison.</title>
<updated>2022-05-31T18:20:44+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-26T22:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dea25f58e6119ef1acc5c5cc2a7c98e52cdff519'/>
<id>urn:sha1:dea25f58e6119ef1acc5c5cc2a7c98e52cdff519</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.</title>
<updated>2022-05-31T18:20:44+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-26T22:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fb4f8c7108f43d2341ba299424646c4963b21188'/>
<id>urn:sha1:fb4f8c7108f43d2341ba299424646c4963b21188</id>
<content type='text'>
</content>
</entry>
</feed>
