I am currently trying to pass a boolean
from a custom parameter but I can't figure out why the type mismatches and am not sure how to work around it:
WindowsAuthentication := ExpandConstant('{param:WinAuth|False}');
WindowsAuthentication
is a boolean
variable, and the parameter WinAuth
is passed like this:
/WinAuth=True
Thanks in advance.