Ha I know right. Me either... But been messing around with kix2exe, and trying to get it's built-in kixforms registration UDF to work.

http://kix2exe.ramonitor.nl/udfs.php#k2e_registerkixforms

From the site...

 Code:
If $K2E_KixformsEnabled = True
  If K2E_RegisterKixforms() = True
    $System = CreateObject("Kixtart.System")
  EndIf
Else
  ; code if K2E_RegisterKixforms() failed
EndIf

That first line isn't always returning true like it should, so I tried removing it and just checking for UDF. But...That second line always returns true lol.