<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/test/burn/WixTestTools/BundleVerifier.cs, branch bob/WixTestTargets</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FWixTestTargets</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FWixTestTargets'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-05-28T23:33:16+00:00</updated>
<entry>
<title>Update registration disappears during upgrade.</title>
<updated>2025-05-28T23:33:16+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-03-21T01:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=68a2b7199b360a0dce6d1b1ebf13dc44f21ba89f'/>
<id>urn:sha1:68a2b7199b360a0dce6d1b1ebf13dc44f21ba89f</id>
<content type='text'>
Update registration is stored in a shared registry key that Burn takes
care to keep around across upgrades. The approach it used broke
between WiX v3 and WiX v5. This change makes it work again by
writing update registration when the session ends.
</content>
</entry>
<entry>
<title>Rename "bundle id" concept to "bundle code"</title>
<updated>2024-12-30T14:45:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-30T02:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=523c66a62a619e6aa9f30070173ea33edfb5e328'/>
<id>urn:sha1:523c66a62a619e6aa9f30070173ea33edfb5e328</id>
<content type='text'>
The "bundle id" always had more in common with the PackageCode from the Windows
Installer. With the introduction of an actual Id attribute on the Bundle
element, there is potential for confusion, so there is finally real motivation
to rename "bundle id" to "bundle code".
</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>Allow BundlePackage to fallback to QuietUninstallString to uninstall.</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:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=98c369a92891244bde76448ae4a2b623b3ab394c'/>
<id>urn:sha1:98c369a92891244bde76448ae4a2b623b3ab394c</id>
<content type='text'>
Partial implementation of 6756
</content>
</entry>
<entry>
<title>Implement ArpEntry flavored ExePackage.</title>
<updated>2022-06-13T14:28:49+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-09T20:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6f6e4ced9f398ff37a44b91fdba62479cde29d06'/>
<id>urn:sha1:6f6e4ced9f398ff37a44b91fdba62479cde29d06</id>
<content type='text'>
6772
</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>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>Try to improve fields of bundle symbols.</title>
<updated>2022-04-13T18:13:48+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-13T15:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=be43682720cf9c238aa1efba5940b8e2279c5bc4'/>
<id>urn:sha1:be43682720cf9c238aa1efba5940b8e2279c5bc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option for BundlePackage to be hidden in ARP like MsiPackage.</title>
<updated>2022-04-05T18:52:11+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-04T22:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=75f4dce4ea53b82f99932573f27ccfc799d0c5c1'/>
<id>urn:sha1:75f4dce4ea53b82f99932573f27ccfc799d0c5c1</id>
<content type='text'>
Requires support for this feature in the nested bundle.

Simplest implementation of 4454
</content>
</entry>
<entry>
<title>Add failing dependency E2E tests.</title>
<updated>2022-01-21T23:29:12+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-21T22:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=af019d2b6d7b67df34355c038290d45366001ea9'/>
<id>urn:sha1:af019d2b6d7b67df34355c038290d45366001ea9</id>
<content type='text'>
</content>
</entry>
</feed>
