Should I be making sure that there is a PDA there before I try to initiate rapi? And if so, how?
${PPC-registry::CeRapiInit} $R0
${If} $R0 == '-1'
MessageBox MB_OK 'Remote device connection failed.$\n$\n\ Please reSync device and try again'
${ElseIf} $R0 == '0'
; MessageBox MB_OK 'Connection Success'
goto CheckdotnetCFVersion
${EndIf}
Cheers