Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #256  
Old 05-01-2016, 09:29
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by alphaceph11 View Post
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);
__________________
if you understand read more

Last edited by rinaldo; 05-01-2016 at 09:35.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
Simorq (05-01-2016)
Sponsored Links
  #257  
Old 21-01-2016, 05:14
Susnath's Avatar
Susnath Susnath is offline
Registered User
 
Join Date: Aug 2015
Location: India
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
Susnath is on a distinguished road
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.
Reply With Quote
  #258  
Old 21-01-2016, 05:37
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
reg file has nothing to do with the error that you posted .. looks good not to have corrupted the code of your script
__________________
if you understand read more
Reply With Quote
  #259  
Old 21-01-2016, 14:40
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
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
Reply With Quote
  #260  
Old 21-01-2016, 21:38
Susnath's Avatar
Susnath Susnath is offline
Registered User
 
Join Date: Aug 2015
Location: India
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
Susnath is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
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.
Reply With Quote
  #261  
Old 22-01-2016, 02:24
Susnath's Avatar
Susnath Susnath is offline
Registered User
 
Join Date: Aug 2015
Location: India
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
Susnath is on a distinguished road
Hey anybody knows how to add music to the Installer?
Reply With Quote
  #262  
Old 26-01-2016, 15:56
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
Fix 3 uploaded

Things fixed

Slideshow bug, but make sure images are 800x448 in dimensions.
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
arkantos7 (27-01-2016), panker1992 (27-01-2016), RamiroCruzo (27-01-2016), Stor31 (29-01-2016)
  #263  
Old 27-01-2016, 07:37
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
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 :/
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #264  
Old 29-01-2016, 06:21
drsanjula's Avatar
drsanjula drsanjula is offline
Registered User
 
Join Date: Aug 2015
Location: Sri-lanka
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
drsanjula is on a distinguished road
Talking New Corepack CPI v5.0 {IT'S AMAZING}

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]instal10 (1).jpg[/ATTACH]
http://corepacks.com/index.php?/topi...#comment-58348
Attached Images
File Type: jpg instal11.jpg (102.3 KB, 402 views)

Last edited by drsanjula; 29-01-2016 at 06:23.
Reply With Quote
  #265  
Old 29-01-2016, 08:07
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 171 Times in 75 Posts
RamiroCruzo is on a distinguished road
Quote:
Originally Posted by drsanjula View Post
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....
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep.
Reply With Quote
  #266  
Old 29-01-2016, 08:10
ShivShubh ShivShubh is offline
Registered User
 
Join Date: Dec 2015
Location: India
Posts: 94
Thanks: 311
Thanked 101 Times in 43 Posts
ShivShubh is on a distinguished road
Quote:
Originally Posted by drsanjula View Post
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 :-



The same WPI with all such needed features.

Last edited by ShivShubh; 29-01-2016 at 08:12.
Reply With Quote
  #267  
Old 29-01-2016, 09:10
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
>>>
Quote:
Originally Posted by punchao View Post
but when I minimize it or click else where it gets locked again equally
update3
Attached Files
File Type: rar WindowsPhone.rar (18.8 KB, 179 views)
File Type: 7z WindowsPhone_Reflate_1400.7z (572.7 KB, 294 views)
__________________
if you understand read more

Last edited by rinaldo; 29-01-2016 at 09:25.
Reply With Quote
The Following 3 Users Say Thank You to rinaldo For This Useful Post:
NickX700K (29-05-2019), Razor12911 (11-03-2016), Simorq (29-01-2016)
  #268  
Old 29-01-2016, 10:57
kaju55 kaju55 is offline
Registered User
 
Join Date: Oct 2015
Location: Eskişehir
Posts: 5
Thanks: 0
Thanked 12 Times in 2 Posts
kaju55 is on a distinguished road
How can I add % done and elapsed,remaining time? I tried but I didn't make it. Please help me
Reply With Quote
  #269  
Old 29-01-2016, 11:23
ShivShubh ShivShubh is offline
Registered User
 
Join Date: Dec 2015
Location: India
Posts: 94
Thanks: 311
Thanked 101 Times in 43 Posts
ShivShubh is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
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.
Reply With Quote
  #270  
Old 29-01-2016, 11:27
ShivShubh ShivShubh is offline
Registered User
 
Join Date: Dec 2015
Location: India
Posts: 94
Thanks: 311
Thanked 101 Times in 43 Posts
ShivShubh is on a distinguished road
Quote:
Originally Posted by kaju55 View Post
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.
Reply With Quote
The Following User Says Thank You to ShivShubh For This Useful Post:
RamiroCruzo (29-01-2016)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 14:59.


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