Thread: **New Installer
View Single Post
  #22  
Old 19-10-2015, 13:37
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
in ultra arc original there was an error (does not close the pop-up > perhaps forgotten by razor) now appears to be working

Code:
 MsgResult:=MsgBox(GetMessage(4,ExtractFileName(Data[i - 1].Arc[1]),'')+#13 +
 GetMessage(5,ExtractFileName(Data[i - 1].Arc[3]),ExtractFileName(Data[i - 1].Arc[1])), mbConfirmation, MB_OKCANCEL);
 if MsgResult = mrCancel then  WizardForm.CancelButton.OnClick(nil);
 ISDoneError := True; //so removes the popup message


Script Reference Post
-
Script UltraArc
yep, i definitely forgot. Nice script by the way
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
pakrat2k2 (19-10-2015), rinaldo (20-10-2015), Stor31 (20-10-2015), y_thelastknight (19-10-2015)