My software is built using .NET 2.0 runtime, webbrowser control and several other third party .net dll/components and finally encrypted using dotnetreactor (only my exe, not other .net dll/components) and built using inno setup maker. How do I port it to Mac OS X ? Is there any software available that can do it automatically? My first preference would be to use any setting in Visual Stduio IDE that can compile it in a Mac executable then use a setup maker for Mac OSX.
Update:
Seems like there is no direct way to do it.
Mono is a popular cross-platform C# solution, though you will likely have to rewrite some stuff.