We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1157a1 commit 5da43d9Copy full SHA for 5da43d9
IntelPresentMon/PMInstaller/PresentMon.wxs
@@ -437,15 +437,9 @@
437
</File>
438
</Component>
439
<Component
440
- Id="pm_app_present_mon_api_2_dll"
441
- Guid="0DC4A1F0-2802-4FC0-B21D-094B78287DC8">
442
- <File
443
444
- Name="$(var.PresentMonAPI2.TargetFileName)"
445
- Source="$(var.PresentMonAPI2.TargetPath)"
446
- KeyPath="yes">
447
- </File>
448
- <RemoveFile Id="remove_app_middleware" Name="$(var.PresentMonAPI2.TargetFileName)" On="install"/>
+ Id="pm_app_remove_middleware"
+ Guid="C980319A-1DC0-4F9C-9E93-9775B71CD1A5">
+ <RemoveFile Id="remove_app_middleware" Name="$(var.PresentMonAPI2.TargetFileName)" On="both"/>
449
450
451
Id="pm_app_present_mon_api_2_loader_dll"
0 commit comments