<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn/engine/registration.cpp, branch bob/wixbug8674</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2Fwixbug8674</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2Fwixbug8674'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-12-27T01:11:13+00:00</updated>
<entry>
<title>Remove unused const.</title>
<updated>2024-12-27T01:11:13+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-06-30T00:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d6f784beffca852bd89c7b1a734158b24dd45989'/>
<id>urn:sha1:d6f784beffca852bd89c7b1a734158b24dd45989</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log bundle registration scope.</title>
<updated>2024-11-11T01:14:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-11-10T04:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=53d84c9b96b027df505ab99f3db0719a82108b2b'/>
<id>urn:sha1:53d84c9b96b027df505ab99f3db0719a82108b2b</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>Register the InstallDate in Burn</title>
<updated>2022-12-22T23:12:23+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-12-22T07:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8aafcc72550d89cc43dfcb81012abe8576709660'/>
<id>urn:sha1:8aafcc72550d89cc43dfcb81012abe8576709660</id>
<content type='text'>
Closes 7068
</content>
</entry>
<entry>
<title>Fix bug in IsWuRebootPending where it uninitialized COM on failure.</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:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5132ee4ed0220e7856dd6908753eba51e52bfada'/>
<id>urn:sha1:5132ee4ed0220e7856dd6908753eba51e52bfada</id>
<content type='text'>
Fixes other half of 6870
</content>
</entry>
<entry>
<title>Skip logging errors in some places when they are due to missing files or registry keys or values.</title>
<updated>2022-08-09T14:57:02+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-08T23:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=240b663ad5fc94ed6d19c966b5c9105a176ecf40'/>
<id>urn:sha1:240b663ad5fc94ed6d19c966b5c9105a176ecf40</id>
<content type='text'>
Related to 6696
</content>
</entry>
<entry>
<title>Store list of persisted well-known variables in Burn.</title>
<updated>2022-08-02T14:15:14+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-01T22:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=aacd6b677332f2e262d0df67603c246cd65d833e'/>
<id>urn:sha1:aacd6b677332f2e262d0df67603c246cd65d833e</id>
<content type='text'>
This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
</content>
</entry>
<entry>
<title>Make sure base paths are fully qualified in Burn.</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:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=68ec803fc7f48bb0e0463dc45f6ce40e1f07dbf5'/>
<id>urn:sha1:68ec803fc7f48bb0e0463dc45f6ce40e1f07dbf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PathConcatRelativeToBase and use it in Burn.</title>
<updated>2022-05-31T18:20:44+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-26T22:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=90982fbf1c887a3ed3454f9ab3ab8dfbd57a1383'/>
<id>urn:sha1:90982fbf1c887a3ed3454f9ab3ab8dfbd57a1383</id>
<content type='text'>
Fixes 6707
</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>
</feed>
