<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/libs/dutil/WixToolset.DUtil/procutil.cpp, branch v7.0.0-rc.2</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v7.0.0-rc.2</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v7.0.0-rc.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2026-01-30T22:54:28+00:00</updated>
<entry>
<title>Use high integrity instead of elevation token to properly detect "elevated" installs</title>
<updated>2026-01-30T22:54:28+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2026-01-30T20:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bdda474a01d09013c839cf4dfd45cea2ecc44e1f'/>
<id>urn:sha1:bdda474a01d09013c839cf4dfd45cea2ecc44e1f</id>
<content type='text'>
Fixes 8178
</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>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>Add Netfx bundle extension and netfx:DotNetCoreSearch.</title>
<updated>2022-10-10T16:40:02+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-10-06T21:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=21a0685ef69e9d634600622b19ea970c6f58ef03'/>
<id>urn:sha1:21a0685ef69e9d634600622b19ea970c6f58ef03</id>
<content type='text'>
Remove built-in .NET Core packages since they update too quickly.

Fixes 6257
</content>
</entry>
<entry>
<title>Add WixCanRestart and make wixstdba elevate for restart when required.</title>
<updated>2022-09-03T20:29:26+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-02T21:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=237bdc6a97c0dd455da99c16e6b3b7cac4c79e86'/>
<id>urn:sha1:237bdc6a97c0dd455da99c16e6b3b7cac4c79e86</id>
<content type='text'>
Fixes 5499
</content>
</entry>
<entry>
<title>Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.</title>
<updated>2022-06-29T20:08:37+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-29T15:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7cca75c8e95f129a21c33f1f4568e90e9e397f9d'/>
<id>urn:sha1:7cca75c8e95f129a21c33f1f4568e90e9e397f9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Burn algorithm for picking elevated temp path to use SystemTemp.</title>
<updated>2022-06-08T00:44:36+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-03T22:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8810aa8908ed7887616d86dd5fb821fcfa92f444'/>
<id>urn:sha1:8810aa8908ed7887616d86dd5fb821fcfa92f444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't set NativeMachine variables when IsWow64Process2 is unavailable</title>
<updated>2021-09-13T20:52:09+00:00</updated>
<author>
<name>Eric StJohn</name>
<email>ericstj@microsoft.com</email>
</author>
<published>2021-09-13T20:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fe77e96629575d6cfc16f8a868f13af89c198d13'/>
<id>urn:sha1:fe77e96629575d6cfc16f8a868f13af89c198d13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension</title>
<updated>2021-08-30T22:26:42+00:00</updated>
<author>
<name>Eric StJohn</name>
<email>ericstj@microsoft.com</email>
</author>
<published>2021-08-30T22:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=495370ff9311d406da9c043cd208ce836a0303ff'/>
<id>urn:sha1:495370ff9311d406da9c043cd208ce836a0303ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move dutil into libs/dutil</title>
<updated>2021-04-29T23:21:09+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-04-22T13:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7f642e51670bc38a4ef782a363936850bc2b0ba9'/>
<id>urn:sha1:7f642e51670bc38a4ef782a363936850bc2b0ba9</id>
<content type='text'>
</content>
</entry>
</feed>
