<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src, branch bob/wixbug8674</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2Fwixbug8674</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2Fwixbug8674'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-12-28T23:15:38+00:00</updated>
<entry>
<title>Break out parsing of file naming attributes.</title>
<updated>2024-12-28T23:15:38+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=9076f42b0bcd9785a802ebd5d0d2d04a1958586d'/>
<id>urn:sha1:9076f42b0bcd9785a802ebd5d0d2d04a1958586d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure naked files take Subdirectory into account.</title>
<updated>2024-12-27T19:21:40+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=b2d7e5b37ac161256bdce1745e2355b04f2efd1e'/>
<id>urn:sha1:b2d7e5b37ac161256bdce1745e2355b04f2efd1e</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>Magicked files in modules need complex references.</title>
<updated>2024-12-27T18:01:53+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-12-23T03:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=28a2c0e963897ddc61e6673bcb93e10b9696375f'/>
<id>urn:sha1:28a2c0e963897ddc61e6673bcb93e10b9696375f</id>
<content type='text'>
Magic files (naked `File`s and `Files`) that are direct children of a
`Module` need complex references from the generated component to that
module, to ensure that they're wired up correctly as module components.

Fixes https://github.com/wixtoolset/issues/issues/8860
</content>
</entry>
<entry>
<title>Use an unnamed bindpath as a default root for...</title>
<updated>2024-12-27T17:06:58+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-03T02:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5dc8c8975b2356654410b2ba4755dfa2c32e7b91'/>
<id>urn:sha1:5dc8c8975b2356654410b2ba4755dfa2c32e7b91</id>
<content type='text'>
...harvesting files (as documented).

- Fixes https://github.com/wixtoolset/issues/issues/8585
</content>
</entry>
<entry>
<title>Fix messages related to package scope.</title>
<updated>2024-12-27T06:04:18+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-11-11T01:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=172d144ef708b138153608f78e504f21434f5be1'/>
<id>urn:sha1:172d144ef708b138153608f78e504f21434f5be1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid setting null MinValues when removing rows.</title>
<updated>2024-12-27T06:03:29+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-01T03:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6f644be25a7981c61d6a91977f5f82a849beb60e'/>
<id>urn:sha1:6f644be25a7981c61d6a91977f5f82a849beb60e</id>
<content type='text'>
- Fixes https://github.com/wixtoolset/issues/issues/8689
</content>
</entry>
<entry>
<title>Also use EnsureTable to schedule standard actions.</title>
<updated>2024-12-27T06:00:57+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-08-25T23:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=05d9529abdee99372e3b99808f8fed04c755ae95'/>
<id>urn:sha1:05d9529abdee99372e3b99808f8fed04c755ae95</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8632
Fixes https://github.com/wixtoolset/issues/issues/8199
</content>
</entry>
<entry>
<title>Handle rooted file harvesting.</title>
<updated>2024-12-27T05:53:58+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-22T02:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=da34545f4caddf3ccc353392531139e2500cf578'/>
<id>urn:sha1:da34545f4caddf3ccc353392531139e2500cf578</id>
<content type='text'>
Also don't fail-fast when directory doesn't exist.

Fixes https://github.com/wixtoolset/issues/issues/8740.
</content>
</entry>
<entry>
<title>Drop CA path validation in WixUI by default.</title>
<updated>2024-12-27T05:46:38+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-28T02:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=aa2678906191e0535fad5634467f074aae049c09'/>
<id>urn:sha1:aa2678906191e0535fad5634467f074aae049c09</id>
<content type='text'>
Add `WixUI/ExtendedPathValidation="yes"` to opt-in.
Removed the WIXUI_DONTVALIDATEPATH runtime opt-out.

Fixes https://github.com/wixtoolset/issues/issues/8718
Relies on https://github.com/wixtoolset/wix/pull/563
</content>
</entry>
<entry>
<title>Replace EULA printing custom action with MsiPrint.</title>
<updated>2024-12-27T05:46:38+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-08-26T04:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3986a0b375d5b536f897d6284770baf711afaf86'/>
<id>urn:sha1:3986a0b375d5b536f897d6284770baf711afaf86</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8580
</content>
</entry>
</feed>
