[wpkg-users] [Bug 114] new parameter /force2 ?

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Wed May 7 21:24:08 CEST 2008


http://bugzilla.wpkg.org/show_bug.cgi?id=114





--- Comment #1 from Jens Geile <jens.geile at mzbs.de>  2008-05-07 21:24:04 ---
Maybe for the record, this is my current vlc.xml:

<?xml version="1.0" encoding="UTF-8"?>

<packages>
<package id="vlc" name="VideoLAN" revision="0.8.6.6">
  <check type="logical" condition="and">
    <check type="uninstall" condition="exists" path="VideoLAN VLC media player
0.8.6f" />
  </check>

  <downloads>
    <download
source="ftp://root24.eu/pub/videolan/vlc/0.8.6f/win32/vlc-0.8.6f-win32.exe"
target='vlc-0.8.6f.exe' checksum="da6e5c8017af6055e9b42eaf4183061c" />
  </downloads>

  <install cmd='"%SOFTWARE_ISERV%\vlc\vlc-0.8.6f.exe" /S' />
  <install cmd='cmd /c del "%ALLUSERSPROFILE%\Desktop\VLC media player.lnk"' />
  <upgrade cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' />
  <upgrade cmd='"%SOFTWARE_ISERV%\vlc\vlc-0.8.6f.exe" /S' />
  <upgrade cmd='cmd /c DEL /Y "%ALLUSERSPROFILE%\Desktop\VLC media player.lnk"'
/>
  <remove cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' />
  <remove cmd='cmd /c IF EXIST "%PROGRAMFILES%\VideoLAN" RMDIR
"%PROGRAMFILES%\VideoLAN" /Q /S' />
</package>
</packages>

I know that I could simply add the uninstall command as the first install
command but .. thats not really a solution now, is it?


-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the wpkg-users mailing list