InstallLib macro does not expand variables for DLL names?
Hello all,
Very likely I am missing something, but...
The following line
!insertmacro InstallLib REGDLL SHARED REBOOT_NOTPROTECTED "my_directory\$MyLib" "$INSTDIR\$MyLib" "$INSTDIR"
, where $MyLib contains the name of the DLL, inserted at runtime. When I substitute $MyLib with a real name, evreything works as it should, however, not otherwise.
I did verify that $MyLib in fact contains the correct name of the DLL, so don't think expansion is a problem here.
Is there something I am not doing right or this is a limitation of the InstallLib macro?
Thanks,
Vic