FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Windows Phone Installer (WPI) (https://fileforums.com/showthread.php?t=96242)

rinaldo 05-01-2016 09:29

Quote:

Originally Posted by alphaceph11 (Post 443102)
Guys about the lock screen.... I want it to be there but if I minimize it or click else where it gets locked again. Can you help me with it? i.e I don't want it to get locked again after unlocking it.


Code:

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

or disable lockscreen

Code:

AutorunLock:=LockCreate(AutorunForm,ExpandConstant('{tmp}\Lockscreen.jpg'),False);

Susnath 21-01-2016 05:14

First Thank you for this great installer. I repacked many games succesfully. but now facing a problem.
While repacking a game the installer failed to registry the game.
So, I manually added the .reg files using ISTool and got this error.

Runtime Error (at 242:1133):
Internal error: ExtractTemporaryFile: TheFile "Dark.png" was not found.

rinaldo 21-01-2016 05:37

reg file has nothing to do with the error that you posted .. looks good not to have corrupted the code of your script

punchao 21-01-2016 14:40

i add this

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


but when I minimize it or click else where it gets locked again equally

Susnath 21-01-2016 21:38

Quote:

Originally Posted by rinaldo (Post 446321)
reg file has nothing to do with the error that you posted .. looks good not to have corrupted the code of your script

Sorry I didn't know that. Though I fixed it my self.:D

Susnath 22-01-2016 02:24

Hey anybody knows how to add music to the Installer?

Razor12911 26-01-2016 15:56

Fix 3 uploaded

Things fixed

Slideshow bug, but make sure images are 800x448 in dimensions.

panker1992 27-01-2016 07:37

i took a look, cls-MSC.dll can handle decompression alone

no need to implement msc.exe, pack_tak.exe, pack_bmf.exe and pack_frog.exe

in the resources folder except there is a reason that i am not aware of :/

drsanjula 29-01-2016 06:21

New Corepack CPI v5.0 {IT'S AMAZING}
 
2 Attachment(s)
Hey Razor bro did you check out the new CPI v5.0 installer.
I really love it appreciate if you create a script for it

LOL

[ATTACH]Attachment 13417[/ATTACH]
http://corepacks.com/index.php?/topi...#comment-58348

RamiroCruzo 29-01-2016 08:07

Quote:

Originally Posted by drsanjula (Post 446575)
Hey Razor bro did you check out the new CPI v5.0 installer.
I really love it appreciate if you create a script for it

LOL

Hermano...Tell me your CP ID & I'll make sure you gonna regret this idiot-ism.... ;):Evil_laugh: Well its not that hard to make so make one by yourself....

ShivShubh 29-01-2016 08:10

Quote:

Originally Posted by drsanjula (Post 446575)
Hey Razor bro did you check out the new CPI v5.0 installer.
I really love it appreciate if you create a script for it

LOL

Well all credits goes to Razor12911 and Bilawal who worked on ASC and the initial template, I got all the ideas from his templates. And hey its not CPI/WPI v5.0, its new installer, CPI v5.0 looks like this :-

http://i68.servimg.com/u/f68/16/94/13/48/screen11.jpg

The same WPI with all such needed features.

rinaldo 29-01-2016 09:10

2 Attachment(s)
>>>
Quote:

Originally Posted by punchao (Post 446331)
but when I minimize it or click else where it gets locked again equally

update3

kaju55 29-01-2016 10:57

How can I add % done and elapsed,remaining time? I tried but I didn't make it. Please help me

ShivShubh 29-01-2016 11:23

Quote:

Originally Posted by panker1992 (Post 446496)
i took a look, cls-MSC.dll can handle decompression alone

no need to implement msc.exe, pack_tak.exe, pack_bmf.exe and pack_frog.exe

in the resources folder except there is a reason that i am not aware of :/

Its better not to implement them in installers because some anti-virus detect those files as viruses. So its better to pack installers with CLS-MSC.dll only.

ShivShubh 29-01-2016 11:27

Quote:

Originally Posted by kaju55 (Post 446588)
How can I add % done and elapsed,remaining time? I tried but I didn't make it. Please help me

Its a bit hard and time taking.


All times are GMT -7. The time now is 23:44.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com