admin管理员组文章数量:1388805
I install a Shortcut with my Wix Installer like this:
<Shortcut Name="Tray Application"
Directory="StartupFolder"
WorkingDirectory="InstallFolder"
Advertise="yes"
Icon="Icon.ico" />
Icon is defined like this:
<Icon Id="Icon.ico" SourceFile="Resources\Icon.ico" />
In Task Manager -> Autostart it shows up like this:
Why does it show up as "Icon.ico" and not "Tray Application" in Task Manager -> Autostart?
In C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup it shows up likes this:
Shortcut properties:
I install a Shortcut with my Wix Installer like this:
<Shortcut Name="Tray Application"
Directory="StartupFolder"
WorkingDirectory="InstallFolder"
Advertise="yes"
Icon="Icon.ico" />
Icon is defined like this:
<Icon Id="Icon.ico" SourceFile="Resources\Icon.ico" />
In Task Manager -> Autostart it shows up like this:
Why does it show up as "Icon.ico" and not "Tray Application" in Task Manager -> Autostart?
In C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup it shows up likes this:
Shortcut properties:
Share Improve this question asked Mar 15 at 0:41 HativHativ 1,5301 gold badge16 silver badges24 bronze badges1 Answer
Reset to default 1Advertised shortcuts use the Id of the Icon because they don't have access to the target file name when deployed. So, change the Icon Id to the name you want to show up, like "MyApplication.exe".
本文标签: wix5Wix StartupFolder Shortcut shows as quotIconicoquot in Task ManagerStack Overflow
版权声明:本文标题:wix5 - Wix StartupFolder Shortcut shows as "Icon.ico" in Task Manager - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744627135a2616325.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论