Changes

LibreOffice

1,418 bytes added, 10:44, 1 March 2020
add LibreOffice 6 - tested with 6.3.5.2
==LibreOffice==
=== LibreOffice 6 PT-BR ===
 
My install is done for computer with SSD so it copies .MSI to local disk and install from it.<br>
It also show basic interface to let user know what's going on. It works even with WPKG-GP on Win10 (I use it this way!)
 
<source lang="xml">
<packages>
<package
id="LibreOffice6"
name="LibreOffice6"
revision="%version%"
reboot="false"
priority="7">
 
<variable name="version" value="6.3.5.2" />
<!-- line below permit keep some computer with older version to update later -->
<variable name="version" hostname="LIRIO|vm.*" value="5.4.5.1" />
 
<variable name="CPU" value="x86" architecture="x86" />
<variable name="CPU" value="x64" architecture="x64" />
<variable name="CPU" value="x64" architecture="AMD64" />
 
 
<check type="uninstall" condition="versiongreaterorequal" path="LibreOffice %version%" value="%version%" />
 
<install cmd='%COMSPEC% /c copy %SOFTWARE%\\LibreOffice6\LibreOffice_%version%_Win_%CPU%.msi %TEMP%' />
<install timeout="1200" cmd='msiexec /qb! /i %TEMP%\LibreOffice_%version%_Win_%CPU%.msi /passive /norestart ALLUSERS=1 CREATEDESKTOPLINK=1 ISCHECKFORPRODUCTUPDATES=0 REGISTER_ALL_MSO_TYPES=1 UI_LANGS=pt_BR' />
 
<upgrade include="install"/>
 
<remove timeout="600" cmd="msiexec /qb! /uninstall {9FEFBA80-8687-4AC1-83F7-3CD3E9BAF275}" >
<exit code="1605" />
</remove>
</package>
</packages>
 
</source>
 
=== LibreOffice 5.0.6.3 French - x86 and x64 ===
10
edits