DmDragDrop plugin pre-installation

Options

We want to pre-install DragDrop plugin on machines where users will not have admin rights to install it

We tried to follow this guide
https://knowledge.opentext.com/knowledge/cs.dll/kcs/kbarticle/view/KB6269150

And we created a '.bat' file to install the 'WdkPluginCab.cab' file content following the instruction in the article:

copy ExJNIAPI.dll %windir%\SysWOW64
copy XceedZip.dll %windir%\SysWOW64
copy WdkPlugin.dll %windir%\"Downloaded Program Files"
%systemroot%\SysWOW64\regsvr32.exe %windir%\SysWOW64\XceedZip.dll
%systemroot%\SysWOW64\regsvr32.exe %windir%\"Downloaded Program Files"\WdkPlugin.dll

But actually is not working
Any help would be appreciated, thank you