[wpkg-users] Package still installed...
Cedric Frayssinet
cedric.frayssinet at gmail.com
Tue Jan 10 18:13:11 CET 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20120110/b2ce6e8b/attachment-0001.html>
More information about the wpkg-users
mailing list