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

前端 未结 8 1625
暗喜
暗喜 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:03

    To create an installer there is:

    1. NSIS - Free
    2. InstallShield - Paid

    I do not know how know about Macs

    Issues: Computer does not have .Net Framework

    Solution: StackOverflow - The State of Linkers for .NET apps

提交回复
热议问题