Quote:
Originally Posted by nizcoz
How to decompress an arc file if i selected a determinate component (from components list) when i use a isdone (ini) script?? (custom ISDone by dante1995).
|
I don't have the script, but it should work like this
search for the line starting with "If not ISARCEXTRACT" in the code section. Before this line, add anoher line like this
if IsComponentSelected('ComponentName') then
after that the line starting with "If not ISARCEXTRACT" should be placed
I hope you understand