Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 805 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 805 Bytes

RegSvrEx

Overview

This is a tiny tool capable of registering Windows COM DLLs (and EXEs in 32 bit version) for the current user only, something that is inexplicably not supported by the standard regsvr32.exe tool included in Windows itself.

See the original article for more information.

Instructions

Get the sources and build them using MSVS 2013 or just grab the binary as this is normally all you need.

Credits

The program was written by Rama Krishna Vavilala and I (Vadim Zeitlin) have only built it in 64 bits.