<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/tools/test, branch bob/Fixes.240629</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FFixes.240629</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FFixes.240629'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-04-19T16:18:55+00:00</updated>
<entry>
<title>Fix harvesting project names with invalid chars</title>
<updated>2023-04-19T16:18:55+00:00</updated>
<author>
<name>Mike Wileczka</name>
<email>22036740+mwileczka@users.noreply.github.com</email>
</author>
<published>2023-04-19T14:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=041558eb93368365ca397e16045e01454a603976'/>
<id>urn:sha1:041558eb93368365ca397e16045e01454a603976</id>
<content type='text'>
Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces.</content>
</entry>
<entry>
<title>Add Name to Payloads created during directory harvesting.</title>
<updated>2023-01-16T04:03:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-16T02:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=32024b526d129534b017d4e932f08e6a6f015102'/>
<id>urn:sha1:32024b526d129534b017d4e932f08e6a6f015102</id>
<content type='text'>
7161
</content>
</entry>
<entry>
<title>Implement SourceDir substitution for Payloads.</title>
<updated>2023-01-16T04:03:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-16T02:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f4329d17538c14569ab7058c1c378aa5b2297b2c'/>
<id>urn:sha1:f4329d17538c14569ab7058c1c378aa5b2297b2c</id>
<content type='text'>
7160
</content>
</entry>
<entry>
<title>Correctly harvest registry files with multisz</title>
<updated>2022-12-07T01:29:07+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-12-06T23:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fb0a8b74b598331dcf037d97a3adf89f5fe5ba92'/>
<id>urn:sha1:fb0a8b74b598331dcf037d97a3adf89f5fe5ba92</id>
<content type='text'>
Fixes 7044
</content>
</entry>
<entry>
<title>Handle spaces when finding path to executables in MSBuild task</title>
<updated>2022-11-21T23:25:02+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-21T19:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2245144eb5923eca93bd16c7892eb4670a51e10a'/>
<id>urn:sha1:2245144eb5923eca93bd16c7892eb4670a51e10a</id>
<content type='text'>
Fixes 7035
</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>Name the bind path item group "BindPath" in MSBuild</title>
<updated>2022-10-15T18:45:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-15T05:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e550b63845a90e1a9452060b50a00ca5d9ee8c67'/>
<id>urn:sha1:e550b63845a90e1a9452060b50a00ca5d9ee8c67</id>
<content type='text'>
Closes 6959
</content>
</entry>
<entry>
<title>Run wix.exe out of proc</title>
<updated>2022-10-15T03:13:50+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-06T18:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5567239a9411aac769a34f2c65b80a523a577ad7'/>
<id>urn:sha1:5567239a9411aac769a34f2c65b80a523a577ad7</id>
<content type='text'>
"wix build" will load assemblies to read metadata which can cause
the assemblies to get locked in the process. Since MSBuild keeps
build processes alive this can cause work done by in-proc MSBuild
tasks (like the WixBuild) to get stuck. Moving the "wix build" out
of proc avoids any of those issues.

Moving out of proc also allows the WiX tasks to be AnyCPU which
simplifies the wix.targets (although did need to add code to find
the .NET Framework wix.exe).

Fixes 6595
</content>
</entry>
<entry>
<title>Centralize test project configuration with IsWixTestProject</title>
<updated>2022-09-23T16:50:52+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-09-03T17:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7a86b33a38f29b315e8f08759eba42e8fe296fd7'/>
<id>urn:sha1:7a86b33a38f29b315e8f08759eba42e8fe296fd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update heat to use StandardDirectory element</title>
<updated>2022-08-17T06:21:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-08-17T01:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=94e722baab4e848a615812a45fecc8322335d1f0'/>
<id>urn:sha1:94e722baab4e848a615812a45fecc8322335d1f0</id>
<content type='text'>
Fixes 6631
</content>
</entry>
</feed>
