Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
chrpai opened this issue Sep 9, 2024 · 0 comments · May be fixed by wixtoolset/wix#568
Open
1 task done
Assignees
Labels
Milestone

Comments

@chrpai
Copy link

chrpai commented Sep 9, 2024

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

  • 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).
@chrpai chrpai added the triage label Sep 9, 2024
@barnson barnson self-assigned this Sep 17, 2024
@barnson barnson added compiler and removed triage labels Sep 17, 2024
@barnson barnson added this to the v6.0.0-rc.1 milestone Sep 17, 2024
barnson added a commit to wixtoolset/wix that referenced this issue Sep 22, 2024
Also don't fail-fast when directory doesn't exist.

Fixes wixtoolset/issues#8740.
@barnson barnson linked a pull request Sep 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants