How to change the icon in 'Add or Remove Programs'

后端 未结 6 1420
日久生厌
日久生厌 2020-12-30 03:09

\"enter

I\'m trying to set the icon in Add or Remove Programs to the same as my a

6条回答
  •  春和景丽
    2020-12-30 03:48

    Windows installer supports property by which you can add Icon ARPPRODUCTICON. To Set this property we need to add icon in your installer using Icon element.

    
    
    

    This will add icon in Control Panel.

提交回复
热议问题