ok, it works perfect now. <br>Now just appear before all the process a message saying that the file is already in c:\windows\download installation, if I want to replace or not that file? any way to overwrite always??<br><br>
but if I say yes, the package gets removed.<br><br>perfect , thanks a lot!!<br><br><div class="gmail_quote">2008/5/20 Rainer Meier <<a href="mailto:r.meier@wpkg.org">r.meier@wpkg.org</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Hi Jose,<br>
<br>
Jose Cortijo wrote:<br>
</div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
this is what I have in packages.xml<br>
    <package<br>
    id="imageresize"<br>
    name="Image Resize"<br>
    revision="1"<br>
    reboot="false"<br>
    priority="100"<br>
    notify="false"<br>
    execute="always"><br>
<br>
<br>
    <!--<br>
    notify="false" - does not notify the user (with "true" user would be notified)<br>
    execute="always" - always executes "install cmd" - sets time in this example<br>
    execute="once" - executes only once, and never again<br>
    --><br>
    <check type="uninstall" condition="exists" path="Image Resizer Powertoy for Windows XP" /><br>
<br>
    <install cmd="\\delchnpek-fs002\wpkg-1.0.2\software\powertoys\ImageResizerPowertoySetup.exe /S /v/qn" /><br>
    <remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{1CB92574-96F2-467B-B793-5CEB35C40C29}' /><br>
<br>
    </package><br>
</blockquote>
<br></div>
This is fine - except the wrong remove command as outlined by Leon.<div class="Ih2E3d"><br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
and this is what I have in imageresize.xml<br>
<br>
    <package<br>
    id="imageresize"<br>
    name="Image Resize"<br>
    revision="1"<br>
    reboot="false"<br>
    priority="100"<br>
    notify="false"<br>
    execute="always"><br>
<br>
<br>
    <!--<br>
    notify="false" - does not notify the user (with "true" user would be notified)<br>
    execute="always" - always executes "install cmd" - sets time in this example<br>
    execute="once" - executes only once, and never again<br>
    --><br>
    <check type="uninstall" condition="exists" path="Image Resizer Powertoy for Windows XP" /><br>
<br>
    <install cmd="\\delchnpek-fs002\wpkg-1.0.2\software\powertoys\ImageResizerPowertoySetup.exe /S /v/qn" /><br>
    <remove cmd='msiexec /qb /l* c:\netinst\logs\powertoy.log x{1CB92574-96F2-467B-B793-5CEB35C40C29}' /><br>
<br>
    </package><br>
</blockquote>
<br></div>
So this means you have the package in both files:<br>
- packages.xml<br>
- packages/imageresize.xml<br>
<br>
This is not needed. Either remove it from packages.xml or remove imageresize.xml. WPKG will read both files - but the latter one will overwrite the previous one as the packages need to be unique (by id).<div class="Ih2E3d">
<br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The installation works fine, now I am trying uninstall the software. I remove the entry in profile.xml and profiles\default.xml but the software doesnt get uninstalled....<br>
</blockquote>
<br></div>
As outlined by Leaon your remove command seems to be broken. I guess you would see some errors in your logs about failed msiexec. WPKG will continue to try uninstalling the package. To fix that you might fix your remove command definition and increase the package version. Then WPKG will first do an upgrade (including also the new remove command) and then correctly uninstall it.<br>

<br>
br,<br><font color="#888888">
Rainer<br>
</font></blockquote></div><br>