You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: