Archive: Retry as defualt action on extract


Retry as defualt action on extract
My question is something similar to the question posted here..

http://forums.winamp.com/showthread....hreadid=182018

Actually im doing a silent installtion, and i want to retry if some thing fails. Im planning to write the function in loop, before that i just want to know, if some thing is avalailabe as an option.

I want to retry if File fails because the destination is in use.

somebody help.


If retry would be the default action, it'll retry constantly. There should be a limit and that can only be achieved in the script. Use SetOverwrite try and check the error flag.


Even if the overwritemode is on, im able to get the error. But rt now im mannually doing a error check and looping for retry

is there any other way


No, because if retry was the default action, it could get into an infinite loop.