Hi, I took a closer look at the installation and the root installation has failed, (see below) the cleanup operation fails after running 'rage.bin'.
Recommendations?
Make sure USB debugging is turned on and run adb to see what's going on:
In a command prompt, navigate to the folder holding all the root files and type: "adb shell" (no quotes).
Next, type "su" to see if su is installed. Check your phone to see if a message pops up asking for you to allow superuser.
If that doesn't work, type "cd data/local/tmp" That'll put you in the directory were the root script initially copied files to.
Now, type "ls" to get a file listing. Do you see files like com.sh, su, busybox and Superuser.apk?
Let me know the results of that...