On Wednesday, October 10, 2012 04:57 PM CDT, Stefan Pendl <stefan.pendl.71 at gmail.com> wrote: > Am 10.10.2012 23:45, schrieb Donny Brooks: > > I am having a problem with a number of my packages constantly reinstalling themselves on every reboot. I am finally getting around to checking out the issue. In my search it appears I may be using the "check type" variable incorrectly . > > > > Here is one of the packages that is giving me fits: > > > > --snip > > > > > With that I did some digging and if I read the wiki right I may want to change that condition="exists" to condition="versionequalto" or similar, right? Help me figure out the check type please. > > > > I don't think it's the "condition", but the "path". > > I would think it is >>path="Malwarebytes' Anti-Malware %version%"<< > > Could you check "add/remove programs" (appwiz.cpl) for the correct > display name? > > > -- > Stefan P. > > Top-posting: > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > ------------------------------------------------------------------------- > wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ > _______________________________________________ > wpkg-users mailing list > wpkg-users at lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/wpkg-users I figured out the Malwarebytes one. In the package's xml I had it listed as: path="Malwarebytes' Anti-Malware version %version%" when after double checking it doesn't have the ' behind Malwarebytes. So it should read: path="Malwarebytes Anti-Malware version %version%" Thanks for pointing me in the right direction. -- Donny B. |