Yes, very Old thread, but:

All information about registering kixforms.dll without admin rights(I use 2.47)
was helpful for me to get success running WIN7 64bit.

First I import the reg information above:

$SETCOMMAND = "reg import c:\kix32\kixforms.reg"
SHELL $SETCOMMAND

then

$SETCOMMAND = "c:\kix32\regsvrex.exe /c c:\kix32\kixforms.dll"
SHELL $SETCOMMAND

(regsvrex.exe was downloaded from "CodeProject")

The regsvrex.exe command shows an error, but anyway the forms can now be used.

Perhaps it helps someone,
Georg



Edited by pkboe (2017-04-11 02:39 PM)