HO OFF

REM ################################################################
REM Installs: OpenOffice 3.3
REM Download link:
REM Contact information:
REM Documentation:
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM Firewall needs to open: No
REM Useful links:
REM http://wiki.services.openoffice.org/wiki/Documentation/Administration_Guide/Deactivating_Registration_Wizard
REM http://user.services.openoffice.org/en/forum/viewtopic.php?f=6&t=38028
REM http://wpkg.org/OpenOffice.org_3.x
REM ################################################################

SETLOCAL

REM Kör setup

%~dp0
Setup.exe /q

REM msiexec /qn /i %~dp0
openofficeorg33.msi ALLUSERS=1 ADDLOCAL=ALL REMOVE=gm_o_Quickstart,gm_o_Onlineupdate

REM Avaktivera wizard vid programstart

xcopy /h /e %~dp0DisableFirstStartWzd.oxt "%ProgramFiles(x86)%\OpenOffice.org 3\program" /Y

cd "c:\Program Files (x86)\OpenOffice.org 3\program"

unopkg add --shared DisableFirstStartWzd.oxt

ENDLOCAL

  • No labels