mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
CPackWIX: Allow patching of shortcut components
This commit is contained in:
@@ -817,6 +817,8 @@ bool cmCPackWIXGenerator::CreateShortcutsOfSpecificType(
|
||||
fileDefinitions.AddAttribute("Id", componentId);
|
||||
fileDefinitions.AddAttribute("Guid", "*");
|
||||
|
||||
this->Patch->ApplyFragment(componentId, fileDefinitions);
|
||||
|
||||
std::string registryKey = std::string("Software\\") +
|
||||
cpackVendor + "\\" + cpackPackageName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user