Set a Windows exe icon from Linux (without Wine ?) -


I'm trying to set up a Windows executable icon in Linux with a bass script, but I can not find anything relevant

I have found this tool, but I think you can extract the .ico file from executable (then convert it to PNG), or vice versa: it takes PNG And it makes one. Iico but it can not write new ICO in executable Am I right or wrong ? What should I do?

By the way, I have found, but they do not fully answer the question ...

Thank you!

You have to use it in a way.

Therefore,

  • install < wine
  • download resource hacker
  • Resource Hacker with Wine (or wine32 if you are on 64 bit): < Pre> $ wine32 /path/to/reshack_setup.exe

  • Change icon:

      $ wine32 Wine / drive_c / program \ files / resources / hacker / reshacker.exe -addwriter "oldexe.exe, new.exe, new.ico, ICONGROUP, MAINICON, 0"   

    Code> .exe files for me. It also failed on one, why not find me

    Hope it helps!

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -