Erlang Mailing Lists

Author Message

<  Erlang questions mailing list  ~  Best windows installer? was : lightweight Erlang with pack

joe
Posted: Mon Jul 03, 2006 2:19 pm Reply with quote
User Joined: 28 Feb 2005 Posts: 93
Can anybody advise on a good windows installer?

requirements:

- open source
- minimal
- adware-free

What we don't need is all the goodies - just the basics

/Joe


> -----Original Message-----
> From: Christophe Romain [mailto:christophe.romain@process-one.net]
> Sent: den 3 juli 2006 12:35
> To: Joe Armstrong (AL/EAB)
> Cc: erlang-questions@erlang.org
> Subject: Re: lightweight Erlang with package management
>
> Thank you Joe !
>
>
> > 1) Remote install extension
> very interresting feature !
> if you have ssh or rsh and an account on all systems, using
> os:cmd is a way to do that.
> anyway we have erlang/lib/ssh/ebin/ssh_sftp that could help.
> I'll look at
>
> > 2) Windows install
> I'll look at wings installer, but it will be difficult for me
> to help on windows.
> any volunteer or tester ?
>
> > I guess it would be easy to write a package that installs a
> "standard"
> > environment for
> > windows
> you're right, it's even possible to make windows base system
> containing this standard environment.
>
> > all I need is a "wget" in Erlang, and I guess something like wget
> erlrt is using ibrowse
>
>
Post generated from www.trapexit.org
View user's profile Send private message
asergey
Posted: Mon Jul 03, 2006 2:42 pm Reply with quote
User Joined: 12 Mar 2005 Posts: 313
You can try this scriptable open-source system:

http://nsis.sourceforge.net

Serge

Joe Armstrong (AL/EAB) wrote:
>
> Can anybody advise on a good windows installer?
>
> requirements:
>
> - open source
> - minimal
> - adware-free
>
> What we don't need is all the goodies - just the basics
>
> /Joe
>
>
>> -----Original Message-----
>> From: Christophe Romain [mailto:christophe.romain@process-one.net]
>> Sent: den 3 juli 2006 12:35
>> To: Joe Armstrong (AL/EAB)
>> Cc: erlang-questions@erlang.org
>> Subject: Re: lightweight Erlang with package management
>>
>> Thank you Joe !
>>
>>
>>> 1) Remote install extension
>> very interresting feature !
>> if you have ssh or rsh and an account on all systems, using
>> os:cmd is a way to do that.
>> anyway we have erlang/lib/ssh/ebin/ssh_sftp that could help.
>> I'll look at
>>
>>> 2) Windows install
>> I'll look at wings installer, but it will be difficult for me
>> to help on windows.
>> any volunteer or tester ?
>>
>>> I guess it would be easy to write a package that installs a
>> "standard"
>>> environment for
>>> windows
>> you're right, it's even possible to make windows base system
>> containing this standard environment.
>>
>>> all I need is a "wget" in Erlang, and I guess something like wget
>> erlrt is using ibrowse
>>
>>
>

Post generated from www.trapexit.org
View user's profile Send private message
Ke Han
Posted: Mon Jul 03, 2006 3:23 pm Reply with quote
User Joined: 02 Mar 2005 Posts: 107 Location: Shanghai
Nullsoft has been around a while and seems to be pretty well supported.
http://nsis.sourceforge.net/Main_Page
Another interesting one is WiX
http://sourceforge.net/projects/wix/

ke han


On Jul 3, 2006, at 10:11 PM, Joe Armstrong ((AL/EAB)) wrote:

>
> Can anybody advise on a good windows installer?
>
> requirements:
>
> - open source
> - minimal
> - adware-free
>
> What we don't need is all the goodies - just the basics
>
> /Joe
>
>
>> -----Original Message-----
>> From: Christophe Romain [mailto:christophe.romain@process-one.net]
>> Sent: den 3 juli 2006 12:35
>> To: Joe Armstrong (AL/EAB)
>> Cc: erlang-questions@erlang.org
>> Subject: Re: lightweight Erlang with package management
>>
>> Thank you Joe !
>>
>>
>>> 1) Remote install extension
>> very interresting feature !
>> if you have ssh or rsh and an account on all systems, using
>> os:cmd is a way to do that.
>> anyway we have erlang/lib/ssh/ebin/ssh_sftp that could help.
>> I'll look at
>>
>>> 2) Windows install
>> I'll look at wings installer, but it will be difficult for me
>> to help on windows.
>> any volunteer or tester ?
>>
>>> I guess it would be easy to write a package that installs a
>> "standard"
>>> environment for
>>> windows
>> you're right, it's even possible to make windows base system
>> containing this standard environment.
>>
>>> all I need is a "wget" in Erlang, and I guess something like wget
>> erlrt is using ibrowse
>>
>>

