Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #211  
Old 26-03-2026, 05:58
goponfs goponfs is offline
Registered User
 
Join Date: May 2025
Location: Romania
Posts: 5
Thanks: 1
Thanked 5 Times in 4 Posts
goponfs is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Open the script and search for {#GameName}
NOTES: Replace only inside the [Code] section of the script.
Code:
{#GameName}
Replace with:
Code:
{#StringChange(GameName, "'", "''")}
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.
Reply With Quote
The Following 2 Users Say Thank You to goponfs For This Useful Post:
Cesar82 (26-03-2026), palievka (06-04-2026)
Sponsored Links
  #212  
Old 26-03-2026, 16:01
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by wrathma View Post
you can put 2x single quote like this
#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.
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 desktop shortcut name.
See the image:
Attached Images
File Type: png snap0002526.png (37.3 KB, 163 views)
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
wrathma (26-03-2026)
  #213  
Old 27-03-2026, 00:02
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 60
Thanks: 46
Thanked 40 Times in 23 Posts
wrathma is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
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 desktop shortcut name.
See the image:
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".
Attached Images
File Type: png Screenshot 2026-03-27 140212.png (7.9 KB, 162 views)
Reply With Quote
The Following User Says Thank You to wrathma For This Useful Post:
Cesar82 (27-03-2026)
  #214  
Old 01-05-2026, 01:04
palievka palievka is offline
Registered User
 
Join Date: Apr 2013
Location: Slovak
Posts: 8
Thanks: 8
Thanked 2 Times in 2 Posts
palievka is on a distinguished road
Hello. Will this be updated for DiskSpan GUI v2.0.2.4 version. Thank you
Reply With Quote
  #215  
Old 03-05-2026, 19:27
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by palievka View Post
Hello. Will this be updated for DiskSpan GUI v2.0.2.4 version. Thank you
Wait until next weekend.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
palievka (04-05-2026)
  #216  
Old 05-05-2026, 10:07
demon964 demon964 is offline
Registered User
 
Join Date: Feb 2014
Location: Azerbaijan
Posts: 38
Thanks: 4
Thanked 7 Times in 5 Posts
demon964 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Wait until next weekend.
hi. can you add this function? for real time delete files when unpacking

https://github.com/auto-Dog/delete_when_unzip
Reply With Quote
  #217  
Old 09-05-2026, 12:15
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
^^
Bad idea, if the installer crashes and the archives are deleted, then what?
Reply With Quote
  #218  
Old 10-05-2026, 10:58
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
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.
@demon964, deleting the BIN file during installation is a terrible idea.
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);
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
palievka (10-05-2026)
  #219  
Old 14-05-2026, 07:49
goponfs goponfs is offline
Registered User
 
Join Date: May 2025
Location: Romania
Posts: 5
Thanks: 1
Thanked 5 Times in 4 Posts
goponfs is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to goponfs For This Useful Post:
Cesar82 (14-05-2026)
  #220  
Old 14-05-2026, 18:12
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by goponfs View Post
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.
Done!
Attached Files
File Type: rar InstallerScript [2026.05.14].rar (18.5 KB, 6 views)
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
goponfs (15-05-2026), palievka (15-05-2026)
  #221  
Old 15-05-2026, 12:23
goponfs goponfs is offline
Registered User
 
Join Date: May 2025
Location: Romania
Posts: 5
Thanks: 1
Thanked 5 Times in 4 Posts
goponfs is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Done!
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.
Reply With Quote
  #222  
Old 15-05-2026, 17:23
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by goponfs View Post
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
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 Inno Setup itself.
Attached Images
File Type: png snap0002563.png (9.2 KB, 51 views)
Reply With Quote
  #223  
Old 17-05-2026, 11:42
palievka palievka is offline
Registered User
 
Join Date: Apr 2013
Location: Slovak
Posts: 8
Thanks: 8
Thanked 2 Times in 2 Posts
palievka is on a distinguished road
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
Reply With Quote
  #224  
Old 17-05-2026, 12:31
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by palievka View Post
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
Replace attached "DSG_Checksum.iss" inside "...\Resources\Includes\DSG" folder.
Attached Files
File Type: 7z DSG_Checksum.7z (9.7 KB, 5 views)
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
palievka (17-05-2026)
  #225  
Old 20-05-2026, 11:09
palievka palievka is offline
Registered User
 
Join Date: Apr 2013
Location: Slovak
Posts: 8
Thanks: 8
Thanked 2 Times in 2 Posts
palievka is on a distinguished road
Is it possible to display installation actions in a list like here, but also with time and installation percentage? Thank you
Attached Images
File Type: png Setup.png (28.4 KB, 21 views)
Reply With Quote
Reply

Tags
asis, ciu, inno, installer, ultraarc


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 01:09.


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