Originally Posted By: Allen
I've never installed any version other than kixforms classic. I realized that the message said it wanted .net, but I never used that, so it was just as confusing to me as to why it wanted it.


Sorry for spotting this too late, but essentially the script wanted kixforms.net
You can see it in the code, the difference is in the object.
kixtart.system = KiXforms Classic
kixforms.system = KiXform .Net

Most likely you had a .Net version of Kixomatic (I've translated it a while back)
Your code probably has this:
 Code:
$System = CreateObject("Kixforms.System")
If Not $System
   $nul= MessageBox("KiXforms.Net Not Initiated. This Script Will Now Close.","Error",16)
   Quit()
EndIf