<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/libs/dutil, branch bob/MSTestTraversal</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FMSTestTraversal</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FMSTestTraversal'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-02-11T23:49:33+00:00</updated>
<entry>
<title>Support CreateFile with retries</title>
<updated>2025-02-11T23:49:33+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2025-02-11T01:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=83cb7864064fa6181902c28fc56d26f236881abe'/>
<id>urn:sha1:83cb7864064fa6181902c28fc56d26f236881abe</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>Fix egregiously bad comments that were frustrating</title>
<updated>2024-07-15T22:31:51+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-07-15T20:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bb975d370a6a7398c4d28d23601b20ada7a7cdfe'/>
<id>urn:sha1:bb975d370a6a7398c4d28d23601b20ada7a7cdfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent unnecessary refreshes that move focus.</title>
<updated>2024-07-12T17:37:04+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=69328a4ef1d7282aec356ee046f73bf914218b03'/>
<id>urn:sha1:69328a4ef1d7282aec356ee046f73bf914218b03</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-06-10T23:59:35+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=eed1b5bbfb49d2425417bc342ecabe9edc206cdf'/>
<id>urn:sha1:eed1b5bbfb49d2425417bc342ecabe9edc206cdf</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>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>Do not follow junctions when recursively deleting directories</title>
<updated>2024-03-07T02:03:38+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=2824298d9dd817a47527c920363556b54ead5d5d'/>
<id>urn:sha1:2824298d9dd817a47527c920363556b54ead5d5d</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-01-22T18:31:12+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=bf1e74b78ebe345908c3cb09280194798f63835a'/>
<id>urn:sha1:bf1e74b78ebe345908c3cb09280194798f63835a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add pipeutil to dutil</title>
<updated>2024-01-12T02:24:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-11T07:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4e7b7c0059d76498d1c24f348dbf6d5799203fe0'/>
<id>urn:sha1:4e7b7c0059d76498d1c24f348dbf6d5799203fe0</id>
<content type='text'>
Plus a couple small clean-ups in a couple of dutil files.
</content>
</entry>
<entry>
<title>Enhance error message.</title>
<updated>2023-12-17T03:53:06+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-12-17T03:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=87a1ab5871d43166a4ce32798093ddfd144c0fbf'/>
<id>urn:sha1:87a1ab5871d43166a4ce32798093ddfd144c0fbf</id>
<content type='text'>
</content>
</entry>
</feed>
