Why do I get an error from the bolded and red line? It says Line 20 (bolded and red line): `=' expected near `bresult'
local bresult = false;
local bsql = false;
bresult = File.DoesExist("%TempFolder%\\SQLEXPR32.exe");
SessionVar.Expand(bresult);
If bresult then
bsql = File.Run(_TempFolder.."\\SQLEXPR32.exe", "", "", SW_SHOWNORMAL, true);
end
I have tried multiple combinations excluding and including expand etc.
I have to have this done by tomorrow.

