Jump to content

OpenOffice


Recommended Posts

ive been researchen OpenOffice and ive foudn that it uses a response file. which i think i have set up properally

[Environment]
INSTALLATIONMODE=INSTALL_NORMAL
INSTALLATIONTYPE=STANDARD
DESTINATIONPATH=%systemroot%\Program Files\OpenOffice
LANGUAGELIST=46
EndProcedure=PostSetup

[JAVA]
JavaSupport=preinstalled_or_none

[Windows_Desktop_Integration]
Register4MsWord=Yes
Register4MsExcel=Yes
Register4MsPowerPoint=Yes
RegisterAsDefaultHtmlEditor=No

[Procedures]
Sub PostSetup
SetReboot( False )
End Sub

but i dont know how to link it setup from a batch, im still new at those, can ya help?

Link to comment
Share on other sites


  • 2 weeks later...

this is what I use and it does work.

extract your openoffice folder and put this file in the main folder with the setup.exe.

; save as openoffice.txt

; Basic settings
[Environment]
 InstallationMode=INSTALL_NORMAL
 DestinationPath=C:\Program Files\OpenOffice.org

; if you want to disable quicktart remove the
; Little hack to disable the QuickStarter
;[Module_Specify]
;  InstallProcedure = MySelectProc

;[Procedures]
;Sub MySelectProc
;  SelectModuleByName ( "OpenOffice" )
;  DeSelectModuleByName ( "QuickStarter" )
;End Sub

put this into your batch file

ECHO Installing Open Office 1.1rc2
ECHO Please wait...
start /wait %systemdrive%\install\Applications\OOo_1.1rc2\setup.exe -r:%systemdrive%\install\Applications\OOo_1.1rc2\openoffice.txt -debug
ECHO.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...