<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix, 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-31T14:25:23+00:00</updated>
<entry>
<title>Minor build improvements and cleanup</title>
<updated>2024-12-31T14:25:23+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-31T14:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2ece9993ce6810bdb49882922f31eebff71f747b'/>
<id>urn:sha1:2ece9993ce6810bdb49882922f31eebff71f747b</id>
<content type='text'>
</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>Add Package/@Id and Bundle/@Id that can replace UpgradeCodes</title>
<updated>2024-12-30T14:45:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-29T22:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6edc5d1e2a289eac50c6d59a29e195353bb023cb'/>
<id>urn:sha1:6edc5d1e2a289eac50c6d59a29e195353bb023cb</id>
<content type='text'>
Completes 8584
</content>
</entry>
<entry>
<title>Use PerUserProgramFilesFolder for default INSTALLFOLDER in a per-user package</title>
<updated>2024-12-30T00:29:07+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-29T01:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d9bb1133c2913d7129b3b103bd4a75f01d24625c'/>
<id>urn:sha1:d9bb1133c2913d7129b3b103bd4a75f01d24625c</id>
<content type='text'>
Fixes 8101
</content>
</entry>
<entry>
<title>Add "PerUserProgramFilesFolder" as standard directory</title>
<updated>2024-12-30T00:29:07+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-29T01:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ae8264ac0df30b1503311af52ed6c615d83a67fc'/>
<id>urn:sha1:ae8264ac0df30b1503311af52ed6c615d83a67fc</id>
<content type='text'>
Windows Installer uses LocalAppDataFolder\Programs as the replacement for
ProgramFilesFolder when installing per-user in a dual-mode package. Add a
standard directory in WiX to match it for use by default INSTALLFOLDER.
</content>
</entry>
<entry>
<title>Fix WixPackageSymbol Attributes, Scope, UpgradeStrategy fields</title>
<updated>2024-12-30T00:29:07+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-29T01:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c92494afeefdb226c19c89ff1ffa20b541e50b31'/>
<id>urn:sha1:c92494afeefdb226c19c89ff1ffa20b541e50b31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Overridable WixVariables should be treated as virtual</title>
<updated>2024-12-29T16:08:58+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-29T07:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4d6476d43973bc4ebee1ff246fb3e5c88b024bc4'/>
<id>urn:sha1:4d6476d43973bc4ebee1ff246fb3e5c88b024bc4</id>
<content type='text'>
Fixes 8528
</content>
</entry>
<entry>
<title>Break out parsing of file naming attributes.</title>
<updated>2024-12-29T03:39:41+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-12-28T23:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a4fb0e4ca241591e36917bd98f06174fe65c4124'/>
<id>urn:sha1:a4fb0e4ca241591e36917bd98f06174fe65c4124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure naked files take Subdirectory into account.</title>
<updated>2024-12-29T03:39:41+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-08-03T20:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=720708fac9ea0109a9918611f69ebf6cc370bbeb'/>
<id>urn:sha1:720708fac9ea0109a9918611f69ebf6cc370bbeb</id>
<content type='text'>
Naked files generated their ids using the attributes that are common to
both naked and clothed files. But naked files also support @Subdirectory
to magic up a subdirectory in a specified directory (@Directory) or the
default INSTALLFOLDER. That subdirectory needs to factor in to the
generated file id (which is then used as the component id too).
Without it, generated ids for files with the same name but from
different @Subdirectory values would be duplicated. (Authored file ids
must also continue to be supported.)

Naked files now generate different file and component ids. :(

Fixes https://github.com/wixtoolset/issues/issues/8674
</content>
</entry>
<entry>
<title>Audit all transitive dependencies and fix latest vulnerabilities</title>
<updated>2024-12-27T22:44:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-27T21:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a076b9d72486328d8dc95675daae417a3c07d6d6'/>
<id>urn:sha1:a076b9d72486328d8dc95675daae417a3c07d6d6</id>
<content type='text'>
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no
reason but to be consistent
</content>
</entry>
</feed>
