Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The description for manually register the DLL is incomplete #3

Open
backforeground opened this issue Oct 21, 2023 · 0 comments
Open

Comments

@backforeground
Copy link

backforeground commented Oct 21, 2023

To manually register on a Windows x64 version you have to use regsvr32.exe from %systemroot%\System32\regsvr32.exe

For example :
%systemroot%\System32\regsvr32.exe C:\Windows\System32\webpext64.dll

C:\Windows\SysWOW64\regsvr32.exe /u C:\Where\The\Dll\Resides\webpext64.dll is for Windows x86 .

source: https://support.microsoft.com/en-us/topic/how-to-use-the-regsvr32-tool-and-troubleshoot-regsvr32-error-messages-a98d960a-7392-e6fe-d90a-3f4e0cb543e5 (How to use the Regsvr32 tool and troubleshoot Regsvr32 error messages)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant