gpTgr8
19th April 2006 13:49 UTC
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.
kichik
19th April 2006 13:59 UTC
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.
gpTgr8
19th April 2006 15:14 UTC
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
kichik
19th April 2006 16:09 UTC
No, because if retry was the default action, it could get into an infinite loop.