<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> install <br>else<br> 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 <mangoo@wpkg.org><br>To: W. Chris Shank <shankwc@acetechgroup.com><br>Cc: wpkg-users <wpkg-users@lists.sourceforge.net><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>> 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>> <br>> here is the check i have currently: <check type='uninstall' condition='exists' path='Spybot - Search &amp; Destroy 1.4' /> <br>> <br>> 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. Chris Shank<br>ACE Technology Group, LLC<br>www.myremoteITdept.com<br>(610) 640-4223<br><br>--------------------------------<br>Security Note: To protect against computer viruses, <br>e-mail programs may prevent sending or receiving <br>certain types of file attachments. Check your e-mail <br>security settings to determine how attachments are <br>handled. <br></body></html>