View Single Post
  #24  
Old 29-04-2012, 17:45
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,077
Thanks: 1,828
Thanked 2,311 Times in 789 Posts
Cesar82 is on a distinguished road
I put in script The witcher 2.iss
#define Archives "{src}\Data1.arc;DestDir:{app};Disk:2"
#define Archives Archives + "|" + "{src}\Data2.arc;DestDir:{app}\xyz\xyz;Disk:1"
#define Archives Archives + "|" + "{src}\Data3.arc;DestDir:{app}\abc;Disk:2"
#define Archives Archives + "|" + "{src}\Data4.arc;DestDir:{app}\def;Disk:3"

I put in script FreeArc.iss in section code:
Archives = '{#ArcLocation}';

But do not draw. Even the file Data1.arc.
It stated that a demand for disk 2 for some files .arc.
I want to installer for the game Turok. But I need to compress the videos .bik separately, so accurate freearc.

Thanks for the help, but did not work.
cesar.zanetti.82********com
Reply With Quote