Skip to content

Commit 7ded9a4

Browse files
committed
Show cppcheck icon in Windows "Add and Remove Program" dialog
1 parent 7ecdb30 commit 7ded9a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: win_installer/cppcheck.wxs

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
<UIRef Id="WixUI_FeatureTree"/>
157157

158158
<Icon Id='cppcheckgui.exe' SourceFile='$(var.GuiBuildDir)\cppcheck-gui.exe' />
159+
<Property Id="ARPPRODUCTICON" Value="cppcheckgui.exe" />
159160

160161
<WixVariable Id="WixUILicenseRtf" Value="GPLv3.rtf" />
161162
<WixVariable Id="WixUIBannerBmp" Value="images\banner.jpg" />

0 commit comments

Comments
 (0)