zoukankan      html  css  js  c++  java
  • 【转】vs2012 打包安装更改 setup.exe的图标

    还是老外的文章给力

    I'm not aware of any way to change the icon BEFORE building the project so that once the ClickOnce is deployed it already has the icon, however you can edit the setup.exe icon AFTER deployment quite easily. If anyone else knows of a way to do it before then they can trump my answer.

    In Visual Studio go to File > Open > File and browse to the setup.exe for your ClickOnce deployment. Open this file.

    You should see a folder tree. Right click on the Icon node and choose Add Resource.

    It should already have the Icon resource type chosen on the left so click Import on the right to add your icon.

    Your icon will open up in Visual Studio, just close this tab. You should be back to your folder tree. Look under the Icon node and make sure your icon has the lowest ID number.

    Save the file.

    Your setup.exe will now have the new icon.

    Disclaimer: For me Windows was weird and didn't refresh the icon right away. If I went to its properties or copied the file elsewhere I could see the icon immediately. I imagine it's a caching thing.

    Edit: Screenshot:

    enter image description here

    from:http://stackoverflow.com/questions/35019832/how-to-change-setup-exe-icon-when-publishing-through-clickonce

  • 相关阅读:
    silverlight 自定义 鼠标 双击事件
    silverlight 常用特效
    silverlight 碰撞检测
    silverlight的自定义依赖属性
    在程序代码中集成跨域服务文件
    Silverlight动画基础
    silverlight 虚线框
    建立纯代码的silverlight项目
    silverlight字符串加密之二
    silverlight3 加载其他xap
  • 原文地址:https://www.cnblogs.com/xuan52rock/p/5752681.html
Copyright © 2011-2022 走看看