Hi Justin,
Great, I'm glad it's sorted.
Thanks for the update.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Epic Games say to contact you all over at Microsoft about error code 2738, i try everything about that VBScript. I have the YouTube videos and nothing is working.
Moved from System Center Service Manager
Answer accepted by question author
Hi Justin,
Great, I'm glad it's sorted.
Thanks for the update.
here is the screenshot
Please post the screenshot of the Command Prompt window after running the 1st command, i.e., DISM /Online /Get-CapabilityInfo /CapabilityName:VBSCRIPT~~~~
Hi, This is Ramesh.
This error occurs if the VBScript engine is missing. Please open Command Prompt (admin) and run these commands:
DISM /Online /Get-CapabilityInfo /CapabilityName:VBSCRIPT~~~~
dir C:\Windows\System32\vbscript.dll /a
dir C:\Windows\Syswow64\vbscript.dll /a
Post the output here.
Hi Justin Nixon,
Welcome to Microsoft Q&A forum. I'm happy to help.
If you are getting error while registering vbscript.dll then Go to Settings > Apps > Optional Features > look for VBScript in the list of installed features.
If it's not listed, click Add a feature > search for VBScript > Install it.
Or you can install VBScript using DISM on Command Prompt (Run as Administrator):
DISM /Online /Add-Capability /CapabilityName:VBSCRIPT~~~~
Restart your computer and try installing the Epic Games Launcher again.
In case VBScript is already installed, try registering again in Command Prompt (Run as Administrator) by running below command:
regsvr32 vbscript.dll
If you are still getting an error, then navigate to C:\Windows\System32 or C:\Windows\SysWOW64 then check if vbscript.dll exists.
If it does not exist, then Open Command Prompt (Run as Administrator) and run below command
sfc /scannow
Now, run again the command regsvr32 vbscript.dll and try installing the Epic Games Launcher again.
I hope that above information is helpful to you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.