How to wrap a single Windows EXE program to run on Mac OSX

Questions about Wine on macOS.
Locked
CakeSpear
Newbie
Newbie
Posts: 1
Joined: Thu May 08, 2014 3:39 am

How to wrap a single Windows EXE program to run on Mac OSX

Post by CakeSpear »

Hi
I have a single Windows program and want it to run as an Application on Mac OSX
Im new to this and dont know how to proceed
I guess i need to wrap it somehow?
What version of Wine do i need?

Thanks!
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: How to wrap a single Windows EXE program to run on Mac O

Post by doh123 »

Wine itself on OS X is compile yourself and ran command line.

You may want to check out third party tools like Wineskin for what your doing... but I'm pretty biased in that regard since Wineskin is mine :-)
morshu9001
Newbie
Newbie
Posts: 4
Joined: Tue Jun 24, 2014 1:00 am

Re: How to wrap a single Windows EXE program to run on Mac O

Post by morshu9001 »

doh123 wrote:Wine itself on OS X is compile yourself and ran command line.

You may want to check out third party tools like Wineskin for what your doing... but I'm pretty biased in that regard since Wineskin is mine :-)
It's yours??! Thanks for making it! I agree that Wineskin is the best way to do this.

If you just want to run the EXE with Wine, the command is "wine (path to EXE)".
Locked