salawinder, on May 12 2006, 11:38 PM, said:
If you are changing the script in a way that makes it better for everyone, and post it as a script yourself!
I haven't tested your additions, so can't be 100% sure they are working (my test system is working on something else), so if you have tested them, post it as an improvement.
Thanks salawinder, but the reason I requested you to add the registry tweaks was that I am not sure how the additions may effect the rest of the script, since I don't really know anything about scripting. Although I have been adding these on my own in all the different versions of the script so far and they have always worked for me. Infact since these are registry tweaks and not really linked to the script itself they should still work as they always have even with all older versions and builds.
Anyhow, before I go claiming any credit and posting my modified version of the script, I have just run into a problem with the latest script posted by you. During the install the following error message comes up:
Install_Error.jpg (40.33K)
Number of downloads: 69
I don't think that the error is related to anything that I have added, although I may be wrong. Since, like I said earlier I don't know too much about scripting. But while going thru the script in trying to figure out if there was something I did to cause the error, I think I may have identified the problem in the script.
It seems that the following typo may be the problem:
; De-Select Nero Recode If StringUpper( $Opt6 = ) "N" Then <--- THE LINE WITH THE POSSIBLE TYPO Sleep( $DelayTime ) MouseClick ( "left" , 62 , 222 , 1 , 1 ) MouseClick ( "left" , 62 , 286 , 1 , 1 ) EndIf
Based on what I have observed in the rest of the script, shouldn't the code read like this?
; De-Select Nero Recode If StringUpper( $Opt6 ) = "N" Then <--- THE LINE WITH THE POSSIBLE TYPO Sleep( $DelayTime ) MouseClick ( "left" , 62 , 222 , 1 , 1 ) MouseClick ( "left" , 62 , 286 , 1 , 1 ) EndIf
This post has been edited by Sanjay: 12 May 2006 - 03:18 PM



Help


Back to top










