Hi, I am new here and have an installer issue I searched and found the basic problem but don’t know what folder to register the vbscript.dll from, the topic subject pretty much says it:
2738 error UE5 Installer Which vbscript.dll to register sys32 or wow64.
Thanks for any and alot of help!!!
Ok, Got it myself just after I made the post:
Here is a LINK to what I did with Windows 11 64Bit.
This was for Windows 7 but it works on 11 so it will
probably work for 7 on up.
This was easy and worked perfectly. Before I did it
I uninstalled mcafee and tried it but got the same error.
This is what I did, real easy:
Open a command line window as Administrator, which requires clicking Start typing cmd in the search box, then right-clicking on the cmd.exe program and choosing Run as Administrator.
Next paste the following in the command line and hit enter.
reg delete “HKCU\SOFTWARE\Classes\Wow6432Node\CLSID{B54F3741-5B07-11CF-A4B0-00AA004A55E8}” /f
That previous command removes the incorrect entry for VBScript support on 64-bit Windows 7. Next you need to make sure VBScript is properly registered by typing:
c:\windows\syswow64\regsvr32 vbscript.dll
or simply regsvr32 vbscript.dll if you are already in the syswow64 directory.
After following these steps you should be able to install your program without issue.
Hope it works for you too.
Thanks