<html><body>right - i realized my logic was backwards after I hit send.<br><br>If I run in debug mode, will it give me any feedback regarding with if check matches the name? My guess is that the name isn't being matched correctly and it's attempting to install again. The Event Log never shows it finishing with Spybot install and moving to the next package.<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.wpkg.org><br>Sent: Friday, October 19, 2007 10:35:02 AM GMT-0500<br>Subject: ***SPAM***Re: [wpkg-users] question about checks<br><br>W. Chris Shank schrieb:<br>> Ok, so I guess I'm having a conceptual problem with the check process. <br>> 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>Sort of (did you mean "if uninstall 'spybot' does *not* exist"?).<br><br>In whole, the process looks like below:<br><br>1. search for our host in hosts.xml (or in hosts directory)<br>2. search which profile we have to use<br>3. search which packages we need to have installed<br>4. check if the packages which we need to have installed are in <br>C:\windows\system32\wpkg.xml already<br>a) packages are there - fine, do nothing<br>b) packages are not in C:\windows\system32\wpkg.xml - for "spybot", it <br>would be:<br><br>if uninstall 'spybot' exists (check in Software add/remove) then<br>  it's already installed - add to C:\windows\system32\wpkg.xml<br>else<br>  install<br>end<br><br><br>-- <br>Tomasz Chmielewski<br>http://wpkg.org<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>