To install and register the COM DLLs for Detect It Easy, follow these steps:
- Open Command Prompt as Administrator.
- Navigate to the folder where the DLLs are located.
- Register each DLL using the following command:
Replace
regsvr32 YourDllName.dll
YourDllName.dll
with the actual DLL filename you are registering (e.g.,DieProperty.dll
).
- The DLL you are registering must be placed in the same directory as Detect It Easy (DIE), alongside
die.dll
. - Make sure any required dependencies (such as Visual C++ Redistributables) are present on the system.
- If you're installing via an MSIX package, the registration process is handled automatically.
🔗 Source code for die.dll
is available at:
https://github.com/horsicq/die_library
- Adds Explorer Property Sheet or Info Tool Tip
If you encounter any bugs or want to suggest improvements, please open an issue or contact me via the project repository: