wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
130 stars 24 forks source link

Files element ignors first letter of root folder names when pointed to subst folder #8740

Open chrpai opened 2 months ago

chrpai commented 2 months ago

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.

image

Expected Result

I expected the directories to be authored with the correct name.

Acknowledgements