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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Cesar82
Forum: Conversion Tutorials 05-06-2026, 18:30
Replies: 516
Views: 1,358,458
Posted By Cesar82
Try use rhash...

Try use rhash (https://sourceforge.net/projects/rhash/files/rhash/1.4.6/).
Forum: Conversion Tutorials 20-05-2026, 17:27
Replies: 227
Views: 601,761
Posted By Cesar82
Yes, it's possible, but it requires quite a bit...

Yes, it's possible, but it requires quite a bit of code for those changes, which defeats the purpose of being a simple installer.

But I'll include that in the next update.
Forum: Conversion Tutorials 19-05-2026, 17:41
Replies: 1,477
Views: 4,861,065
Posted By Cesar82
try

try
Forum: Conversion Tutorials 18-05-2026, 18:49
Replies: 1,477
Views: 4,861,065
Posted By Cesar82
Your CLS-DiskSpan.ish file is outdated. You are...

Your CLS-DiskSpan.ish file is outdated.
You are not using the #post (https://fileforums.com/showpost.php?p=509735&postcount=1465) archive.
Use the SCR from the indicated post and replace the Fix...
Forum: Conversion Tutorials 17-05-2026, 12:31
Replies: 227
Views: 601,761
Posted By Cesar82
Replace attached "DSG_Checksum.iss" inside...

Replace attached "DSG_Checksum.iss" inside "...\Resources\Includes\DSG" folder.
Forum: Conversion Tutorials 15-05-2026, 17:23
Replies: 227
Views: 601,761
Posted By Cesar82
The Inno Setup keys VersionInfoProductVersion=...

The Inno Setup keys VersionInfoProductVersion= and VersionInfoVersion= only support numbers in the format 0.0.0.0

There is no way to display text in any Inno Setup installer; it's a limitation of...
Forum: Conversion Tutorials 14-05-2026, 18:12
Replies: 227
Views: 601,761
Posted By Cesar82
Done!

Done!
Forum: Conversion Tutorials 10-05-2026, 10:58
Replies: 227
Views: 601,761
Posted By Cesar82
Light Installer Script 1.0.1.8

Added Light Installer Script 1.0.1.8 in first post.
- Added compatibility with DiskSpan GUI 2.0.2.4+.
- Added data hash page to check integrity of compressed files.
- Fixed some minor bugs.
...
Forum: Conversion Tutorials 03-05-2026, 19:27
Replies: 227
Views: 601,761
Posted By Cesar82
Wait until next weekend.

Wait until next weekend.
Forum: Conversion Tutorials 26-04-2026, 12:35
Replies: 921
Views: 1,870,908
Posted By Cesar82
C.I.U. 3.0.0.2 (Final)

- Updated CIU script support for DiskSpan GUI 2.0.2.4+
- Updated internal DXFilters files (Only LAV Filter 0.81).
- Added support to play videos with MKV format on all videos modes.
- Added a new...
Forum: Conversion Tutorials 08-04-2026, 17:17
Replies: 3
Views: 3,593
Posted By Cesar82
Hello BLACKFIRE69. It's great that you're back....

Hello BLACKFIRE69.
It's great that you're back. I've been a little absent from the forum.

I'm looking forward to testing your new libraries.

Would it be possible for you to provide a version...
Forum: Conversion Tutorials 05-04-2026, 13:12
Replies: 516
Views: 1,358,458
Posted By Cesar82
DiskSpan GUI v2.0.2.4

DSG modules updated on first post.
Download and replace in DSG folder.
- Fixed bugs in DSG module.
Forum: Conversion Tutorials 26-03-2026, 16:01
Replies: 227
Views: 601,761
Posted By Cesar82
If you duplicate the quotation marks, they will...

If you duplicate the quotation marks, they will be duplicated in all texts that use this directive outside the code section, such as the installation path, program group, executable description, and...
Forum: Conversion Tutorials 25-03-2026, 17:50
Replies: 227
Views: 601,761
Posted By Cesar82
Open the script and search for {#GameName} ...

Open the script and search for {#GameName}
NOTES: Replace only inside the section of the script.
[CODE]{#GameName}
Replace with:{#StringChange(GameName, "'", "''")}
Forum: Conversion Tutorials 21-02-2026, 08:48
Replies: 516
Views: 1,358,458
Posted By Cesar82
DiskSpan GUI v2.0.2.4

The DiskSpan GUI has been updated in the first post.
I ask everyone who downloaded the previous version to delete the DSG and download the new version again from the first post (the file version...
Forum: Conversion Tutorials 16-02-2026, 17:41
Replies: 516
Views: 1,358,458
Posted By Cesar82
wait ciu script update

wait ciu script update
Forum: Conversion Tutorials 15-02-2026, 12:36
Replies: 516
Views: 1,358,458
Posted By Cesar82
DiskSpan GUI v2.0.2.4

Updated DiskSpan GUI to v2.0.2.4 in the first post.
- Changed the key responsible for informalizing the checksum algorithm within "Records.ini" in the sections intended for the hash file.
>>...
Forum: Conversion Tutorials 16-01-2026, 17:42
Replies: 11
Views: 3,021
Posted By Cesar82
Where can I find "unarcapp"?

Where can I find "unarcapp"?
Forum: Conversion Tutorials 16-01-2026, 17:40
Replies: 516
Views: 1,358,458
Posted By Cesar82
Your test files were very small (approximately 2...

Your test files were very small (approximately 2 MB), so DSG obtains the size of Setup.dll, and only setupDLL must have exceeded the size defined for DISK1.

If possible, please send me the test...
Forum: Conversion Tutorials 14-01-2026, 19:20
Replies: 13
Views: 45,893
Posted By Cesar82
I'm not sure I understood your question...

I'm not sure I understood your question correctly.

In the DiskSpan GUI (executable, not the BAT file), you can specify the size of the disks. That is, you can compress the 8 GB (considering that...
Forum: Conversion Tutorials 10-01-2026, 09:44
Replies: 13
Views: 45,893
Posted By Cesar82
"DiskSpan GUI (Executable)" is the direct...

"DiskSpan GUI (Executable)" is the direct successor to "DiskSpan BAT," so any version of DiskSpan GUI (1.0.0.0+) is newer and uses more recent compression tools, but retains some of the methods used...
Forum: Conversion Tutorials 29-06-2025, 08:05
Replies: 516
Views: 1,358,458
Posted By Cesar82
if install path exced 259 character try adding...

if install path exced 259 character try adding \\?\ before path
\\?\C:\folder\etc\etc\install folder\
Forum: Conversion Tutorials 28-06-2025, 18:28
Replies: 516
Views: 1,358,458
Posted By Cesar82
You can use one of the installers compatible with...

You can use one of the installers compatible with DiskSpan GUI, or you can adapt your own script by including the DiskSpan GUI module (See the IsDone example script adapted with the DiskSpan GUI...
Forum: Conversion Tutorials 27-06-2025, 18:37
Replies: 516
Views: 1,358,458
Posted By Cesar82
Yes. Only rename Component= key to Task= key...

Yes. Only rename Component= key to Task= key inside records.ini file.
Forum: Conversion Tutorials 22-06-2025, 10:14
Replies: 516
Views: 1,358,458
Posted By Cesar82
I didn't say it's the best... I simply showed...

I didn't say it's the best...
I simply showed that it also works with DSG. You just need to provide the correct oodle library.
I'm not the right person to tell you which method or library is the...
Showing results 1 to 25 of 500

 
Forum Jump


All times are GMT -7. The time now is 04:18.


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