Porting a .exe setup and mono framework on mac

2019-09-02 10:02发布

问题:

I have a requirement to deploy a windows .net application on a Mac OS. As i am a novice to mac, i need a step by step procedure to bundle the Mono Framework and my application setup(built in NSIS). Uses should be be able to directly click and install the application on a Mac. If possible please provide a simple step by step procedure how to go about with the process.

Thanks,

回答1:

i'm not quite sure whether i understood what you want to accomplish, so the following is based on some wild guesses

  • to build an installer for os x, have a look at packagemaker (here's a guide).

  • to run a nsis installer on os x, you will need wine or winebottler

  • to get the contents of nsis installers, try extracting them with keka or theunarchiver

maybe you could be more specific or rephrase what you're up to!