wixtoolset / issues

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

A dummy short file name generated in RemoveFile that might cause a wrong file to be deleted #8832

Open nirbar opened 1 week ago

nirbar commented 1 week ago

WiX Version

4.x

.NET or MSBuild or Visual Studio Version

VS 2022

HeatWave Version

N/A

Windows Version

10

Repro Repo

No response

Repro Steps

  1. Author a setup project with RemoveFile/@FileName="*-file.txt"
  2. View the MSI in orca

Actual Result

A dummy short file name was generated

Expected Result

The FileName column should have the exact FileName attribute authored Otherwise a different file might get deleted

Acknowledgements