Add Remove program Icon

 ̄綄美尐妖づ 提交于 2020-01-11 09:59:01

问题


I have a WIX Installer project, which installs my product. The code was not written by me. It shows an Icon in the Add/Remove programs. I want to know where is in the source code is it specified. That icon is of the main executable of my product. I tried searching the code but could not find any ARPPRODUCTICON word in the whole code. From where is the icon getting displayed in Add/Remove Programs?


回答1:


The icon is set automatically by Windows Installer. If you want to use a custom one, you can set ARPPRODUCTICON property: http://msdn.microsoft.com/en-us/library/aa367593(VS.85).aspx



来源:https://stackoverflow.com/questions/7953728/add-remove-program-icon

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!