<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/libs/dutil/test, branch bob/WixBundleSourceProcess</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FWixBundleSourceProcess</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FWixBundleSourceProcess'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-03-19T01:01:57+00:00</updated>
<entry>
<title>LocUtil occasionally failed due to XmlInitialization</title>
<updated>2025-03-19T01:01:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-03-19T00:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=32bfb97857041bb4385df3754c3f9eb2f8b23d8e'/>
<id>urn:sha1:32bfb97857041bb4385df3754c3f9eb2f8b23d8e</id>
<content type='text'>
Split into separate classes to prevent potential parallelism race conditions.
</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>Add pipeutil to dutil</title>
<updated>2024-01-12T02:24:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-11T07:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4e7b7c0059d76498d1c24f348dbf6d5799203fe0'/>
<id>urn:sha1:4e7b7c0059d76498d1c24f348dbf6d5799203fe0</id>
<content type='text'>
Plus a couple small clean-ups in a couple of dutil files.
</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>Loc files were still using inner text, stop doing that</title>
<updated>2022-10-31T17:57:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-25T18:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=033f38a28c89945ce4379f5992e8f36943a125ab'/>
<id>urn:sha1:033f38a28c89945ce4379f5992e8f36943a125ab</id>
<content type='text'>
Fixes 6970
</content>
</entry>
<entry>
<title>Move WixVersion to new WixToolset.Versioning package in libs segment</title>
<updated>2022-10-04T17:44:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-03T02:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5c509f5611a45bdf9d252b88605537bd28f24a35'/>
<id>urn:sha1:5c509f5611a45bdf9d252b88605537bd28f24a35</id>
<content type='text'>
WixVersion is already used by the Core toolset but could also be
useful for bootstrapper applications parsing bundle versions. The
WixToolset.Data assembly contains a significant amount of data that
bloats its size that bootstrapper applications would never need.
Extracting WixVersion to its own assembly makes it much more
useable.

Fixes 6943
</content>
</entry>
<entry>
<title>Fix verutil string comparisons</title>
<updated>2022-10-04T17:44:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-03T02:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=15e332b88cb473d911cb268580400728014dd01b'/>
<id>urn:sha1:15e332b88cb473d911cb268580400728014dd01b</id>
<content type='text'>
Invariant string comparisons were finding strings like "abc" to be
less than "-abc". Switching to ordinal comparison correctly reports
the order.
</content>
</entry>
<entry>
<title>Add WixCanRestart and make wixstdba elevate for restart when required.</title>
<updated>2022-09-03T20:29:26+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-02T21:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=237bdc6a97c0dd455da99c16e6b3b7cac4c79e86'/>
<id>urn:sha1:237bdc6a97c0dd455da99c16e6b3b7cac4c79e86</id>
<content type='text'>
Fixes 5499
</content>
</entry>
<entry>
<title>Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.</title>
<updated>2022-06-29T20:08:37+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-29T15:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7cca75c8e95f129a21c33f1f4568e90e9e397f9d'/>
<id>urn:sha1:7cca75c8e95f129a21c33f1f4568e90e9e397f9d</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>
</feed>
