ok, the installer does this:
code:
$id=readvalue("HKEY_CLASSES_ROOT\Kixtart.Static\CLSID","")
$location=readvalue("HKEY_CLASSES_ROOT\CLSID\"+$id+"\InprocServer32","")
$ver=""+getfileversion($location,"FileVersion")
if 2<len($ver)
$location="%systemroot%\system32\kixforms.dll"
copy "kixforms.dll" $location
shell 'regsvr32 "%systemroot%\system32\kixforms.dll" /S'
else
if "2.1.1.35"<>$ver
if 6=messagebox("Current version of KixForms on your system is $ver and bbChecker has 2.1.1.35@crlfDo you want to Replace the current with bbChecker's one?","bbChecker II Installation",20)
del $location
copy "kixforms.dll" "%systemroot%\system32\kixforms.dll"
shell 'regsvr32 "%systemroot%\system32\kixforms.dll" /S'
endif
endif
endif
del "kixforms.dll"

so, the < should have been >

sorry dudes.
_________________________
!

download KiXnet