I'm getting the error:WriteRegStr HKCR "MyCorp.Client.10\shell\open\command" \
"" "$\"$INSTDIR\client.exe$\" $\"%1$\""
WritieRegStr expects 4 parameters, got 10.
I've also tried removing the escaping and using single quotes (') or backticks (`), neither of which changed the error. Is there something special about WriteRegStr, or is there something I'm just not seeing because I've been staring at it for too long?
shrap