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
  #616  
Old 16-09-2024, 12:06
Dario06's Avatar
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: Betelgeuse
Posts: 37
Thanks: 10
Thanked 25 Times in 16 Posts
Dario06 is on a distinguished road
Hi everyone
hi BLACKFIRE69, I want to remove all the button mods and leave them original anthem, browse, back, next, cancel and pause, can we do that?
Attached Files
File Type: zip 1_Original_Inno_Example-mod.zip (3.9 KB, 16 views)
Reply With Quote
The Following User Says Thank You to Dario06 For This Useful Post:
Behnam2018 (29-09-2024)
Sponsored Links
  #617  
Old 27-10-2024, 06:19
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - Update

FMXInno Quality Update - [October 27, 2024]


Code:
1. Updated `FNewINI` class and `MINI.exe`  
   - Now reads and saves INI files in UTF-8 without BOM.

2. Updated `FCheckboxTree` class  
   - Added new properties; you may need to adjust your current scripts.

3. Compatibility with the Latest Windows Version  
   - Optimized for Windows 11 24H2.
   - Compiled in RadStudio 12.2 (latest update).

4. Font Functions for Windows 11 24H2  
   * The following functions are incompatible with 24H2:
     - `InstallFMXFont`
     - `InvalidateFMXFont`
     - `DeleteFMXFont`

   * Use these alternative functions:
     - `AddFontResource2`
     - `RemoveFontResource2`

5. New Color Picker App Added

6. General Improvements and Bug Fixes.

- For Members -

Code:
1. Source Code Reorganization  
  - Now uses unit scope names.
  - Various units have been renamed for clarity.
  
2. The latest source code will be available in the coming days for members.

.
Attached Images
File Type: png 0.png (61.4 KB, 577 views)
File Type: png 1.png (32.7 KB, 575 views)
File Type: png 2.png (51.0 KB, 577 views)
Attached Files
File Type: rar FMXInno Update - [2024-Oct-27].rar (7.46 MB, 123 views)
Reply With Quote
The Following 12 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (27-10-2024), audiofeel (27-10-2024), Behnam2018 (07-11-2024), crachlow (13-11-2024), Dario06 (27-10-2024), Ele (28-10-2024), hitman797 (31-10-2024), joker85 (18-06-2025), Lord.Freddy (27-10-2024), Qirashi (29-10-2024), ScOOt3r (27-10-2024), Tihiy_Don (27-10-2024)
  #618  
Old 18-11-2024, 13:20
Qirashi Qirashi is offline
Registered User
 
Join Date: Sep 2024
Location: Russia
Posts: 2
Thanks: 7
Thanked 2 Times in 1 Post
Qirashi is on a distinguished road


I had a question and a suggestion on "FCheckboxTree". I hope the difficulties of translation allow me to get my point across.

When using FCheckboxTree, the logic of the Checkbox is slightly different than in the original inno setup. In the original, when selecting 1 of the components in the Checkbox tree, all those that are somehow related to the selected one are selected. I hope you understand me. In FMX, this is implemented a little differently. They are not always marked, which looks strange from the 1st side. It would be cool to see similar logic to the original inno setup.

Even in FCheckboxTree, you cannot select and remove Radiobutton, they are in FCheckboxTree, but it is problematic to combine them with regular Checkboxes.
Reply With Quote
The Following 2 Users Say Thank You to Qirashi For This Useful Post:
Behnam2018 (18-12-2024), Tihiy_Don (21-11-2024)
  #619  
Old 23-01-2025, 21:38
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 43
Thanks: 91
Thanked 26 Times in 18 Posts
Tihiy_Don is on a distinguished road
In Inno Setup version 6.4.0, there are issues with FMX, specifically with the procedure:
pTaskbarPreviewEx(FMXForm.HandleHWND, True);

After launching the main form, the following message appears:
"Taskbar cannot find window handles"

And shortly after that:
"Failed to initialize the taskbar. TaskbarPreviewEx failed"
Reply With Quote
The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post:
Behnam2018 (24-01-2025), Qirashi (11-03-2025)
  #620  
Old 28-05-2025, 06:34
Budakgamers9849 Budakgamers9849 is offline
Registered User
 
Join Date: May 2025
Location: Indonesia
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Budakgamers9849 is on a distinguished road


Can you help me? What compressor is supported with this setup, I've searched but couldn't find it.
Reply With Quote
The Following User Says Thank You to Budakgamers9849 For This Useful Post:
Behnam2018 (28-05-2025)
  #621  
Old 11-06-2025, 11:48
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
Hi BLACKFIRE69,