Post generated from www.trapexit.org
View user's profile Send private message
Guest
Posted: Mon Jul 03, 2006 3:34 pm Reply with quote
Guest
Well it's not open source (I think) but the microsoft installer are
commonly used even by open source projects.

http://www.python.org/download/releases/2.4/msi/
http://www.python.org/pycon/dc2004/papers/44/


On Mon, 2006-07-03 at 16:11 +0200, Joe Armstrong (AL/EAB) wrote:
> Can anybody advise on a good windows installer?
>
> requirements:
>
> - open source
> - minimal
> - adware-free
>
> What we don't need is all the goodies - just the basics
>
> /Joe
>
>
> > -----Original Message-----
> > From: Christophe Romain [mailto:christophe.romain@process-one.net]
> > Sent: den 3 juli 2006 12:35
> > To: Joe Armstrong (AL/EAB)
> > Cc: erlang-questions@erlang.org
> > Subject: Re: lightweight Erlang with package management
> >
> > Thank you Joe !
> >
> >
> > > 1) Remote install extension
> > very interresting feature !
> > if you have ssh or rsh and an account on all systems, using
> > os:cmd is a way to do that.
> > anyway we have erlang/lib/ssh/ebin/ssh_sftp that could help.
> > I'll look at
> >
> > > 2) Windows install
> > I'll look at wings installer, but it will be difficult for me
> > to help on windows.
> > any volunteer or tester ?
> >
> > > I guess it would be easy to write a package that installs a
> > "standard"
> > > environment for
> > > windows
> > you're right, it's even possible to make windows base system
> > containing this standard environment.
> >
> > > all I need is a "wget" in Erlang, and I guess something like wget
> > erlrt is using ibrowse
> >
> >

Post generated from www.trapexit.org
Guest
Posted: Tue Jul 04, 2006 3:34 pm Reply with quote
Guest
InstallJammer (www.installjammer.com) is open-source, scriptable AND
*cross platform* (Windows and Unix).

/Ashok

Joe Armstrong (AL/EAB) wrote:
>
> Can anybody advise on a good windows installer?
>
> requirements:
>
> - open source
> - minimal
> - adware-free
>
> What we don't need is all the goodies - just the basics
>
> /Joe
>
>
>
>> -----Original Message-----
>> From: Christophe Romain [mailto:christophe.romain@process-one.net]
>> Sent: den 3 juli 2006 12:35
>> To: Joe Armstrong (AL/EAB)
>> Cc: erlang-questions@erlang.org
>> Subject: Re: lightweight Erlang with package management
>>
>> Thank you Joe !
>>
>>
>>
>>> 1) Remote install extension
>>>
>> very interresting feature !
>> if you have ssh or rsh and an account on all systems, using
>> os:cmd is a way to do that.
>> anyway we have erlang/lib/ssh/ebin/ssh_sftp that could help.
>> I'll look at
>>
>>
>>> 2) Windows install
>>>
>> I'll look at wings installer, but it will be difficult for me
>> to help on windows.
>> any volunteer or tester ?
>>
>>
>>> I guess it would be easy to write a package that installs a
>>>
>> "standard"
>>
>>> environment for
>>> windows
>>>
>> you're right, it's even possible to make windows base system
>> containing this standard environment.
>>
>>
>>> all I need is a "wget" in Erlang, and I guess something like wget
>>>
>> erlrt is using ibrowse
>>
>>
>>
>
>

Post generated from www.trapexit.org
Guest
Posted: Wed Jul 05, 2006 9:45 pm Reply with quote
Guest
InstallJammer (www.installjammer.com) is open-source, scriptable AND
*cross platform* (Windows and Unix).

/Ashok

Joe Armstrong (AL/EAB) wrote:
>
> Can anybody advise on a good windows installer?
>
> requirements:
>
> - open source
> - minimal
> - adware-free
>
> What we don't need is all the goodies - just the basics
>
> /Joe
>
>
>
Post generated from www.trapexit.org

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum