> From: [email protected] [mailto:mono-list- > [email protected]] On Behalf Of onedevteam.com > > running with "mono myapp.exe" is not an option. I wan't application to be > useful on computers with no mono installed.
I hope you've considered the licensing implications. In particular, if you distribute the mono runtime with an application, your application will need to be GPL. My personal experience is that mkbundle is unreliable. But making a package that depends on mono-complete is reliable. The normal thing to do is to make a package that depends on mono-complete, and let the package manager satisfy dependencies. Good luck. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
