Hi. On Tue, 2 Sep 2008 20:22:08 -0700 (PDT), codetale <[EMAIL PROTECTED]> wrote: > I want to know: > 1. bin and lib (mono runtime) are quite large in size (about 160mb), is it > possible to reduce it size by removing some some files, I just have to > make > it possible to run pure .Net 2.0 application, others version are not > consider. > If it possible to, please note me which are save to remove.
Yes, it's possible, although I don't have a list of files ready. I do exactly that for a small project of mine, which is a .net 2.0 ClickOnce application that includes a version of mono (1.9.something currently) as zip file. It is 18 MB uncompressed, less than 7 MB as a zip file and works fine for my (quite specific) purpose of recompiling some stuff on the client machine. Sorry that I cannot help you with specific details, but with a little guesswork and some trial and error it's possible to do what you want ;) Regards, Ben _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
