aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-08-03 16:37:31 -0400
committerRob Mensching <rob@firegiant.com>2024-12-28 19:39:41 -0800
commit720708fac9ea0109a9918611f69ebf6cc370bbeb (patch)
treead551594475fb783d42100f905256c071ed8ae88 /.github
parenta076b9d72486328d8dc95675daae417a3c07d6d6 (diff)
downloadwix-720708fac9ea0109a9918611f69ebf6cc370bbeb.tar.gz
wix-720708fac9ea0109a9918611f69ebf6cc370bbeb.tar.bz2
wix-720708fac9ea0109a9918611f69ebf6cc370bbeb.zip
Ensure naked files take Subdirectory into account.
Naked files generated their ids using the attributes that are common to both naked and clothed files. But naked files also support @Subdirectory to magic up a subdirectory in a specified directory (@Directory) or the default INSTALLFOLDER. That subdirectory needs to factor in to the generated file id (which is then used as the component id too). Without it, generated ids for files with the same name but from different @Subdirectory values would be duplicated. (Authored file ids must also continue to be supported.) Naked files now generate different file and component ids. :( Fixes https://github.com/wixtoolset/issues/issues/8674
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions