|
|
|
#1
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to Gehrman For This Useful Post: | ||
Razor12911 (23-05-2020) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Quote:
Quote:
Quote:
Last edited by Razor12911; 23-05-2020 at 10:10. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Gehrman (23-05-2020) | ||
|
#3
|
||||
|
||||
|
Yes, I know that, but it's still great.
NORMAL: 1130 Kb (1.10 MB) >> UPX = 288 Kb if compile with DELPHI 2010 (but not work) = NORMAL: 339 Kb >> UPX 119 Kb. I will try with other dephi XE versions later. But it would be useful to know what would be the minimum version of DELPHI that this source works for. Thank you! |
|
#4
|
||||
|
||||
|
If you use VCLStyle (Style.vsf) together with DiskSpan, when searching for the disk the installer is usually closed without any error message, it simply closes.
Watch the video to see the error. I went to shoot a video and showed an error message (This time it didn't end directly). The message box is displayed with a skin totally different from the skin used. Componets are compressed separately. Each game in your data file as game1 = Data1.bin.001, game2 = Data2.bin.001. In the Tools folder of the CIU thred inside the UltraArc folder there is a modified DiskSpan.bat (if you want to see it). What is the minimum version of DELPHI to compile cls-diskspan.dll? I adapted the code and compiled it with DELPHI 2010 (To make it smaller size), but it didn't work(Not show erros, simply closes the installer). With Seattle or RIO I know it works, but which previous version also works? Last edited by Cesar82; 23-05-2020 at 04:26. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
BLACKFIRE69 (23-05-2020), Gehrman (23-05-2020) | ||
|
#5
|
||||
|
||||
|
@Cesar82 ... MPress has a faster execution speed than UPX, and a false positive warning factor lower than UPX. I have not tested it on your work but in the ahk language on the conversion into executable. you can try.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche) ![]() ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
|
|
#6
|
||||
|
||||
|
I tried to compress VCLStylesInno.dll using MPress and the library stopped working.
|
|
#7
|
||||
|
||||
|
The VclStyle bug is not related to diskspan. I tried to make DiskSpan create the form in another thread, the problem persisted. I ended up downloading the source of VclStyle to see how it really works and VclStyle just tries to make sure all the forms/dialogs use the same style including the ones created externally, as you can see in the video.
DiskSpan is not involved at all, I just made ISDone produce an error to show a message then I just waited to see what will happen. https://youtu.be/0j7Lx0nxhLY Basically, use this VclStyle library in your scripts if you know that the other libraries you import don't create additional forms/dialogs else you'll have this issue whether diskspan was used or not. Last edited by Razor12911; 24-05-2020 at 21:47. |
|
#8
|
||||
|
||||
|
Quote:
So the error happens inside ISDone.dll (VCLStyle.dll does not support ISDone.dll)? because with a library called directly by the installer the window is displayed correctly. If this error is internally in VCLStyleInno.dll, and public source code, and someone has enough knowledge to correct it, please try it because it would be very useful. Thank you. Last edited by Cesar82; 24-05-2020 at 23:40. |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
||||
|
||||
|
Cesar you could try Benjamin, but you have to waste some time with the various options to use.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche) ![]() ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
|
| The Following User Says Thank You to felice2011 For This Useful Post: | ||
Gehrman (25-05-2020) | ||
|
#11
|
|||
|
|||
|
I think, it's nothing but wasting of time to compress lib or exe because setup size increases and also decreases some speed while opening the setup generally for dll being used after compiling.
It compresses twice or if twice is being used so better use Flag:nocompression with compressed one on [Files] sec, it prevents from increasing the size Last edited by DiCaPrIo; 25-05-2020 at 01:21. |
| The Following 2 Users Say Thank You to DiCaPrIo For This Useful Post: | ||
Gehrman (25-05-2020), Razor12911 (25-05-2020) | ||
|
#12
|
||||
|
||||
|
@Razor12911
Sorry I'm bothering you. It includes the new diskspan R3 (original Library) in CIU 3.0.0.0.1 beta and when displaying the search message for the disk, Setup.exe is terminated. I don't know if it is because CIU has many features that require more from the system than a basic script. I did the same tests using the Light Installer (very basic script) and there is hardly an error. The request disk code in Light installer and CIU is exactly the same. I have attached the examples where the installer closes when searching for the disk. Run as is and search for part 1 and then for part 2 in folders when prompted (Most of the time the error occurs when searching for part 2). @Razor12911, if you want to do tests I can send you the ciu beta source code. The error I think is still in the callback, and I don't know if there is a solution for that. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Gehrman (05-06-2020) | ||
|
#14
|
||||
|
||||
|
@BLACKFIRE69
I got smaller sizes using DELPHI 10 Seattle. From XE8 all functions/classes are coded without any changes. Using DELPHI XE4 through XE7 it is only necessary to include a variable to make the script compatible. I tested the version compiled with DELPHI Seattle and it is working fine. Only the same errors happen as in the original lib that Razor12911 shared. I did not test these older versions XE4 to XE7, because as the Lib compiled with DELPHI Seattle was better than with previous versions it does not make sense to test. ![]() Adaptation of DiskSpan R3 to work with old delphi (Delphi XE4...XE7) Changhed this: Code:
begin FormatSettings := TFormatSettings.Invariant; Code:
var FormatSettings: TFormatSettings; begin GetLocaleFormatSettings(LOCALE_SYSTEM_DEFAULT, FormatSettings); But as the size of the library compiled with DELPHI Seatle is smaller, it is more viable to use it. This other executable compressor used from the image "uPACK" I found the compression rate very good and super fast, but in some libs it brings false positives. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
BLACKFIRE69 (11-06-2020) | ||
|
#15
|
||||
|
||||
|
Quote:
I compiled it in Delphi Seattle without changing and changing the code, but it wasn't working.
Last edited by BLACKFIRE69; 20-06-2026 at 16:08. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UltraARC Tutorials, Hints and Examples | Razor12911 | Conversion Tutorials | 35 | 17-03-2021 11:56 |
| Quantum Break | GTX590 | PC Games - CD/DVD Conversions | 105 | 25-03-2019 08:28 |
| Bioshock Infinite Complete Edition (7xDVD5) UltraArc + CIU v2.0.3 By *Yener90* | GTX590 | PC Games - CD/DVD Conversions | 13 | 17-06-2017 10:55 |
| Call of Duty Black OPS 3 + DLC Awakening (11xDVD5) | GTX590 | PC Games - CD/DVD Conversions | 22 | 30-12-2016 07:46 |
| Mortal Kombat XL (7xDVD5) UltraArc + CIU v2.0.3 By *Yener90* | GTX590 | PC Games - CD/DVD Conversions | 1 | 13-10-2016 16:03 |