<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/test/burn/TestBA, branch v4.0.1</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.1</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-06-03T08:24:39+00:00</updated>
<entry>
<title>Obsolete removed PackageState.Cached value</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-05-30T15:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=856658a8cbbf5bac9c0bf5cfced01a009c59f80d'/>
<id>urn:sha1:856658a8cbbf5bac9c0bf5cfced01a009c59f80d</id>
<content type='text'>
A package's cached status is no longer set via the PackageState. The value was
removed in native code but the managed code was missed throwing off the enum
mapping.

Fixes 7399
</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>Port EnableFeatureSelection tests from v3 repo, add a new one, fix them</title>
<updated>2022-08-23T15:26:26+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-22T20:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=42964da2a12df3b6e7d658a8037f17be003b1947'/>
<id>urn:sha1:42964da2a12df3b6e7d658a8037f17be003b1947</id>
<content type='text'>
Fixes 4616
</content>
</entry>
<entry>
<title>Add ability to skip a local path candidate if it failed verification.</title>
<updated>2022-08-03T20:57:24+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-03T19:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=124fef398a26bc8e139e889a2345602d2478590c'/>
<id>urn:sha1:124fef398a26bc8e139e889a2345602d2478590c</id>
<content type='text'>
Fixes 6818
</content>
</entry>
<entry>
<title>Add ability for non-vital cache package action.</title>
<updated>2022-06-15T02:51:14+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-14T20:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dea657295df261bb0e3e4d620eeae321531e3a11'/>
<id>urn:sha1:dea657295df261bb0e3e4d620eeae321531e3a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to hosts to always install prereqs.</title>
<updated>2022-05-14T16:12:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-13T20:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d5985a1688bc878e42ffd3ce3939fa52303cab16'/>
<id>urn:sha1:d5985a1688bc878e42ffd3ce3939fa52303cab16</id>
<content type='text'>
Add PrereqPackage to BundlePackage

Implements 4718
</content>
</entry>
<entry>
<title>Move infinite loop detection into the hosts.</title>
<updated>2022-05-14T16:12:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-13T18:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a6974a15deb6edf593736cdb8043bfb93064782'/>
<id>urn:sha1:6a6974a15deb6edf593736cdb8043bfb93064782</id>
<content type='text'>
Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded.
Show error when infinite prereq loop detected.
Only clip the exit code if they're Win32 errors.
Set related bundle type to none to avoid downgrades during preqba.
</content>
</entry>
<entry>
<title>Only block shutdown during Apply.</title>
<updated>2022-05-04T15:05:21+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-03T20:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=29f7e00586412163a20e298fbf84505f8a917425'/>
<id>urn:sha1:29f7e00586412163a20e298fbf84505f8a917425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the estimated size in ARP a little more accurate.</title>
<updated>2022-04-23T20:40:21+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-22T21:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a981e29d7a3df566754356c3fe1eb938a5cac4c1'/>
<id>urn:sha1:a981e29d7a3df566754356c3fe1eb938a5cac4c1</id>
<content type='text'>
Fixes 4039
</content>
</entry>
<entry>
<title>Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.</title>
<updated>2022-04-19T23:35:15+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-19T21:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=96ce05107d0e01014a3264e91ecb5731a9f28cc5'/>
<id>urn:sha1:96ce05107d0e01014a3264e91ecb5731a9f28cc5</id>
<content type='text'>
Fixes 6651
</content>
</entry>
</feed>
