Extract icon from .exe file

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
flxrbr
Level 1
Level 1
Posts: 6
Joined: Fri May 31, 2024 9:03 pm

Extract icon from .exe file

Post by flxrbr »

Is there a way to directly extract the icon image from the .exe file using wine?

I saw on another post that is possible to extract the icon from a .lnk file with

Code: Select all

wine winemenubuilder -t filename.lnk output.png
How can I create a .lnk from the .exe and then extract the icon from the .lnk file?
xiaotong
Newbie
Newbie
Posts: 1
Joined: Fri Jun 03, 2022 11:42 am

Re: Extract icon from .exe file

Post by xiaotong »

Locked