<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine/elevation.h, branch bob/LongPathFixtureOnReFS</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FLongPathFixtureOnReFS</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FLongPathFixtureOnReFS'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-12-30T14:45:49+00:00</updated>
<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>Use MSI transaction end result to detect whether reboot is needed</title>
<updated>2022-12-13T03:50:39+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2022-12-06T11:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=50e24e9cf2084b6cb67b5d8fc509163061408bb6'/>
<id>urn:sha1:50e24e9cf2084b6cb67b5d8fc509163061408bb6</id>
<content type='text'>
</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>Use a dedicated pipe for redirecting logging from the elevated process.</title>
<updated>2022-08-19T22:02:27+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-19T19:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b72f58abdf6dd5d0020f174358027158cb52cb72'/>
<id>urn:sha1:b72f58abdf6dd5d0020f174358027158cb52cb72</id>
<content type='text'>
Fixes 6869
</content>
</entry>
<entry>
<title>Resume automatic updates as part of ApplyUninitialize.</title>
<updated>2022-08-19T22:02:27+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-19T18:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1c4dc6b1cd2aa3ecd05fdb22f9889ed87e61cc68'/>
<id>urn:sha1:1c4dc6b1cd2aa3ecd05fdb22f9889ed87e61cc68</id>
<content type='text'>
Fixes first half of 6870
</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>Always reset the system component status when registering the bundle.</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:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0ee63890d8eacd044115524476eb9419114500a7'/>
<id>urn:sha1:0ee63890d8eacd044115524476eb9419114500a7</id>
<content type='text'>
Finishes 4454
</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>Implement BundlePackage.</title>
<updated>2022-04-02T03:06:11+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-03-30T22:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=386a3578413ba16b3c0615d47870ee44a0e461f6'/>
<id>urn:sha1:386a3578413ba16b3c0615d47870ee44a0e461f6</id>
<content type='text'>
3693
</content>
</entry>
<entry>
<title>Plan each dependency provider dependent individually.</title>
<updated>2022-02-02T05:36:23+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-31T22:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c95c41151d595f4630c4c2f4aeb4c7f9a97af5c7'/>
<id>urn:sha1:c95c41151d595f4630c4c2f4aeb4c7f9a97af5c7</id>
<content type='text'>
Refactoring for #6510
</content>
</entry>
</feed>
