|
#211
|
|||
|
|||
|
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.
|
| Sponsored Links |
|
#212
|
||||
|
||||
|
Quote:
See the image: |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
wrathma (26-03-2026) | ||
|
#213
|
|||
|
|||
|
youre right. thats why i use different variables for the title of the installer and install directory. sometimes you get special characters in the name that windows wont allow. Like "Nier:Automata" or "Star Wars Jedi: Survivor".
|
| The Following User Says Thank You to wrathma For This Useful Post: | ||
Cesar82 (27-03-2026) | ||
|
#214
|
|||
|
|||
|
Hello. Will this be updated for DiskSpan GUI v2.0.2.4 version. Thank you
|
|
#216
|
|||
|
|||
|
hi. can you add this function? for real time delete files when unpacking
https://github.com/auto-Dog/delete_when_unzip |
|
#217
|
|||
|
|||
|
^^
Bad idea, if the installer crashes and the archives are deleted, then what? |
|
#218
|
||||
|
||||
|
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) | ||
|
#219
|
|||
|
|||
|
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) | ||
|
#220
|
||||
|
||||
|
Done!
|
|
#221
|
|||
|
|||
|
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. |
|
#222
|
||||
|
||||
|
Quote:
There is no way to display text in any Inno Setup installer; it's a limitation of Inno Setup itself. |
|
#223
|
|||
|
|||
|
When verifying the integrity check and hash, the name of the Verify button changes to Pause and then Resume, and then when I click Resume, the name of the button does not change to Pause anymore. Thanks
|
|
#225
|
|||
|
|||
|
Is it possible to display installation actions in a list like here, but also with time and installation percentage? Thank you
|
![]() |
| 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 |