Can anyone tell me how to Extract .arc file to %AppFolder% during installation.
As i know the command work on Windows CMD as
but i don't know, how to make it work with Setup file to extract .arc data to %AppFolder% during installation while myfile.arc is present at %SourceFolder% in Reference Directory.
As i know the command work on Windows CMD as
Code:
arc.exe x myfile.arc
Comment