View Single Post
  #28  
Old 06-11-2013, 08:31
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by triviet4 View Post
But when setup DVD1, error... Please insert disk 2... (not found File Setup-2c)
How fix this error?
dude add you file code under the slides code..

[files]
Source: Include\*.*; Flags: dontcopy;
///Dont put YourCode here//
#define i 0
#ifexist "Slides\1.jpg"
#sub AddFile

Source: Slides\{#i}.jpg; DestDir: {tmp}; Flags: dontcopy;
#endsub
#for {i = 1; FileExists(StringChange("Slides\FileName.jpg", "FileName", Str(i))) != 0; i++} AddFile
#endif

///Put It Here//


Quote:
Originally Posted by varma1993 View Post
y_thelastknight Accepted for the password of Video & Slides

Please Post The Password
Wait, script will be uploaded.

Last edited by y_thelastknight; 06-11-2013 at 08:34.
Reply With Quote
The Following 3 Users Say Thank You to y_thelastknight For This Useful Post:
aj12345 (27-11-2013), triviet4 (06-11-2013), varma1993 (06-11-2013)