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
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
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.