Difference between revisions of "LibreOffice"
(Create LibreOffice stub page) |
(add a few infos (not finished yet)) |
||
Line 30: | Line 30: | ||
== LibreOffice 3.3.1 == | == LibreOffice 3.3.1 == | ||
+ | This is based on the [[OpenOffice.org_3.x#OpenOffice.org_3.2.1|OpenOffice 3.2.1]] package script. | ||
+ | |||
+ | First you need to unpack .exe installer with a archive tool like 7zip and copy the obtained folder on your server. | ||
+ | At this stage you can modify it with the Microsoft ORCA tool or [http://www.instedit.com/ InstEd]. | ||
+ | Or you can with the same tool creta a Transform file to use with the .msi installer. in my case i have | ||
+ | created a Transform to install only ''Writer'', ''Calc'', ''Impress'' and the french language. | ||
+ | |||
+ | |||
+ | |||
[[category:Silent Installers]] | [[category:Silent Installers]] | ||
[[category:OpenOffice]] | [[category:OpenOffice]] |
Revision as of 16:54, 14 March 2011
LibreOffice is a fork of OpenOffice managed by the Document Foundation. For more infos see here
Get install files
You need to download LibreOffice from here
You need to download first :
- LibO_3.x.x_Win_x86_install_multi.exe
or
- LibO_3.x.x_Win_x86_install_all_lang.exe (for uncommon languages)
Additionaly you may want to install also help package for your language like :
- LibO_3.x.x_Win_x86_helppack_en-US.exe 8.6
About Java
Java Runtime Environment is a software prerequiste for LibreOffice, see the relevant WPKG installer example. It's the reason why i have add it as a <depends> package.
Warning about OpenOffice
LibreOffice will replace previous OpenOffice installations (up to 3.3.0 version). Keep this in mind in your package management.
If you have a previous OpenOffice package you have three choice :
- Remove it from profile so it's uninstalled first
- Remove it from profile and delete the openoffice.xml file from your server so it is unlisted as a package on the clients (but not uninstalled) by the WPKG zombi feature. (my prefered choice)
- Or, you can simply continue to use the "openoffice" name for your LibreOffice package.
LibreOffice 3.3.1
This is based on the OpenOffice 3.2.1 package script.
First you need to unpack .exe installer with a archive tool like 7zip and copy the obtained folder on your server. At this stage you can modify it with the Microsoft ORCA tool or InstEd. Or you can with the same tool creta a Transform file to use with the .msi installer. in my case i have created a Transform to install only Writer, Calc, Impress and the french language.