1 2 3 4 5 6 7 8 | @echo off
echo Install Openoffice.org Msi package
msiexec /qn /i "openofficeorg30.msi" ALLUSERS=1
echo remove existing FirstStartWzd
"%PROGRAMFILES%\OpenOffice.org 3\program\unopkg" remove --shared org.openoffice. legacy.DisableFirstStartWzd.oxt
echo add DisableFirstStartWizd
"%PROGRAMFILES%\OpenOffice.org 3\program\unopkg" add --shared DisableFirstStartW
zd.oxt
|
Comments
Documentation on Deactivating Registration Wizard and the corresponding oxt file http://wiki.services.openoffice.org/wiki/Documentation/Administration_Guide/Deactivating_Registration_Wizard
Add a comment
Login to add a comment.