<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/test/burn/TestData/WixStdBaTests, branch bob/PatchBundleUninstall</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FPatchBundleUninstall</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FPatchBundleUninstall'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2026-01-08T00:25:33+00:00</updated>
<entry>
<title>Provide Bundle Icon in BA container and update wixstdba to use it</title>
<updated>2026-01-08T00:25:33+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2026-01-07T06:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b337ce4678a5c66c7a2edc2bf9f87a71b4916b1b'/>
<id>urn:sha1:b337ce4678a5c66c7a2edc2bf9f87a71b4916b1b</id>
<content type='text'>
Fixes 8104
</content>
</entry>
<entry>
<title>Update tests to use TestVersion property instead of generic Version property</title>
<updated>2024-04-25T20:31:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-04-25T18:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a500693e3c9e94304c8b9a8229203b2b750900aa'/>
<id>urn:sha1:a500693e3c9e94304c8b9a8229203b2b750900aa</id>
<content type='text'>
The MSBuild Version property is well-known and can be set by standard
processes. That can cause problem in the tests where the version is explicitly
set to validate WiX behaviors. So, we've switched to using the TestVersion
property that will be specific for our testing purposes.
</content>
</entry>
<entry>
<title>Report E_MOREDATA from Bal functions when string buffer too small</title>
<updated>2024-04-04T23:33:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-04-04T22:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ba93485c940b0bae6e0b6a005fdd1819652f3984'/>
<id>urn:sha1:ba93485c940b0bae6e0b6a005fdd1819652f3984</id>
<content type='text'>
WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string
buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to
match in a few missing cases.

Fixes 8094
</content>
</entry>
<entry>
<title>Better .nupkg names</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-06T22:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3d2d46f62fc01e2653d0251ad9703090574e7c41'/>
<id>urn:sha1:3d2d46f62fc01e2653d0251ad9703090574e7c41</id>
<content type='text'>
</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>Don't fail on bad/missing update feed URL.</title>
<updated>2022-12-15T19:41:19+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-12-14T23:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=be2449594668fab0f21eea3a80fa1efede85de77'/>
<id>urn:sha1:be2449594668fab0f21eea3a80fa1efede85de77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support bundle updates in WixStdBA.</title>
<updated>2022-09-12T17:33:03+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-09-10T01:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5059f83d7dccd7221458fca414a0756bb83466a5'/>
<id>urn:sha1:5059f83d7dccd7221458fca414a0756bb83466a5</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/6894.
</content>
</entry>
<entry>
<title>Move `Bundle/@CommandLineVariables` into Bal.wixext.</title>
<updated>2022-09-10T02:14:27+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-09T21:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a1307cd4e76a89598c53cb68309358a7012db553'/>
<id>urn:sha1:a1307cd4e76a89598c53cb68309358a7012db553</id>
<content type='text'>
Implements 6858
</content>
</entry>
<entry>
<title>Handle downgrade failure detection during Detect.</title>
<updated>2022-08-22T12:24:20+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-08-22T03:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=cb3776e5e3e075e8e4fe2ae7231ec19f3345c546'/>
<id>urn:sha1:cb3776e5e3e075e8e4fe2ae7231ec19f3345c546</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/6537.
</content>
</entry>
<entry>
<title>Handle suppressed Options button.</title>
<updated>2022-08-03T18:25:36+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-08-01T22:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b6507f65c183c0b0bd165900bcefe6c3ea15b935'/>
<id>urn:sha1:b6507f65c183c0b0bd165900bcefe6c3ea15b935</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/5624.
</content>
</entry>
</feed>
