|
|
|
#1
|
|||
|
|||
![]() ![]() Can I change the text in this section? I thought this was a logo image that was in the recourses, but after I changed it, the text didn't change. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
See attached video. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Gehrman (12-05-2025) | ||
|
#3
|
|||
|
|||
|
You cannot use characters for the GameName
For example you can use #define GameName "Clive Barkers Undying" but not #define GameName "Clive Barker's Undying" Can be possible update the script? |
| The Following User Says Thank You to goponfs For This Useful Post: | ||
Cesar82 (25-03-2026) | ||
|
#4
|
||||
|
||||
|
Quote:
NOTES: Replace only inside the [Code] section of the script. Code:
{#GameName}
Code:
{#StringChange(GameName, "'", "''")}
|
|
#5
|
|||
|
|||
|
Thanks! I replaced the code and now is working. I hope that you will take this in consideration and update the script for the next release.
|
|
#6
|
|||
|
|||
|
Quote:
#define GameName "Clive Barker''s Undying" and it will be rendered as single quote. you dont have to make any changes to the code section for this. ![]()
|
|
#7
|
||||
|
||||
|
Quote:
See the image: |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
wrathma (26-03-2026) | ||
|
#8
|
||||
|
||||
|
Light Installer Script 1.0.1.8
Added Light Installer Script 1.0.1.8 in first post.
Code:
- Added compatibility with DiskSpan GUI 2.0.2.4+. - Added data hash page to check integrity of compressed files. - Fixed some minor bugs. However, you can modify your own script by editing "Resources\Includes\DSG\DSG_Module.iss" adding red text part. But this will only work for BIN files contained on disks such as HDDs/SSDs and for non-splitted BIN files. Code:
if (not ISDoneError) and (not ISArcExtract(0, Arcs[I].Pct, CurrArc, Arcs[I].Output, '', Arcs[I].AType = tmArc, Arcs[I].Password, ExpandConstant('{tmp}\Arc.ini'), Arcs[I].Output, False)) then
ISDoneError := True
else
DeleteFile(CurrArc);
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
palievka (10-05-2026) | ||
|
#9
|
|||
|
|||
|
Please, consider for the next update to improve ScriptVersion to accept also letters. Currently you can use only numbers. If i put letters, for example "v3" i cannot compile it.
|
| The Following User Says Thank You to goponfs For This Useful Post: | ||
Cesar82 (14-05-2026) | ||
|
#10
|
||||
|
||||
|
Done!
|
|
#11
|
|||
|
|||
|
Thanks alot! When you hover the mouse over the Setup file instead of showing "v3" on File version it shows 3.0.0.0 and also if i put in the script just letters it shows 0.0.0.
Another example: if you put 1.072 it shows 1.72.0.0 Ps: in uninstall programs it shows correctly Last edited by goponfs; 15-05-2026 at 12:31. |
|
#12
|
||||
|
||||
|
Quote:
There is no way to display text in any Inno Setup installer; it's a limitation of Inno Setup itself. |
|
#13
|
|||
|
|||
|
I've been trying to use Light Installer on a set of archives splitted by DiskSpan (total packed = 12GB, unpacked = 35GB) when it comes to extract them during installation it remains stuck at "Extracting temporary files..."
Then I compared it with ASIS (and the version of DiskSpan dll it comes with) and it works flawlessly. What I strangely noticed in Light Script (and your modificed DiskSpan dll) while remaining stuck at the caption said before, it just copy the archives slices (data.bin.001, etc.) in the temp folder %TEMP%\is-[random code].tmp while ASIS doesn't. Moreover I wasn't be able to reproduce the problem with smaller archives compressed with same method So what I ask is if it is some sort of bug and also if I can revert to the original DiskSpan that comes with ASIS (simply changing the declarations of functions didn't seems to work) |
|
#14
|
||||
|
||||
|
Quote:
Did you assume that you are copying Data1.001 data files, etc. to the temporary folder? This should not happen. Remember that version 1.0.0.1 and 1.0.0.2 is necessary to use CIU Tools 3.0.0.0.u8 (The previous tools may not work). It is not possible to use the ASIS DiskSpan without redoing much of the code and would also not support the Pause button (While unpacking is paused, time is paused as well). I updated a new file in the first post... Try now. Last edited by Cesar82; 22-05-2020 at 21:24. |
|
#15
|
|||
|
|||
|
Thank you! Now it seems to be working
FYI the method I used was Code:
pzlib+srep:m1f:l512+4x4:b128mb:lzma:a1:mfbt4:64m:fb273:mc1000000:lc8 (Battlefield 3) |
![]() |
| Tags |
| asis, ciu, inno, installer, ultraarc |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| How many forum members does it take to change a light bulb? | rms2001 | XBox Games | 6 | 12-01-2004 05:31 |