简体   繁体   中英

Changes the Icon's in Dialog's Wix Installer

I have developed a setup for my project using WIX installer.I am really new to it. Now i have completely finished developing the installer but i need to customize the Icon of the Dialog window.How to set the icon of our product to it.??

在此处输入图片说明

How to change this icon ??

I have tried the below code ,But its not working?

<Icon Id="icon.ico" SourceFile="MySourceFiles\icon.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />

The icon you are asking about is managed by Windows Installer and can't be changed. It is a default icon assigned to all MSI packages by the OS. You can change the default icon for all MSI packages in the system registry, but this is most likely not what you're trying to do.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM