Hi ! I've a little problem with a package. This is a french software, named Risbee : http://www.pob-technology.com/upload/softwares/risbee-3.1.0-setup.exe
This is a NSIS package, and my classic XML is : > <package > id="Risbee" > name="Risbee - Programmation graphique de robots" > revision="%version%.1" > priority="10" > reboot="false" > > > <variable name="version" value="3.1.0" /> > > <check type="uninstall" condition="exists" path="Risbee" /> > <install cmd='"%SOFTWARE%\Risbee\risbee-%version%-setup.exe" /S' /> > <upgrade cmd='"%SOFTWARE%\Risbee\risbee-%version%-setup.exe" /S' /> > <remove cmd='"%PROGRAMFILES%\POB-Technology\Risbee\uninstall.exe" /S' /> > </package> > Install and Upgrade are ok. Command line for removing is ok (tested manually -> no more Risbee on add/remove programs-), but my local wpkg.xml is not updated, and package still installed, so next reboot, installation and remove restart again... Do you have any idea to resolve this ? Thanks again ! Cédric
------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users