Skip to content

Commit 5da43d9

Browse files
committed
fixing mistaken deploy of middleware with app
1 parent b1157a1 commit 5da43d9

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

IntelPresentMon/PMInstaller/PresentMon.wxs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -437,15 +437,9 @@
437437
</File>
438438
</Component>
439439
<Component
440-
Id="pm_app_present_mon_api_2_dll"
441-
Guid="0DC4A1F0-2802-4FC0-B21D-094B78287DC8">
442-
<File
443-
Id="pm_app_present_mon_api_2_dll"
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"/>
440+
Id="pm_app_remove_middleware"
441+
Guid="C980319A-1DC0-4F9C-9E93-9775B71CD1A5">
442+
<RemoveFile Id="remove_app_middleware" Name="$(var.PresentMonAPI2.TargetFileName)" On="both"/>
449443
</Component>
450444
<Component
451445
Id="pm_app_present_mon_api_2_loader_dll"

0 commit comments

Comments
 (0)