Quote:
Originally Posted by yasitha
Search *CALLWONDOWPROC* if you seen another one you have to remove it.
If you have extended another script check there too.
You have same two code lines
that what cause this.
|
Ok, I've got what's wrong, corrected the script but had to comment these lines:
Code:
#if Splash == "1"
procedure ShowSplashScreen(p1:HWND;p2:AnsiString;p3,p4,p5,p6,p7:integer;p8:boolean;p9:Cardinal;p10 :integer);
external 'ShowSplashScreen@files:isgsg.dll stdcall delayload';
#endif
Because of error:
2019-01-02_13h42_35.png
Oh, and a question, why after launching the installer it's starting from Req check page?