Porting a .exe setup and mono framework on mac

橙三吉。 提交于 2019-12-25 01:44:34

问题


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!



来源:https://stackoverflow.com/questions/17359590/porting-a-exe-setup-and-mono-framework-on-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!