Log in

View Full Version : Remove Lock Screen in Wpi install


ZAZA4EVER
04-02-2017, 02:39
i want to remove lockscreen from install wizard only not from all install
but when remove this lines
http://i.imgur.com/AfRx3h3.jpg
the lock screen remove from install wizard fine
but when setup game this massege appear after install
http://i.imgur.com/2tUuslW.png
but the game install fine
i think this message appear beacause last step of setup need also lock screen
but i remove it but lose somthing to do it
how fix it ?

Nizar3003
04-02-2017, 05:05
search in here
http://www.fileforums.com/showthread.php?t=96242

ZAZA4EVER
04-02-2017, 05:12
seached it but there is remove lock screen from all install i want to remove only from installtion wizard (extract files)

Nizar3003
04-02-2017, 05:35
try this

Result.Tmr:= TTimer.Create(hParent);
with Result.Tmr do begin
OnTimer:=@LockTimer;
Interval:=1;
if hLock then
Enabled:=True
else
Enabled:=False;
end;

ZAZA4EVER
04-02-2017, 09:28
Thanks Very Much Man ... You Are Awesome

aswadd
04-02-2017, 10:16
I don't like WPI :D , though if i were u i'd use something more stable like the one fitgirl uses.

ZAZA4EVER
04-02-2017, 12:00
I don't like WPI :D , though if i were u i'd use something more stable like the one fitgirl uses.

WPI INSTALL is stable other

EzzEldin16
04-02-2017, 13:43
@aswaad what's wrong about wpi ??

rinaldo
04-02-2017, 14:21
I don't like WPI :D , though if i were u i'd use something more stable like the one fitgirl uses.

if you talk about fitgirl installer does throw a goat :eek:
with wpi can do everything .. even coffee oleee!!

aswadd
04-02-2017, 15:11
@rinaldo for me , i don't use inno
and for WPI i feel it's not much stable like the others, that's it :D but i shall try some coffee as u said

rinaldo
04-02-2017, 15:36
@rinaldo for me , i don't use inno
and for WPI i feel it's not much stable like the others, that's it :D but i shall try some coffee as u said

inno is 10.000 years back in NSIS believe that people do migrations :p

aswadd
04-02-2017, 17:37
lol ... far cry primal (10,000)BC XD
Maybe i'm the only one here who doesn't like to use any inno , but i still have some thoughts about it :D

ShadowEagle
06-02-2017, 04:37
And what do you like to use? Is there a real alternative?

Nizar3003
06-02-2017, 04:43
lol :D

Viper645
14-04-2017, 03:26
lol ... far cry primal (10,000)BC XD
Maybe i'm the only one here who doesn't like to use any inno , but i still have some thoughts about it :D

Me too. I like to use nsis instead