View Single Post
  #4  
Old 07-01-2013, 05:24
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by sena87 View Post
where is setup.dll ?
"setup needs the next disk" in the beginning
Just use Autorun.exe instead Setup.dll. But your problem is:

From Setup.ini delete all section under: [ExtractSettings]

Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:3;
No need this section for internal compression. Only for external compression.

Kassane, update your Setup.ini! No need this section with internal compression.

Last edited by Fabioddq; 07-01-2013 at 05:26.
Reply With Quote
The Following 2 Users Say Thank You to Fabioddq For This Useful Post:
kassane (07-01-2013), sena87 (09-01-2013)