http://bugzilla.wpkg.org/show_bug.cgi?id=108 --- Comment #3 from Jens Geile <jens.geile at mzbs.de> 2008-04-17 12:13:11 --- -.- ... my <download...> tags have been there months before they were implemented into wpkg and i have to change quite a few scripts (leave alone all my .xml files) because of this... i'm not really happy about that. And what should i call the tag instead? It is called "download" for a reason because it does exactly that. Calling it "my_own_download" or "download_other" or whatever kinda breaks the whole idea of sane naming schemes. A single switch in config.xml would be _a lot_ easier ... Just an example of how my current package definitions look like: (i've added quite a few custom fields to my xml files..) <?xml version="1.0" encoding="UTF-8"?> <packages> <package id="openoffice" name="OpenOffice 2" revision="2.4.0" priority="100" reboot="true" notify="false" vendor="IServ" license="true" editable="false"> <comment content='OpenOffice - The free and open productivity suite' /> <variable name='ci_openoffice' value='34306' /> <depends package-id="sunjavajre" /> <check type="logical" condition="and"> <check type="file" condition="exists" path="%PROGRAMFILES%\OpenOffice.org 2.4\Program\soffice.exe" /> <check type="uninstall" condition="exists" path="OpenOffice.org 2.4" /> </check> <downloads> <download source="http://mistral.ext.rz.tu-bs.de/ftp/pub/mirror/OpenOffice.org/localized/de/2.4.0/OOo_2.4.0_Win32Intel_install_wJRE_de.exe" target="openoffice-2.4.0-de.exe" checksum="669f82d1958e81efb775bb2d03e1afed" /> </downloads> <install cmd='%SOFTWARE_ISERV%\openoffice\openoffice-2.4.0-de.exe /S'> <exit code="2" reboot="false" /> <exit code="9012" reboot="false" /> </install> <install cmd='cmd /c IF EXIST "C:\OpenOffice.org 2.4" XCOPY "C:\OpenOffice.org 2.4" "%ALLUSERSPROFILE%\Startmenü\Programme\OpenOffice.org 2.4" /I /Y /S /Q /H' /> <install cmd='cmd /c IF EXIST "C:\OpenOffice.org 2.4" IF EXIST "%ALLUSERSPROFILE%\Startmenü\Programme\OpenOffice.org 2.4\OpenOffice.org Writer.lnk" RMDIR "C:\OpenOffice.org 2.4" /Q /S' /> <upgrade cmd='%SOFTWARE_ISERV%\openoffice\openoffice-2.4.0-de.exe /S'> <exit code="2" reboot="false" /> <exit code="9012" reboot="false" /> </upgrade> <upgrade cmd='cmd /c IF EXIST "C:\OpenOffice.org 2.4" XCOPY "C:\OpenOffice.org 2.4" "%ALLUSERSPROFILE%\Startmenü\Programme\OpenOffice.org 2.4" /I /Y /S /Q /H' /> <upgrade cmd='cmd /c IF EXIST "C:\OpenOffice.org 2.4" IF EXIST "%ALLUSERSPROFILE%\Startmenü\Programme\OpenOffice.org 2.4\OpenOffice.org Writer.lnk" RMDIR "C:\OpenOffice.org 2.4" /Q /S' /> <remove cmd='MsiExec.exe /qn /x{46008F4B-A8C3-4282-ACE3-73821F860911}' /> <remove cmd='cmd /c IF EXIST "%PROGRAMFILES%\OpenOffice.org 2.4" RMDIR "%PROGRAMFILES%\OpenOffice.org 2.4" /Q /S' /> </package> </packages> -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |