<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/libs, branch v4.0.6</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.6</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-10-04T19:24:34+00:00</updated>
<entry>
<title>Prevent unnecessary refreshes that move focus.</title>
<updated>2024-10-04T19:24:34+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-07-09T19:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=956796ee24804b59f2a4d987103e57e5fb68b11c'/>
<id>urn:sha1:956796ee24804b59f2a4d987103e57e5fb68b11c</id>
<content type='text'>
Spillover from having more interactive controls. In WiX v3, showing a
page moved the focus as a typical person might expect. When WiX v4
added interactivity, the same code was used to update controls (e.g.,
when checking a checkbox set a property used in a `VisibleCondition` or
`EnableCondition` for another control on the same page). This change
prevents the focus-setting behavior if the same page is being shown.

Fixes https://github.com/wixtoolset/issues/issues/8144
</content>
</entry>
<entry>
<title>Build native code with VC v143 toolset only.</title>
<updated>2024-10-04T19:06:17+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-06-10T22:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6b0a0837afdcaea5cf6f55832ad88fb147b9860b'/>
<id>urn:sha1:6b0a0837afdcaea5cf6f55832ad88fb147b9860b</id>
<content type='text'>
v143 output is compatible back to VS2017 (at least).

Fixes https://github.com/wixtoolset/issues/issues/8211.
</content>
</entry>
<entry>
<title>Do not  follow junctions when recursively deleting directories</title>
<updated>2024-02-06T20:06:10+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-02-06T20:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e30c1b2432726d2d5ba572328f9a3956c5d7389c'/>
<id>urn:sha1:e30c1b2432726d2d5ba572328f9a3956c5d7389c</id>
<content type='text'>
This will prevent elevated processes from accidentally following a junction
from a user-writable directory to a per-machine directory and erroneously
deleting the per-machine contents.
</content>
</entry>
<entry>
<title>Fix crash when CloseApplications_X64 closes Electron app</title>
<updated>2024-02-06T15:54:28+00:00</updated>
<author>
<name>Andrzej Wojtas</name>
<email>38528584+avjts@users.noreply.github.com</email>
</author>
<published>2024-01-20T11:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=74ef526a2252f794465b2146c4c32c348284cf91'/>
<id>urn:sha1:74ef526a2252f794465b2146c4c32c348284cf91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix WcaErrorMessage `cArgs==-1` case.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-04-25T02:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1da29b425658bf1ddc774154d9bccaf940d0bc66'/>
<id>urn:sha1:1da29b425658bf1ddc774154d9bccaf940d0bc66</id>
<content type='text'>
- Count args before creating message record.
- Document terminating NULL requirement.
- Add terminating NULL in MessageExit* macros.
- Enhance tests for problems encountered fixing this nightmare.

Fixes https://github.com/wixtoolset/issues/issues/7422.
Fixes https://github.com/wixtoolset/issues/issues/7444.
</content>
</entry>
<entry>
<title>Hide visible NetCoreCheck.exe window.</title>
<updated>2023-04-04T16:29:33+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-04-04T02:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=238a1601a3cdf11cb9becaf8a53f281bdbbcbf09'/>
<id>urn:sha1:238a1601a3cdf11cb9becaf8a53f281bdbbcbf09</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7353.

Also adds unit test and removes dead code.
</content>
</entry>
<entry>
<title>Fix double-free bugs in thmutil.</title>
<updated>2023-02-20T04:39:24+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-02-20T03:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=26adc0c6bf1e4aafe6dc261f8aca09636ca63912'/>
<id>urn:sha1:26adc0c6bf1e4aafe6dc261f8aca09636ca63912</id>
<content type='text'>
Fixes 7231
</content>
</entry>
<entry>
<title>Some small SAL annotation fixups</title>
<updated>2023-02-09T23:18:09+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-02-09T13:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dc8a7f2398602f994c3e43a733aa09b18dbd7662'/>
<id>urn:sha1:dc8a7f2398602f994c3e43a733aa09b18dbd7662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop Richedit control from scrolling during load.</title>
<updated>2023-01-11T03:23:54+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-01-11T02:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bc4a72752cb199c7a3ba5a24f656b5e1c0aa9958'/>
<id>urn:sha1:bc4a72752cb199c7a3ba5a24f656b5e1c0aa9958</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7113.
</content>
</entry>
<entry>
<title>Handle case where TMP isn't REG_EXPAND_SZ.</title>
<updated>2022-12-25T15:35:30+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-12-25T02:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6d597c3fdee0833007f206d2d29e19c2b44c5b4d'/>
<id>urn:sha1:6d597c3fdee0833007f206d2d29e19c2b44c5b4d</id>
<content type='text'>
</content>
</entry>
</feed>
