Changes

OpenOffice.org 1.1.5

128 bytes added, 18:44, 20 October 2005
no edit summary
For OpenOffice 1.1.5 you need a response file for installation and deinstallation, then you can install. You need to preinstall java before.
Here is the response file for installation :Attention: <br>Have a look to the keyword Languagelist. English is 01 (the rest is like the intl. phone codes)<br>
DestinationPath should be like in your windows installation. It differs from country to country. You need to change this path also in the deinstall-command and the check command in the package!.
----
Here is the response file for installation:  response.txt:<br>[Environment]<br>InstallationMode=INSTALL_NORMAL<br>InstallationType=STANDARD<br>DestinationPath=C:\Programme\OpenOffice<br>StartProcedure=MyStartProc<br>EndProcedure=<br>Languagelist=49<br>Migration=No<br>
[Java]<br>JavaSupport=preinstalled_or_none<br>
[Procedures]<br>Sub MyStartProc <br> SetUserCompanyName("My Company")<br>HideSetup<br>End Sub<br>
[Windows_Desktop_Integration]<br>Register4MSWord=True<br>Register4MSExcel=True<br>Register4MSPowerPoint=True<br>RegisterAsDefaultHTMLEditor=True<br>
----
Here is the deinstall response-file:<br>response_deinst.txt<br>[Environment]<br>InstallationMode=DEINSTALL<br>DestinationPath=C:\Programme\OpenOffice<br>StartProcedure=MyStartProc<br>EndProcedure=<br>Languagelist=49<br>
[Procedures]<br>Sub MyStartProc <br> HideSetup<br>End Sub<br>
Anonymous user