Changes

Category:Silent Installers

1,443 bytes added, 09:22, 20 October 2005
OpenOffice 1.1.5 installer
Please post your silent installers (For OpenOffice 1.1.5 you need a response file for installation and possibly deinstallers) here as new pages - and link them deinstallation, then you can install. You need to this categorypreinstall java before.
Below you can see Here is the response file for installation :Attention: Have a list of silent installers - if you have your own, please share it with us look to the keyword Languagelist. English is 01 (of course it the rest is always nice like the intl. phone codes)DestinationPath should be like in your windows installation. It differs from country to have silent uninstallers, toocountry. You need to change this path also in the deinstall-command in the package!. ---- response.txt:[Environment]InstallationMode=INSTALL_NORMALInstallationType=STANDARDDestinationPath=C:\Programme\OpenOfficeStartProcedure=MyStartProcEndProcedure=Languagelist=49Migration=No [Java]JavaSupport=preinstalled_or_none [Procedures]Sub MyStartProc SetUserCompanyName("My Company")HideSetupEnd Sub [Windows_Desktop_Integration]Register4MSWord=TrueRegister4MSExcel=TrueRegister4MSPowerPoint=TrueRegisterAsDefaultHTMLEditor=True  ---- Here is the deinstall response-file:response_deinst.txt[Environment]InstallationMode=DEINSTALLDestinationPath=C:\Programme\OpenOfficeStartProcedure=MyStartProcEndProcedure=Languagelist=49 [Procedures]Sub MyStartProc HideSetupEnd Sub  ---- and here comes the package.xml entry: <package id="oo115" name="OpenOffice 1.1.5" priority="2" reboot="false" revision="1"> <check condition="exists" path="OpenOffice.org 1.1.5" type="uninstall"></check> <install cmd="\\server\wpkg\files\dist\oo\program\setup.exe -r:\\server\wpkg\files\dist\oo\response.txt"> <exit code="0"></exit> </install> <remove cmd="c:\programme\OpenOffice\program\setup.exe -r:\\server\wpkg\files\dist\oo\response_deinst.txt"></remove> </package> Alex
1
edit