<html><body>Ok, so I guess I'm having a conceptual problem with the check process. The check that I currently have does the following (i think):<br><br>if uninstall 'spybot' exists then<br>&nbsp;install <br>else<br>&nbsp;it's already installed - do nothing<br>end<br><br>am i off the mark on what I think the check does?<br><br><br><br>----- Original Message -----<br>From: Tomasz Chmielewski &lt;mangoo@wpkg.org&gt;<br>To: W. Chris Shank &lt;shankwc@acetechgroup.com&gt;<br>Cc: wpkg-users &lt;wpkg-users@lists.sourceforge.net&gt;<br>Sent: Friday, October 19, 2007 10:04:27 AM GMT-0500<br>Subject: ***SPAM***Re: [wpkg-users] question about checks<br><br>W. Chris Shank schrieb:<br>&gt; I'm having some trouble with spybot install. I've got some workstation that already have spybot installed, but i want spybot to be managed by wpkg. I thought that adding this check to installer would recognize that spybot was already installed - but instead the installer get's hung up. <br>&gt; <br>&gt; here is the check i have currently: &lt;check type='uninstall' condition='exists' path='Spybot - Search &amp;amp; Destroy 1.4' /&gt; <br>&gt; <br>&gt; is there a way to add a check that says if it's already installed don't reinstall but add it to the packages list. <br><br>Check condition is not met, and it triggers the installer.<br><br>It's not WPKG's fault that the installer hangs.<br><br><br>Correct your check condition, so that the installer is not started again <br>(or, instead of uninstall, use "file" condition etc.).<br><br><br>-- <br>Tomasz Chmielewski<br>http://wpkg.org<br><br><br><br>-- <br>W.&nbsp;Chris&nbsp;Shank<br>ACE&nbsp;Technology&nbsp;Group,&nbsp;LLC<br>www.myremoteITdept.com<br>(610)&nbsp;640-4223<br><br>--------------------------------<br>Security&nbsp;Note:&nbsp;To&nbsp;protect&nbsp;against&nbsp;computer&nbsp;viruses,&nbsp;<br>e-mail&nbsp;programs&nbsp;may&nbsp;prevent&nbsp;sending&nbsp;or&nbsp;receiving&nbsp;<br>certain&nbsp;types&nbsp;of&nbsp;file&nbsp;attachments.&nbsp;Check&nbsp;your&nbsp;e-mail&nbsp;<br>security&nbsp;settings&nbsp;to&nbsp;determine&nbsp;how&nbsp;attachments&nbsp;are&nbsp;<br>handled.&nbsp;<br></body></html>