Each of the directories was missing the first letter of it's directory name.
Expected Result
I expected the directories to be authored with the correct name.
Acknowledgements
[X] I acknowledge that this is a fully completed bug report. It is not a question or attempt to get help debugging my issue (because those should be sent to Discussions).
WiX Version
5.0.1
.NET or MSBuild or Visual Studio Version
8.0.302
HeatWave Version
1.0.4.5
Windows Version
Win 11 23H2
Repro Repo
No response
Repro Steps
Create a folder with a bunch of dirs/files ( data, lib, license... whatever) and use subst z:\ path_to_folder to make it available as z:.
<Files Directory="INSTALLLOCATION" Include="Z:\**" />
Actual Result
Each of the directories was missing the first letter of it's directory name.
Expected Result
I expected the directories to be authored with the correct name.
Acknowledgements