OpenOffice 2.4.0
MD5: 042F92F52002EA471F84E71BCA90EB19
Information: website
Size: 115.82 MB
GigaSize: Download
License: Open Source
OpenOffice.org is a multiplatform and multilingual office suite and an open-source project. Compatible with all other major office suites, the product is free to download, use, and distribute.


June 4th, 2008 at 8:28 pm
the file on gigasize has been deleted, do you have any other link(s)?
June 5th, 2008 at 9:43 am
Unfortunately hosting files that big is always a problem. I will try my best to find a solution.
June 5th, 2008 at 5:29 pm
http://www.windowslive.com/skydrive/share_worldwide.html
June 5th, 2008 at 10:07 pm
SkyDrive allows only files smaller than 50MB
June 7th, 2008 at 12:03 pm
It work’s now from gigasize
June 7th, 2008 at 11:14 pm
yeaah!works again now in Gigasize
anyway, i downloaded your video tutorial and it helps me a lot in using AutoIt even though it’s in bulgarian
God Bless you Rado!
do you mind if i asked you some questions about autoIt and making add-ons?
June 13th, 2008 at 2:52 pm
Are you going to update to version 2.4.1?
http://download.openoffice.org/index.html
June 13th, 2008 at 3:09 pm
It will takes time…
June 17th, 2008 at 2:33 am
Hello,
sorry, I don’t mean to bother, just want to remind you to update
June 18th, 2008 at 12:27 am
Marco, if you use a 7zip AddOn, you can use the following code in your RunOnce file (place the end user installer in a folder \AddOns on your CD):
rem install & configure Open Office, requires 7-Zip for configuration options
“%ProgramFiles%\7-Zip\7z” X %Source%AddOns\OOo_2.4.1_Win32Intel_install_en-US.exe -O”%ProgramFiles%\OpenOffice24InstallFiles”
If exist “%ProgramFiles%\OpenOffice24InstallFiles\openofficeorg24.msi” msiexec /I “%ProgramFiles%\OpenOffice24InstallFiles\openofficeorg24.msi” ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL /Qr
rem RmDir /S /Q “%ProgramFiles%\OpenOffice24InstallFiles”
If Not exist “%ProgramFiles%\7-Zip\7z.exe” %Source%AddOns\OOo_2.4.1_Win32Intel_install_en-US.exe /S
June 18th, 2008 at 12:58 pm
Can’t I simply open the 2.4.0 cab and replace the .exe file in the svcpack folder with the 2.4.1 one?
June 18th, 2008 at 11:19 pm
Sure you can!
June 19th, 2008 at 8:27 am
Kurt and Rado, thanks a lot
Well, now I wonder, if it’s so simple, why don’t you do that too?
June 19th, 2008 at 8:42 am
The 2.4.1 addon is ready, however my upload speed sucks right now. So until I find a fast line, it won’t be published here
June 26th, 2008 at 8:19 pm
can anyone upload this file to another mirror.gigasize isn’t good for turkey.mediafire is best for us.
June 26th, 2008 at 10:18 pm
MediaFire doesn’t allow files bigger than 100MB.
June 28th, 2008 at 7:06 am
It seems the Italian installation of OpenOffice 2.4.1 is shipped with JRE, there is no Italian installation without JRE.
Is there an argument to pass to the installation exe file in order to not install the JRE? Something like “OpenOffice241.exe /s -nojre”?