Re: [Gambas-user] Gambas self-extracting installer (3)

2013-10-26 Thread Dimitris Anogiatis
Hey Benoit, When I try the self extracting executable on my laptop it gives me the following error message: Verifying archive integrity... All good. Uncompressing Gambas installer test. STARTDIR=/tmp/selfgz25001 Unsupported architecture: i686 Distribution: Debian Wheezy (7.2)

Re: [Gambas-user] Gambas self-extracting installer (3)

2013-10-26 Thread Benoît Minisini
Le 27/10/2013 00:42, Benoît Minisini a écrit : > Le 26/10/2013 23:50, Kende Krisztián a écrit : >>> I just have another idea: >>> >>> To make a GUI self-extracting installer, I have put in the >>> self-extracting archive all the Qt4 shared libraries, all Qt4 gui >>> components and the related compo

Re: [Gambas-user] Gambas self-extracting installer (3)

2013-10-26 Thread Benoît Minisini
Le 26/10/2013 23:50, Kende Krisztián a écrit : >> I just have another idea: >> >> To make a GUI self-extracting installer, I have put in the >> self-extracting archive all the Qt4 shared libraries, all Qt4 gui >> components and the related components. > > Yeah, this is a fully portable installer. B

Re: [Gambas-user] Gambas self-extracting installer (3)

2013-10-26 Thread Kende Krisztián
> I just have another idea: > > To make a GUI self-extracting installer, I have put in the > self-extracting archive all the Qt4 shared libraries, all Qt4 gui > components and the related components. Yeah, this is a fully portable installer. But why just the installer? Ubuntu Click packages are

[Gambas-user] Gambas self-extracting installer (3)

2013-10-26 Thread Benoît Minisini
I just have another idea: To make a GUI self-extracting installer, I have put in the self-extracting archive all the Qt4 shared libraries, all Qt4 gui components and the related components. Why not instead use the gb.httpd embedded http server, and make the installer a web application run thro