El jue, 21-02-2013 a las 08:30 +0000, Michael Mosel escribió: > Hey everyone, > > I am still having trouble deploying vlc player and the new Adobe Reader 11.0.02. > Could someone of you perhaps send me their packages so I can have a look and try to figure out what exactly is going wrong? > > Thank you in advance > Michael Hi Michael Mi VLC package is not so much different than the simple method explained in http://wpkg.org/Vlc I have started using WPKG with a VLC version 2.0.1 and have upgraded every version through 2.0.5 without any trouble using this package definition: --------------------------------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <packages:packages xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="../../xsd/packages.xsd" > <package id="vlc" name="VLC Player" revision="%PKG_VERSION%.0" reboot="false" priority="10"> <variable name="PKG_VERSION" value="2.0.5" /> <variable name="PKG_SOURCE" value="%SOFTWARE%\video\vlc \vlc-%PKG_VERSION%-win32.exe" /> <check type="uninstall" condition="versiongreaterorequal" path="VLC media player .+" value="%PKG_VERSION%" /> <install cmd='"%PKG_SOURCE%" /S' /> <upgrade include="install" /> <downgrade include="install" /> <remove cmd='"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S' /> </package> </packages:packages> --------------------------------------------------------------- You have not posted any info on what is going on on your installations, so i hope this can help you. On the reader side, i'm still using 10.x and didn't tested anything of 11.x nor upgrade path Best regards Charly |