"$INSTALLLIB_VER_LOW" on POSIX error
While the line below compiles very fine on Win32 it does not on POSIX
!insertmacro InstallLib REGDLLTLB NOTSHARED REBOOT_NOTPROTECTED "${MyFiles}${cSeparator}MYTEST${cSeparator}mytest.dll" "$INSTFOLDER\mytest.dll" "$SYSDIR"
and throws this error:
Error: invalid characters in variable name "$INSTALLLIB_VER_LOW", use only characters [a-z][A-Z][0-9] and '_'
Error in macro __InstallLib_Helper_GetVersion on macroline 16
Error in macro InstallLib on macroline 86
What to do?