We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b3a10 commit 503def6Copy full SHA for 503def6
1 file changed
src/PPM.Installer/AppComponents.wxs
@@ -12,9 +12,7 @@
12
</ServiceInstall>
13
<ServiceControl Id="PPM_Service_control" Name="PPM_Service" Start="install" Stop="both" Remove="uninstall" Wait="no"/>
14
</Component>
15
- <Files Include="!(bindpath.x64)\*.dll">
16
- <Exclude Files="!(bindpath.x64)\Microsoft.Windows.Widgets.dll"></Exclude>
17
- </Files>
+ <Files Include="!(bindpath.x64)\*.dll"/>
18
<Files Include="!(bindpath.x64)\*.runtimeconfig.json"/>
19
<Files Include="!(bindpath.x64)\*.pri"/>
20
<Files Include="!(bindpath.x64)\**.png">
0 commit comments