Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #196  
Old 24-06-2025, 02:21
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 400
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Exclamation Game Store 1.0.0.0

A small update to the installer from this post
https://fileforums.com/showpost.php?...&postcount=166
So....
In general, the size of the selected components is now calculated with a ban if it is larger than the free one.
But now you can't control the accent color of buttons in .ics, etc. Just like that.
Attached Images
File Type: png qq.png (646.4 KB, 123 views)
File Type: png rr.png (565.0 KB, 124 views)
Attached Files
File Type: 7z WinStore[13.04].7z (5.52 MB, 11 views)
__________________
https://t.me/FMXInno
Reply With Quote
The Following 3 Users Say Thank You to audiofeel For This Useful Post:
hitman797 (25-06-2025), ScOOt3r (24-06-2025), Virus_Inc (30-06-2025)
Sponsored Links
  #197  
Old 26-06-2025, 06:49
calho calho is offline
Registered User
 
Join Date: May 2025
Location: spain
Posts: 7
Thanks: 1
Thanked 1 Time in 1 Post
calho is on a distinguished road
Hi again, I'm trying to create an installer with MonoChrome [29.04], but when I install it, I get an error.

The ISArcEx v0.4 module won't let me install it.
Thanks.
Reply With Quote
  #198  
Old 26-06-2025, 07:03
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 400
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by calho View Post
Hi again, I'm trying to create an installer with MonoChrome [29.04], but when I install it, I get an error.

The ISArcEx v0.4 module won't let me install it.
Thanks.
there is no such error with unpacking the test archive, so it follows that something is wrong with your prepared archive, is it logical?

in fact, there may be a lot of reasons, you have provided the wrong unpacking tools, or you have entered the wrong password.
__________________
https://t.me/FMXInno
Reply With Quote
  #199  
Old 26-06-2025, 07:21
calho calho is offline
Registered User
 
Join Date: May 2025
Location: spain
Posts: 7
Thanks: 1
Thanked 1 Time in 1 Post
calho is on a distinguished road
I'm using ultraarc 2.90
I don't know if it's the right one or if I should try another one.
I tried diskspan and I have the same problem.
Reply With Quote
  #200  
Old 26-06-2025, 07:42
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 400
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by calho View Post
I'm using ultraarc 2.90
I don't know if it's the right one or if I should try another one.
I tried diskspan and I have the same problem.
Ask the authors of these compressors a question on the relevant topic.
__________________
https://t.me/FMXInno
Reply With Quote
  #201  
Old 26-06-2025, 07:45
calho calho is offline
Registered User
 
Join Date: May 2025
Location: spain
Posts: 7
Thanks: 1
Thanked 1 Time in 1 Post
calho is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Ask the authors of these compressors a question on the relevant topic.
thanks
Reply With Quote
  #202  
Old 28-06-2025, 02:29
calho calho is offline
Registered User
 
Join Date: May 2025
Location: spain
Posts: 7
Thanks: 1
Thanked 1 Time in 1 Post
calho is on a distinguished road
Hello, I have a problem when running the installation, for MonoChrome.iss I create the bin file with UltraARC, but it gives me an error, I don't know if the installer should include a library for external compressors.
Thanks for listening
Reply With Quote
  #203  
Old 28-06-2025, 02:44
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 400
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by calho View Post
Hello, I have a problem when running the installation, for MonoChrome.iss I create the bin file with UltraARC, but it gives me an error, I don't know if the installer should include a library for external compressors.
Thanks for listening
In the monochrome installer, all test archives are compressed using Srep.
Code:
arc.exe a -i1 -ep1 -r -ed -s; -hp123test123 -w.\_temp -m=srep+dict:p+lzma _Output\data1.bin "data1\*"
and of course, for their proper unpacking, all files are already included in the installer, but only for Srep. you can compress the archive in another way, but you need to add all the necessary files to the script for unpacking. to do this, edit the files "Script_ToolsList.iss, Script_ToolsList_Init.iss"

and place these files in the appropriate folders
Attached Images
File Type: png hj.png (63.2 KB, 85 views)
__________________
https://t.me/FMXInno
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
calho (28-06-2025)
  #204  
Old 02-07-2025, 18:21
lordgamer2354 lordgamer2354 is offline
Registered User
 
Join Date: Apr 2017
Location: Mars
Posts: 2
Thanks: 1
Thanked 1 Time in 1 Post
lordgamer2354 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
In the monochrome installer, all test archives are compressed using Srep.
Code:
arc.exe a -i1 -ep1 -r -ed -s; -hp123test123 -w.\_temp -m=srep+dict:p+lzma _Output\data1.bin "data1\*"
and of course, for their proper unpacking, all files are already included in the installer, but only for Srep. you can compress the archive in another way, but you need to add all the necessary files to the script for unpacking. to do this, edit the files "Script_ToolsList.iss, Script_ToolsList_Init.iss"

and place these files in the appropriate folders
Great designs, you are pro in making these. can i know how you make them? i know thats pascal language but do you code them in editor in inno or there a gui tool like rad studio or something where you make these nice UI elements?
Reply With Quote
The Following User Says Thank You to lordgamer2354 For This Useful Post:
audiofeel (02-07-2025)
  #205  
Old 02-07-2025, 19:29
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 400
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by lordgamer2354 View Post
Great designs, you are pro in making these. can i know how you make them? i know thats pascal language but do you code them in editor in inno or there a gui tool like rad studio or something where you make these nice UI elements?
In fact, everything is limited only to Inno Setup. Sometimes, when necessary, I create interface elements in the Rad Studio program in a file for styles (.style, .fsf, etc.).

For example, a checkbox with any design, then specify in the script which style to use for the checkbox (...StyleLookup('CustomCheckBox'))
Attached Images
File Type: png ty.png (61.1 KB, 59 views)
__________________
https://t.me/FMXInno
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
hitman797 (03-07-2025)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
FMXInno - Windows Fluent Design Installer UI for Inno BLACKFIRE69 Conversion Tutorials 868 30-06-2025 05:24
ASIS: Advanced Simple Installer Script KaktoR Conversion Tutorials 1420 03-06-2025 06:34
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Installer Creator Source Code Razor12911 Conversion Tutorials 19 13-12-2015 10:20



All times are GMT -7. The time now is 14:55.


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