Skip to content
Snippets Groups Projects
Commit 38d723b3 authored by Nils Gladitz's avatar Nils Gladitz
Browse files

CPackWIX: Allow patching of shortcut components

parent 8ed8c295
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment