I've released a new version today which should fix all problems encountered so far.
Check
http://www.filetransferplus.com/forum/viewtopic.php?p=106
quote:
Originally posted by Matty
There is a small error in the scripting on line 33:
Change :
code:
fso.Run("regsvr32 /s SSubTmr6.dll");
to:
code:
fso.Run("regsvr32 /s \""+ sys32 + "\\SSubTmr6.dll\"");
This is actually not required since regsvr32 by default searches the system folder.