It seems that installers built with FMXInno do not load correctly when running under Linux. I understand asking to support Linux is a huge ask, so I was wondering if you could add some form of bypass to FMXInno so that if the installer is detected to be running under Wine, it only loads the absolute bare minimum to result in no crashes?

Thanks!
Reply With Quote
  #622  
Old 30-06-2025, 03:53
XH75819116 XH75819116 is offline
Registered User
 
Join Date: Jun 2022
Location: china
Posts: 6
Thanks: 0
Thanked 3 Times in 3 Posts
XH75819116 is on a distinguished road
Gods please teach a problem: when the background is gif files, why encounter older hard drives, such as ssd's hard drive to release the file is very slow and slow, innosetup code: TopLayer.FCreate(FMXForm.Handle);
TopLayer.SetBounds(FMXForm.GetLeft, FMXForm.GetTop, FMXForm.GetWidth, (50));

GifImg.FCreate(TopLayer.Handle, ExtractAndLoad('9.gif'), True);
//GifImg.Opacity(0.1);
GifImg.SetBounds(0, 0, {#BaseWidth}, {#BaseHeight});
Reply With Quote
  #623  
Old 30-06-2025, 05:24
XH75819116 XH75819116 is offline
Registered User
 
Join Date: Jun 2022
Location: china
Posts: 6
Thanks: 0
Thanked 3 Times in 3 Posts
XH75819116 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
My guess is that there are too many frames in your gif animation file or its size is large. my example uses a gif animation with a minimum framerate and a size of 1.35 MB. Yes, there is a delay, but it is minimal.
I'll test it. Thanks.
Reply With Quote
  #624  
Old 11-10-2025, 21:32
jojo670's Avatar
jojo670 jojo670 is offline
Registered User
 
Join Date: Oct 2022
Location: earth
Posts: 3
Thanks: 3
Thanked 1 Time in 1 Post
jojo670 is on a distinguished road
Thank you very much for this very complete and high-quality package.
Reply With Quote
  #625  
Old 03-01-2026, 00:55
Saifuddin Saifuddin is offline
Registered User
 
Join Date: May 2019
Location: India
Posts: 9
Thanks: 12
Thanked 3 Times in 2 Posts
Saifuddin is on a distinguished road

1. How to fix: Selecting Drive other than C drive does'nt update free space
2. How to add command-line parameters to desktop shortcut
Reply With Quote
  #626  
Old 06-01-2026, 22:23
Saifuddin Saifuddin is offline
Registered User
 
Join Date: May 2019
Location: India
Posts: 9
Thanks: 12
Thanked 3 Times in 2 Posts
Saifuddin is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Code:
[Execs]
; AppExe1=Tile Caption|Exec Directory|Exec File|Shortcut Name|Parameters|IconFilename|IconIndex
AppExe1=Red Dead Redemption 2||Launcher.exe|Red Dead Redemption 2 v1.0.1436|-fullscreen -skipintro|{app}\RDR2_icon.ico|0

[Icons]
#ifdef AppExe1
Name: {group}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; Parameters: {#E1[63]}; IconFilename: {#E1[64]}; IconIndex: {#E1[65]}; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts1;
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; Parameters: {#E1[63]}; IconFilename: {#E1[64]}; IconIndex: {#E1[65]}; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts1;
#endif
Thank you!
Reply With Quote
The Following 2 Users Say Thank You to Saifuddin For This Useful Post:
ADMIRAL (07-01-2026), audiofeel (07-01-2026)
  #627  
Old 08-04-2026, 12:33
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Smile It took long to respond

I’m really sorry it took me a long time to come up with something new for the FMXInno project.
There were several personal matters I had to go through,
and I didn’t have enough time to focus on the project I started.

Long story short,
I am a Full Stack Engineer, and my younger sister is a Software Engineer.
We both received new career opportunities far away from our hometown.
We decided to take those opportunities and moved away.

It took much longer than expected to settle down, and I am currently doing a few remote jobs,
so it hasn’t been easy to find free time.

I couldn’t finish the FMXInno December 2024 update (more than a year ago).
I will come back with an update, but please give me some time.

Thanks.

Last edited by BLACKFIRE69; 09-04-2026 at 01:13.
Reply With Quote
The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (08-04-2026), Cesar82 (08-04-2026), Ele (14-04-2026), l38m (14-04-2026), Razor12911 (09-04-2026), ScOOt3r (09-04-2026), Tihiy_Don (10-04-2026)
Reply


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
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM BLACKFIRE69 Conversion Tutorials 0 15-11-2023 17:35
Windows Phone Installer similar to razor12911's original design? Kitsune1982 Conversion Tutorials 0 02-07-2020 13:04
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 15:19.


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