(04-05-2024, 02:15 AM)tamer Wrote: Aren't these menu items added by the extension?no, these are browser items via the COM interface
(04-05-2024, 06:05 AM)tamer Wrote: Ah, I see. It never really worked for me, maybe because I'm using portable Cent or because the DM's lib is x32.yes DM is only available in x32
and for Portable DM to appear there, it must be registered in the registry
bat next to dmie.dll in the program folder will install dm https://i.imgur.com/UNITaVQ.png
Code:
@echo off
reg add "HKCU\SOFTWARE\2VG\Download Master" /v "InstallPath" /t REG_SZ /d "%~dp0\" /f
reg add "HKCU\SOFTWARE\2VG\Download Master" /v "ExeFile" /t REG_SZ /d "%~dp0dmaster.exe" /f
regsvr32 /s dmie.dll
exit