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

  • 相关阅读:
    Myeclipse10 + JBPM4.4 环境搭建图文教程
    关于ztree异步加载的问题(二)
    ztree学习之异步加载节点(一)
    【LeetCode】Search a 2D Matrix
    【LeetCode】Merge Sorted Array
    【LeetCode】Search for a Range
    一位阿里导师给大学生的忠告
    Java 基础
    java XML-RPC
    java web service
  • 原文地址:https://www.cnblogs.com/xuan52rock/p/5752681.html
Copyright © 2011-2022 走看看