|
#256
|
||||
|
||||
|
Quote:
Code:
Result.Tmr:= TTimer.Create(hParent); with Result.Tmr do begin OnTimer:=@LockTimer; Interval:=1; if hLock then Enabled:=True else Enabled:=False; end; Code:
AutorunLock:=LockCreate(AutorunForm,ExpandConstant('{tmp}\Lockscreen.jpg'),False);
__________________
if you understand read more Last edited by rinaldo; 05-01-2016 at 09:35. |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
Simorq (05-01-2016) | ||
| Sponsored Links |
|
#257
|
||||
|
||||
|
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. |
|
#258
|
||||
|
||||
|
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 |
|
#259
|
||||
|
||||
|
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 |
|
#260
|
||||
|
||||
|
Quote:
|
|
#261
|
||||
|
||||
|
Hey anybody knows how to add music to the Installer?
|
|
#262
|
||||
|
||||
|
Fix 3 uploaded
Things fixed Slideshow bug, but make sure images are 800x448 in dimensions. |
| The Following 4 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#263
|
||||
|
||||
|
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. |
|
#264
|
||||
|
||||
|
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 Last edited by drsanjula; 29-01-2016 at 06:23. |
|
#265
|
||||
|
||||
|
Quote:
: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. |
|
#266
|
|||
|
|||
|
Quote:
![]() The same WPI with all such needed features. Last edited by ShivShubh; 29-01-2016 at 08:12. |
|
#267
|
||||
|
||||
|
>>>
update3
__________________
if you understand read more Last edited by rinaldo; 29-01-2016 at 09:25. |
| The Following 3 Users Say Thank You to rinaldo For This Useful Post: | ||
|
#268
|
|||
|
|||
|
How can I add % done and elapsed,remaining time? I tried but I didn't make it. Please help me
|
|
#269
|
|||
|
|||
|
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.
|
|
#270
|
|||
|
|||
|
Its a bit hard and time taking.
|
| The Following User Says Thank You to ShivShubh For This Useful Post: | ||
RamiroCruzo (29-01-2016) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |