Thread
:
INNO TROUBLESHOOT - Questions Here
View Single Post
#
10
22-04-2013, 13:02
Razor12911
Noob
Join Date: Jul 2012
Location: South Africa
Posts: 3,753
Thanks: 2,189
Thanked 11,216 Times in 2,311 Posts
@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;
The Following User Says Thank You to Razor12911 For This Useful Post:
danswano
(22-04-2013)
Razor12911
View Public Profile
Find all posts by Razor12911