Hi !<br><br>I've a little problem with a package. This is a french software, named Risbee : <a href="http://www.pob-technology.com/upload/softwares/risbee-3.1.0-setup.exe">http://www.pob-technology.com/upload/softwares/risbee-3.1.0-setup.exe</a><br>
<br>This is a NSIS package, and my classic XML is : <br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><package<br>        id="Risbee" <br>
        name="Risbee - Programmation graphique de robots" <br>        revision="%version%.1"<br>        priority="10" <br>        reboot="false" ><br><br><variable name="version" value="3.1.0" /><br>
<br><check type="uninstall" condition="exists" path="Risbee" /><br>     <install cmd='"%SOFTWARE%\Risbee\risbee-%version%-setup.exe" /S' /> <br>  <upgrade cmd='"%SOFTWARE%\Risbee\risbee-%version%-setup.exe" /S' /> <br>
        <remove cmd='"%PROGRAMFILES%\POB-Technology\Risbee\uninstall.exe" /S' /> <br></package><br></blockquote><br>Install and Upgrade are ok.<br><br>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...<br>
<br>Do you have any idea to resolve this ?<br><br>Thanks again !<br><br>Cédric