Quote:
Originally Posted by theimperatorum
|
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.