Build an installer for .NET app that can run on Windows and OS X?

前端 未结 8 1601
暗喜
暗喜 2021-02-07 06:09

I am surprised I could not find this question already asked, so if I simply missed it please notify promptly.

I need to write a very small, fairly simple application in .

8条回答
  •  一整个雨季
    2021-02-07 07:07

    This may or may not be the answer you are looking for. If your application can survive in the Silverlight sand box, you may want to explore Silverlight 3.0.

    Silverlight 3 allows your application to run outside of the browser on Windows and Mac.

    Here's an example of setting it up: http://www.silverlightshow.net/items/Silverlight-3-as-a-Desktop-Application-Out-of-Browser-Applications.aspx

提交回复
热议问题