View Single Post
  #29  
Old 17-10-2013, 16:45
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,697
Thanks: 1,106
Thanked 7,349 Times in 2,845 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by theimperatorum View Post


Uploaded with ImageShack.us
If the method by pakrat2k2 not work, then edit the following lines in Setup.ini

Quote:
[ExtractSettings]
FreeArcFile1=F1_Data1\Data1.cab;DestDir:{app};Disk :1;
FreeArcFile2=F1_Data2\Data2.cab;DestDir:{app};Disk :1;
FreeArcFile3=F1_Data3\Data3.cab;DestDir:{app};Disk :1;
FreeArcFile4=F1_Data4\Data4.cab;DestDir:{app};Disk :1;
to

Quote:
[ExtractSettings]
FreeArcFile1={src}\F1_Data1\Data1.cab;DestDir:{app };Disk:1;
FreeArcFile2={src}\F1_Data2\Data2.cab;DestDir:{app };Disk:1;
FreeArcFile3={src}\F1_Data3\Data3.cab;DestDir:{app };Disk:1;
FreeArcFile4={src}\F1_Data4\Data4.cab;DestDir:{app };Disk:1;
I had some problem before with the {src} by running the Setup from the conversion folder (i dont know why, but it's only a problem if you run the setup from a folder on your hdd, not from iso or dvd), but it works without the {src} when you make a iso file and run it from the iso or dvd.
Reply With Quote