Go Back   FileForums > Search Forums
Register FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: Lord.Freddy
Forum: Conversion Tutorials 31-12-2025, 14:29
Replies: 5
Views: 12,379
Posted By Lord.Freddy
Talking New Version!

New Version!
Forum: Conversion Tutorials 02-11-2025, 09:01
Replies: 5
Views: 12,379
Posted By Lord.Freddy
Hi — I didn’t expect this to be necessary, but...

Hi — I didn’t expect this to be necessary, but I’ve updated the code to detect both integrated and dedicated GPUs. Please try the new build and let me know the results.
Forum: Conversion Tutorials 25-10-2024, 00:21
Replies: 5
Views: 12,379
Posted By Lord.Freddy
Post Inno Setup System Information Detection Module

"ISSystemInfo Module"

Features:
Comprehensive Hardware Details: Collects extensive information about CPU, memory, GPU and more.
Operating System Information: Detects Windows version, system...
Forum: Conversion Tutorials 17-08-2024, 23:35
Replies: 227
Views: 681,094
Posted By Lord.Freddy
The following issue will occur when applying a...

The following issue will occur when applying a 125%+ scale.
Forum: Conversion Tutorials 23-06-2024, 22:29
Replies: 527
Views: 1,541,681
Posted By Lord.Freddy
Do you want to learn how to extract an archive...

Do you want to learn how to extract an archive created by DSG using Inno Setup? If so, follow these steps:

1. Download DSG: When you download DSG, you'll find a folder named "_ISDone Script...
Forum: Conversion Tutorials 06-06-2024, 13:22
Replies: 227
Views: 681,094
Posted By Lord.Freddy
Thank you for helping me improve this module :D

Thank you for helping me improve this module :D
Forum: Conversion Tutorials 04-06-2024, 12:23
Replies: 227
Views: 681,094
Posted By Lord.Freddy
Thank you. It took some time, but it's finally...

Thank you. It took some time, but it's finally done. This is a gift for you, as a token of my appreciation for your help with the previous post. :)
Forum: Conversion Tutorials 16-03-2024, 13:14
Replies: 14
Views: 17,150
Posted By Lord.Freddy
》ISCEx Updated to version 0.4.

》ISCEx Updated to version 0.4.
Forum: Conversion Tutorials 29-01-2024, 06:10
Replies: 18
Views: 15,387
Posted By Lord.Freddy
BcmX 2

BcmX 2
Forum: Conversion Tutorials 01-10-2023, 08:29
Replies: 14
Views: 17,150
Posted By Lord.Freddy
》ISCEx Updated to version 0.3.

》ISCEx Updated to version 0.3.
Forum: Conversion Tutorials 17-09-2023, 05:22
Replies: 14
Views: 17,150
Posted By Lord.Freddy
》ISCEx Updated to version 0.2.

》ISCEx Updated to version 0.2.
Forum: Conversion Tutorials 11-09-2023, 06:45
Replies: 14
Views: 17,150
Posted By Lord.Freddy
InnoSetup CompilerEx GUI

I had some extra time, so i made this just for fun :D


VERSION: 0.4
▪︎ Fixed some minor bugs.
▪︎ Redesgin of forms.
▪︎ Added again "KeepOnTop" checkbox (better performance).
▪︎...
Forum: Conversion Tutorials 31-07-2023, 11:32
Replies: 25
Views: 23,903
Posted By Lord.Freddy
Hi @BLACKFIRE69, can you update the xxhash...

Hi @BLACKFIRE69, can you update the xxhash algorithm to the last version :D ?
xxHash v0.8.2
(https://github.com/Cyan4973/xxHash/releases)
Forum: Conversion Tutorials 25-07-2023, 23:34
Replies: 1,482
Views: 5,609,273
Posted By Lord.Freddy
the crc check is available for the output files,...

the crc check is available for the output files, and you need to check and turn it on in the first DSG page ( Also the ( [CRCCheck] ) section in "settings.ini"). crc check for the bin file is not...
Forum: Conversion Tutorials 25-07-2023, 23:12
Replies: 1,482
Views: 5,609,273
Posted By Lord.Freddy
NO need to do this. when you create an...

NO need to do this.



when you create an archive with DSG, it's giving you a file that name is "records.ini" In this file, you can configure your archive name and other settings, for example,...
Forum: Conversion Tutorials 25-07-2023, 22:46
Replies: 1,482
Views: 5,609,273
Posted By Lord.Freddy
That "decompressor" folder is just to create a...

That "decompressor" folder is just to create a "setup.dll" file, but if you're using DSG, you already have that, got it?

And after that, you need to edit the "settings. ini" file to apply your...
Forum: Conversion Tutorials 16-09-2022, 12:58
Replies: 1,567
Views: 2,655,731
Posted By Lord.Freddy
If you use freearc for compression well need a...

If you use freearc for compression well need a library to call unarc.dll for extract files(isdone.dll). Search on this forum, download example script like ASIS OR Lite installer ... see a script,...
Forum: Conversion Tutorials 15-09-2022, 08:35
Replies: 4,687
Views: 29,219,806
Posted By Lord.Freddy
----‐--------‐-------------‐--------‐-------------...

----‐--------‐-------------‐--------‐-------------‐--------‐---------
1) ' nanozip:cc ' => Ultra
2) ' bsc ' => maximum
3) ' dict:p+lzp+ppmd:20:500mb:r1 ' => High...
Forum: Conversion Tutorials 15-09-2022, 04:27
Replies: 4,687
Views: 29,219,806
Posted By Lord.Freddy
Can you use this compressor? [External...

Can you use this compressor?
[External compressor:bliz]
cmem = 600
dmem = 600
default = 100
packcmd = "Blizzard\bliz.exe" c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp {option}000000...
Forum: Conversion Tutorials 10-09-2022, 23:02
Replies: 4,687
Views: 29,219,806
Posted By Lord.Freddy
As kj911 said (GRzip) is a built-in compressor in...

As kj911 said (GRzip) is a built-in compressor in FreeArc



This is my test on my own (BMP) files:
This is For [BMP] files:
...
Forum: Conversion Tutorials 21-08-2022, 04:07
Replies: 1,482
Views: 5,609,273
Posted By Lord.Freddy
if IsComponentSelected('Patch') then var ...

if IsComponentSelected('Patch') then
var
ResultCode: Integer;
begin
// Launch EXE file and wait for it to terminate
Exec(ExpandConstant('{tmp}\Patch.exe'), ExpandConstant('/Dir={app}'),...
Forum: Conversion Tutorials 20-08-2022, 20:40
Replies: 1,482
Views: 5,609,273
Posted By Lord.Freddy
Try this if IsComponentSelected('NAME') then...

Try this

if IsComponentSelected('NAME') then begin
[Your Code]
End;
Forum: Conversion Tutorials 17-08-2022, 01:34
Replies: 227
Views: 681,094
Posted By Lord.Freddy
Isskin INI code

Hi Cesar82, Thank you for the script you made, but i have a problem when adding the skin(cjstyles) with INI code, the skin is not added, So i made some changes:

#if !defined(StyleFile)
#define...
Forum: Conversion Tutorials 16-08-2022, 20:04
Replies: 14
Views: 25,072
Posted By Lord.Freddy
I got this error in test archive

I got this error in test archive
Forum: Conversion Tutorials 05-08-2022, 11:10
Replies: 25
Views: 23,903
Posted By Lord.Freddy
here is my script, please fix the problem(Setup...

here is my script, please fix the problem(Setup Crash when i chose Cancel button). thank:)
Showing results 1 to 25 of 25

 
Forum Jump


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


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