Open GalaxinTM opened 3 years ago
I'm not sure if I understood the issue. There might be issue with %~dp0 variable.
%REGASM% /codebase "%~dp0\apkshellext2.dll"
But can you please paste the error message?
I checked the %~dp0 variable and it's fine, I even replaced it with the path and still got the same problem. There's no error message, it got installed and registered in the wrong path (which is %SystemRoot%%~dp0)
The installer works and everything but the path for the DLL is wrong as it's supposed to be %PATH% but it installs as %SystemRoot%%PATH%. Yes, that does include the C:\ part which ultimately makes it unfixable