Posted July 27, 2019
Suppose I have a .NET program .EXE that I want to give to someone to run on a different computer, but that computer happens to be a Macintosh of some sort (I don't know the specific details). How could I do this?
I don't personally have a Macintosh so I'm not particularly knowledgeable about compatibility issues concerning Macintosh computers, and I have no way of testing it at all, but I'd just have to hope that it works.
Is there some reliable .NET interpreter or otherwise emulator that I could include with the program and just say, "Install this first"? The person who will receive this program .EXE file isn't a programmer, and isn't super-knowledgeable about technology, so it would be best it it's just a simple installer file to run and then some easy way to run the program after that.
I've looked around a bit, and supposedly it might be possible to run the regular .NET stuff if you just happen to have the interpreter for MacOS, but how compatible is it? I think the program .EXE file might be from something like Visual Studio 2012 or 2013 or something.
There's also something called Wine, but I don't know how easy that is to install and use, and I don't think that it's specifically for .NET programs, but just regular programs (though I suppose it might be able to run a .NET interpreter, which could then run the .NET program, right?).
There's another thing called PlayOnMac, which may be more simplified than Wine, but I'm not sure how compatible it is, especially with .NET.
Are any of these good options or is there a better one? Really, simplicity and compatibility are the main concerns.
Thanks a bunch in advance!
I don't personally have a Macintosh so I'm not particularly knowledgeable about compatibility issues concerning Macintosh computers, and I have no way of testing it at all, but I'd just have to hope that it works.
Is there some reliable .NET interpreter or otherwise emulator that I could include with the program and just say, "Install this first"? The person who will receive this program .EXE file isn't a programmer, and isn't super-knowledgeable about technology, so it would be best it it's just a simple installer file to run and then some easy way to run the program after that.
I've looked around a bit, and supposedly it might be possible to run the regular .NET stuff if you just happen to have the interpreter for MacOS, but how compatible is it? I think the program .EXE file might be from something like Visual Studio 2012 or 2013 or something.
There's also something called Wine, but I don't know how easy that is to install and use, and I don't think that it's specifically for .NET programs, but just regular programs (though I suppose it might be able to run a .NET interpreter, which could then run the .NET program, right?).
There's another thing called PlayOnMac, which may be more simplified than Wine, but I'm not sure how compatible it is, especially with .NET.
Are any of these good options or is there a better one? Really, simplicity and compatibility are the main concerns.
Thanks a bunch in advance!
No posts in this topic were marked as the solution yet. If you can help, add your reply