0

I have a C# Winforms application which I developed in Mono on OSX.

I would like to create an installer package which will install my application on any OSX computer.

How do I create an installer package ?

Thanks

thorr18
  • 339
  • 3
  • 14
user1884325
  • 2,530
  • 1
  • 30
  • 49

1 Answers1

1

This blog entry explains how to package a GTK# app. If you're not using Gtk, you can still possibly reuse many of the know-how of that post.

knocte
  • 16,941
  • 11
  • 79
  • 125