<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/api, branch v4.0.5</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.5</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-01-28T17:22:41+00:00</updated>
<entry>
<title>Build tweaks to support VS 17.8...</title>
<updated>2024-01-28T17:22:41+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-11-27T03:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a6f1eb8d4e86b63b455d6676455e6489ee147a4'/>
<id>urn:sha1:6a6f1eb8d4e86b63b455d6676455e6489ee147a4</id>
<content type='text'>
...because SemVer is just a suggestion.

- Also fix missing NuGet cleanup.
- And update NuGet^2 packages because v6.3.1 has vulnerabilities.
</content>
</entry>
<entry>
<title>Correctly handle top-level AppId element</title>
<updated>2023-11-07T22:27:27+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-11-07T06:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1e6697673d0d1bad77cbd6ef11ece45cf6aeac28'/>
<id>urn:sha1:1e6697673d0d1bad77cbd6ef11ece45cf6aeac28</id>
<content type='text'>
Fixes 7738
</content>
</entry>
<entry>
<title>Avoid use of Encoding.WindowsCodePage</title>
<updated>2023-11-07T22:27:27+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-11-07T07:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2781774e3f67bad1bef68e6ed32ab301179de531'/>
<id>urn:sha1:2781774e3f67bad1bef68e6ed32ab301179de531</id>
<content type='text'>
Fixes 7612
</content>
</entry>
<entry>
<title>Fix the use of ModuleSubstitution table</title>
<updated>2023-08-08T16:00:26+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-08-07T22:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=205215078d3b7bd9c7459307bc792d52ec404760'/>
<id>urn:sha1:205215078d3b7bd9c7459307bc792d52ec404760</id>
<content type='text'>
Addresses two issues in the creation of configurable merge modules. First, the
ModuleConfiguration table Id should not be modularized. Second, the
ModuleSubstitution table was never created. Fixing both of those allows
configurable merge modules to work again.

Fixes 7559
</content>
</entry>
<entry>
<title>Partial fix for the weirdly broken...</title>
<updated>2023-07-13T21:50:38+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-07-12T01:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3d9737dca609345599079c0a378e80c0a1a9cd5f'/>
<id>urn:sha1:3d9737dca609345599079c0a378e80c0a1a9cd5f</id>
<content type='text'>
IWindowsInstallerDecompileContext.TreatProductAsModule.

https://github.com/wixtoolset/issues/issues/7607
</content>
</entry>
<entry>
<title>Downgrade bad ProductVersion error to warning.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-31T20:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=29cec14e4197080bdac5d6c1b66f4aaf9b53e91c'/>
<id>urn:sha1:29cec14e4197080bdac5d6c1b66f4aaf9b53e91c</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7522.
</content>
</entry>
<entry>
<title>Obsolete removed PackageState.Cached value</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-05-30T15:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=856658a8cbbf5bac9c0bf5cfced01a009c59f80d'/>
<id>urn:sha1:856658a8cbbf5bac9c0bf5cfced01a009c59f80d</id>
<content type='text'>
A package's cached status is no longer set via the PackageState. The value was
removed in native code but the managed code was missed throwing off the enum
mapping.

Fixes 7399
</content>
</entry>
<entry>
<title>Fix build failure when bundle has multiple RemoteBundle elements</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2023-04-23T04:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0844d6506420decaed9957e6de77cba02bd579e4'/>
<id>urn:sha1:0844d6506420decaed9957e6de77cba02bd579e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove obsolete Product OutputType</title>
<updated>2023-03-15T03:31:31+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-03-15T02:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f586aef92e67e547cf2ea6e3259b60521695efa9'/>
<id>urn:sha1:f586aef92e67e547cf2ea6e3259b60521695efa9</id>
<content type='text'>
Fixes 7273
</content>
</entry>
<entry>
<title>Warn on mismatched output times and validate only Windows Installer databases</title>
<updated>2023-03-09T13:17:00+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-03-09T12:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a14cb82fcca0b5522dfefe862493ad2e51240a84'/>
<id>urn:sha1:a14cb82fcca0b5522dfefe862493ad2e51240a84</id>
<content type='text'>
Fixes 7250
</content>
</entry>
</feed>
