View Single Post
  #399  
Old 02-01-2019, 04:43
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by yasitha View Post
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?

Last edited by Schabik; 02-01-2019 at 04:47.
Reply With Quote