<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/burn, branch robmen/build-cleanup</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=robmen%2Fbuild-cleanup</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=robmen%2Fbuild-cleanup'/>
<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>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>Typos are bad; visible typos are an abomination.</title>
<updated>2024-11-11T01:14:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-11-10T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f440fb317c630e7bc6d4ee4d657a200654e2f876'/>
<id>urn:sha1:f440fb317c630e7bc6d4ee4d657a200654e2f876</id>
<content type='text'>
At least one person makes the same typo almost-but-not-quite everywhere.
</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 to ReleaseFlow and SomeVer</title>
<updated>2024-04-25T20:31:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-04-07T10:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4983aeeb2da6e96bc8aad698752b3b962f58e585'/>
<id>urn:sha1:4983aeeb2da6e96bc8aad698752b3b962f58e585</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Protect elevated working folder from malicious data</title>
<updated>2024-03-22T18:57:27+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-21T06:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fed3d69eb4da7fa2bafdd8f555ce5869c36925f7'/>
<id>urn:sha1:fed3d69eb4da7fa2bafdd8f555ce5869c36925f7</id>
<content type='text'>
When running elevated, Burn uses the Windows Temp folder as its working folder
to prevent normal processes from tampering with the files. Windows Temp does
allow non-elevated processes to write to the folder but they cannot see the
files there. Unfortunately, contrary to our belief, non-elevated processes
can read the files in Windows Temp by watching for directory changes. This
allows a malicious process to lie in wait, watching the Windows Temp folder
until a Burn process is launched elevated, then attack the working folder.
Mitigate that attack by protecting the working folder to only elevated users.

Managed custom actions also fall back to using the Windows Temp folder in
some cases and thus can be exposed in a similar fashion as an elevated Burn
process. Remove that possibility.
</content>
</entry>
<entry>
<title>Simplify BootstrapperApplication header files</title>
<updated>2024-03-21T20:07:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-21T07:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc'/>
<id>urn:sha1:90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc</id>
<content type='text'>
Take this breaking change opportunity to simplify the header files used by
BA devs.
</content>
</entry>
<entry>
<title>Clean up Burn a bit.</title>
<updated>2024-03-14T21:21:36+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-03-14T17:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f104c01bc29378b544c0f458c45106bcfd63c11b'/>
<id>urn:sha1:f104c01bc29378b544c0f458c45106bcfd63c11b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename "bundle extension" to "bootstrapper extension" for more consistency</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-07T17:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5baa1dfe8ba2a3bd4728bca118fe1de225f848d4'/>
<id>urn:sha1:5baa1dfe8ba2a3bd4728bca118fe1de225f848d4</id>
<content type='text'>
Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
</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>
</feed>
