View Single Post
  #10  
Old 22-04-2013, 13:02
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,753
Thanks: 2,189
Thanked 11,216 Times in 2,311 Posts
Razor12911 is on a distinguished road
@danswano

for example

You can use this approach.

if not FileExist(ExpandConstant('{src}\DVD2\data7.bin')) then
begin
repeat

MsgBox('Insert Disk: 2', mbInformation, MB_OK);
until
FileExist(ExpandConstant('{src}\DVD2\data7.bin')) = True
end;
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
danswano (22-04-2013)