[Mono-winforms-list] RES: How can I create a setup (msi) or package project

Fernando Henrique Matosinhos - BRAXIS BRAXIS.Fernando.Matosinhos at prosegur.com
Tue Feb 15 07:28:04 EST 2011


Great,

I'll to see those examples

Thank you Rafael
Fernando Henrique Matosinhos
Analista de Sistemas - CPM Braxis 

-----Mensagem original-----
De: Rafael Teixeira [mailto:monoman at gmail.com] 
Enviada em: terça-feira, 15 de fevereiro de 2011 09:00
Para: Fernando Henrique Matosinhos - BRAXIS
Cc: mono-winforms-list at lists.ximian.com
Assunto: Re: [Mono-winforms-list] How can I create a setup (msi) or package project

Quick answer: You don't. All of the dependencies you've listed aren't
managed, so they won't run on Linux.

For fully managed applications ( those written for .NET/Mono) you'll
need probably the help of some commercial tool like, for instance,
BitRock's InstallBuilder:
http://installbuilder.bitrock.com/index.html, if you really wan't to
provide similar installers on Windows and Linux.

The preferred way, though, is to package for Linux in the native
formats (.deb/.rpm/.tgz) as needed for each targetted distro. Ubuntu
uses the .deb format, and has many rules for how the app should be
packaged: see http://www.mono-project.com/Guidelines:Application_Deployment
and Ubuntu specific rules.

Good learning,

Rafael "Monoman" Teixeira
---------------------------------------
"We live in a world operated by science and technology. We have also
arranged things so that almost no one understands science and
technology. This is a prescription for disaster. We might get away
with it for a while, but sooner or later this combustible mixture of
ignorance and power is going to blow up in our faces."
-Carl Sagan



On Mon, Feb 14, 2011 at 5:32 PM, FMatosinhos
<braxis.fernando.matosinhos at prosegur.com> wrote:
>
> Hi guys,
>
> I would like to know, how can I create a setup (msi) or package project with
> all prerequisites of dependency such as (MDAC 2.8, .Crystal Report
> Redistribution, Windows Installer, etc) in a Windows Form application. For
> both Windows and Linux (Ubuntu) plataform. I'm using Mono.
>
> Regards!
> --
> View this message in context: http://mono.1490590.n4.nabble.com/How-can-I-create-a-setup-msi-or-package-project-tp3305648p3305648.html
> Sent from the Mono - WinForms mailing list archive at Nabble.com.
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>


More information about the Mono-winforms-list mailing list