Open forum for end-user questions about
Wine. Before asking questions, check out the
Wiki as a first step.
Forum Rules
-
flxrbr
- Level 1

- Posts: 6
- Joined: Fri May 31, 2024 9:03 pm
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?