The error flag is not set when using CopyFiles command?
Hi Everyone,
I am using the CopyFiles command, when displaying the copying dialog, I click on the Cancel button to cancel the copy procress. I pop the value but it is empty.
CopyFiles $LocationSetup\* $PROFILE\KCEditTemp
Pop $R8
MessageBox MB_OK "Value2 = $R8"
"The result of this messaage is: "Value2 = "
It seam that the CopyFiles command does not set the flag error when I click the Cancel button.
Everyone who know about this please help!
(I want to get the error flag when the Cancel button is clicked)
Thanks
Hien