ralsina / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 2 forks source link

Enable translations of the windows installer #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As suggested in Issue 46, the installer needs translations too.

Original issue reported on code.google.com by roberto.alsina on 15 Feb 2010 at 2:45

GoogleCodeExporter commented 9 years ago
Hmm... What installer engine is used? Did you think of using some kind of 
crossplatform installer like InstallJammer? (I know there are packages for 
Linux 
distributions, but you can never have them all, and an installer would help 
some 
ppl).

Anyway... how can I help on translating the installer?

Original comment by cyberkil...@gmail.com on 16 Feb 2010 at 6:08

GoogleCodeExporter commented 9 years ago
Do you have any experience with translated NSI files (the installation system 
we are
talking about is NSIS)

Original comment by sh.yaron on 17 Feb 2010 at 10:32

GoogleCodeExporter commented 9 years ago
I have the NSIS installer kind of working so I am not starting again with 
installjammer, 
although anyone is free to try :-)

Original comment by roberto.alsina on 18 Feb 2010 at 1:49

GoogleCodeExporter commented 9 years ago
@2 nope, but I figure all is needed here is a text editor to translate some 
strings. 
Or am I wrong?

Original comment by cyberkil...@gmail.com on 18 Feb 2010 at 6:17

GoogleCodeExporter commented 9 years ago
open the nsi file and see for yourself, there are no string!

Original comment by sh.yaron on 18 Feb 2010 at 8:53

GoogleCodeExporter commented 9 years ago
I am giving up on the windows installer, because I can't make it work on all 
machines (the 
damned vc_redist problem).

So, I'm disowning this issue, and hoping someone that knows about windows 
pakaging can 
help.

Original comment by roberto.alsina on 19 Feb 2010 at 11:04

GoogleCodeExporter commented 9 years ago
Can someone else please check it?
I can't install NSIS at all... (unless there is a version that works on Ubuntu)

Original comment by sh.yaron on 20 Feb 2010 at 10:20

GoogleCodeExporter commented 9 years ago
Please check out the following example of adding multiple languages to NSIS:
http://nsis.sourceforge.net/Examples/Modern%20UI/MultiLanguage.nsi

Original comment by sh.yaron on 22 Feb 2010 at 9:24

GoogleCodeExporter commented 9 years ago
Thanks for the link. I may spend some time on this tomorrow, but... there is a 
more 
pressing problem with the windows installer, in that it ony works for like 50% 
of the users 
because of problems with the visual studio runtime.

Original comment by roberto.alsina on 22 Feb 2010 at 10:30

GoogleCodeExporter commented 9 years ago
Are you compiling it using Visual Studio or mingw?
If you'll switch to mingw I don't think you'll have this problem

Original comment by sh.yaron on 22 Feb 2010 at 10:45

GoogleCodeExporter commented 9 years ago
I am using the official binaries that are made using Visual Studio.

I don't have the resources to rebuild everything with mingw (I have just a 
small windows 
VM)

Original comment by roberto.alsina on 22 Feb 2010 at 10:51

GoogleCodeExporter commented 9 years ago
The best IDEs for gcc compiling (to my opinion) are:
NetBeans, Eclipse, Code:Blocks, and Dev-C++/wxDev-C++ (wx is quite buggy, the 
other
one lacks many features in order to be a good IDE, Code:Blocks is much better,
NetBeans is one of the most professional IDEs i've ever seen, and Eclipse is 
very
heavy but relatively intuitive)

Original comment by sh.yaron on 22 Feb 2010 at 11:08

GoogleCodeExporter commented 9 years ago
@6 why not just use a different installer? Try maybe installjammer.com - this 
shouldn't require visual studio libs (though it had some problems with non 
latin 
characters rendering a few versions back, I don't know if they fixed it yet).

Original comment by cyberkil...@gmail.com on 23 Feb 2010 at 6:51

GoogleCodeExporter commented 9 years ago
The visual studio libs are reuired because the official python and pyqt 
binaries are built 
using Visual Studio.

Original comment by roberto.alsina on 23 Feb 2010 at 10:46

GoogleCodeExporter commented 9 years ago
If I was on your place I wouldn't ship python along with Marave, but leave it 
to the 
user to install all the dependencies.

Original comment by cyberkil...@gmail.com on 24 Feb 2010 at 6:41

GoogleCodeExporter commented 9 years ago
@15, well, that would be just fine if I didn't want to have more than 5 Windows 
users ;-)

Original comment by roberto.alsina on 24 Feb 2010 at 9:46