FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   FMXInno Chronicles: Installer Source Code Index / Repository (https://fileforums.com/showthread.php?t=106220)

audiofeel 25-04-2024 16:19

reserved

Wikinoob 02-05-2024 09:28

This is cool, cheers

Wikinoob 02-05-2024 22:36

Audio
 
Quote:

Originally Posted by audiofeel (Post 504151)
A mini installer for indie games. without additional form windows.
:o
thanks to
JIEXA MEDVED
BLACKFIRE69

This is a cool installer, Any chance of adding Audio to the script please?

Fak Eid 20-05-2024 11:49

Redshank v2
 
7 Attachment(s)
I saw someone asking for my Redshank v2 which had some minor updates from Audiofeel's actual script. Including the latest compatible FMXInno, feel free to download it from here. If you find any bugs, feel free to report it back to me.

audiofeel 23-05-2024 22:38

reserved

Fak Eid 24-05-2024 06:14

Random_Gamertags Repack
 
15 Attachment(s)
This is the original version of my script which I've kept private for a long time, testing and altering. I'd like to share what I've created out of my love for coding and repacking games. I think it is a good time to make it public and hope people will love it the same way I do it too.

This script supports (all well optimized):
- Upto 4 App Launchers
- Upto 5 Redist
- 6 Data files
- 16 Additional Components

No need to make changes to the script everytime you create Installer. The Installer.ini file inside the 'Game' folder supports:
- Adding Game Info
- Option to animate the Welcome page with .gif
- Option to add Splash screen
- Option to Change Modes depending upon the background image

All relative files will be available to edit inside Game folder.
To create Hash_Setup.md5 file creation, simply use the MD5 Verification.bat file inside the 'Automate' folder.

A request to anyone using this repack to not remove the watermark and link to my YT channel.

BLACKFIRE69 26-05-2024 10:26

FMXInno Chronicles: Installer Source Code Index / Repository
 
* Index updated. :)

CrownRepack 30-05-2024 00:41

Quote:

Originally Posted by audiofeel (Post 504621)
A custom form for selecting the language in which the installer will be displayed.
Displaying brief information about the game.
Folder selection (by default, installation is performed on the second disk after the system disk, if it exists).
Creating shortcuts, optional (x86 x64).
Updating DirectX, optional.
Progress bar with gradient color fill.
Launch the game after successful installation, if desired.
Unpacking 6 archives.
Custom error output form.
The colors of the installer are not configurable.
:o

Hi Audiofeel, i really like this installer, can you please make it customizable for colors? and how do i edit the Style.bin file?

CrownRepack 31-05-2024 09:03

2 Attachment(s)
Quote:

Originally Posted by audiofeel (Post 504675)
There are more than 10 shades in this script, are you sure that you will fit everything into the design? If you need to change a certain color for a certain object, that's another question and you can help with that. It's just that the story will repeat itself again, as with the Hitman installer, you create white buttons and you will reproach me and everyone that white symbols are not visible on it. And as for editing the style file, in this installer it is used only in two interfaces, these are "FComboBox" and "FFluentDirBrowse Edit". Shown in the screenshots. Everything else is done using code

Thanks for clarifying, i now understand what's the use of the Style.bin file, im not an experience coder or anything, but i like to mess arround with things and learn as i go, i manage to edit the installer to my liking in terms of colors, thanks audiofeel, this is one good and simple installer, im finding for an installer like this for a very long time and im new to FMXInno, so i will try to get used to it.

Only thing i would like is to add music to this installer :D

Fak Eid 31-05-2024 23:52

Quote:

Originally Posted by audiofeel (Post 504683)
It turned out great. Take the code from any installer where there is music, it is universal and will suit you. As for styles... It was possible to make other controls in it, but I don't really understand Photoshop, so it's easier for me to do everything through code, if you understand and own Photoshop, then you can do everything inside the style file (although you also need to take into account the scale of 150-200%). I will provide you with an archive for minimal editing of style files.

For Buttons, why not use
Code:

Button[1].FillGradient(<Some Color>, <Other Color>, gsLinear);
Button[1].FillGradientLinearAngle(0);

And can have style file for checkbox.

xjohnxedgex 11-06-2024 06:46

Quote:

Originally Posted by audiofeel (Post 504621)
A custom form for selecting the language in which the installer will be displayed.
Displaying brief information about the game.
Folder selection (by default, installation is performed on the second disk after the system disk, if it exists).
Creating shortcuts, optional (x86 x64).
Updating DirectX, optional.
Progress bar with gradient color fill.
Launch the game after successful installation, if desired.
Unpacking 6 archives.
Custom error output form.
The colors of the installer are not configurable.
:o

When you upload the latest version, 24.05

Fak Eid 17-06-2024 09:00

Steam Limitless
 
11 Attachment(s)
Into the new era of FMXInno with the latest FNewINI implementation. This installer is a beast in terms of Code Optimization and new features.

- Enable or disable the use of DSG depending on your choice (Thanks to @Cesar82 for making it DSG compatible)
- You can have as many AppExes (currently 4) and Data files
- You can have upto 50 Redist, 50 Additional Component and 50 Languages files each. Limited because I don't want anyone to abuse the resources but if you want to increase the capacity more, check here
- No need to make any changes to the script at all. The Installer.ini file inside the 'Game' folder supports everything, even Data, Redist, Component and Languages
- Play Page to directly play your game by selecting AppExe from installer
- Watch Game Trailer during installation.
- More Installer Upgrades

Benefits of the installer:
- Separate .iss to read the installer script.
- Code Optimized rendering of SidePanel component and Tab
- Code Optimized rendering of Redist, Component and Language creation
- Code Optimized for Shortcut Creation
- Code Optimized for Data, Component and Language file decompression
- Code Optimized for Post Install Redist Installation
- Script is independent of changes in number of max Data, Redist or additional component count. You can have as many as UI can support
- Better Error Handling
- Fixed a bug where missing Data File still proceeded with Installation.
- Variant of style.bin for FCheckbox (Thanks to @AgentV)

Check out the Automate folder for:
- MD5 verification of your files
- Automatically creating the .iss for importing list of Tools
- Automatically creating the .iss for extracting required tools during decompression

What is DSG (DiskSpan) compatibility?
The infamous DiskSpan compressor has been made compatible with this installer. Whether or not your compression was done using DSG, you can still extract your Data Files by:
Copying the Setup.dll in the Unpack > Decomp_DSG Folder

In case you don't know the compression method, open your Data#.bin with FreeArc and go to "INFO" > "Solid Blocks" tab to know exactly the name of the methods used.
Within the "Setup DLL" tab of the DSG, access the "Maker" sub-tab and paste the methods one on each line. Example:
Code:

xtool:mzlib+srep+lolz
xtool:bk2
xtool:mkraken:core_2.9.2

You can uncheck the split and diskspan checkboxes at the bottom of the window and click Create to create the Setup.dll file.
More Info DiskSpan GUI

PS: User also has an option to choose if they want to extract using their tools or DSG. In case they opt to choose their tools, they can put their files inside Unpack > Decomp_Custom > Tools.
And run, Automate > Create Tools List.bat and Create Tools Init.bat

This installer will have more upgrade if these pending requests are fulfilled.

CrownRepack 18-06-2024 09:02

1 Attachment(s)
hi audiofeel, in vesta installer, there isn't any Remaining Time in the installer, i added the link from another installer and now i have Remaining time in the installer when installing, the problem now is that i don't know how to change the "secs" and "mins" to display the full word as "Seconds" and "Minutes". Any idea?

CrownRepack 18-06-2024 09:28

Thank you so much, i did come across that part, but i had no idea at all :D

CrownRepack 18-06-2024 17:30

Quote:

Originally Posted by audiofeel (Post 504830)
You may need some kind of online service for selecting shades based on photos.

Alright got it, thank you once again, the picture behind the text info is edited by me in Photoshop, i decided to use picture editing method instead of code, its just a "FRectangle + InitRectangleHandle + .FillPicture", im slowly editing this installer to my liking and as i edit it i learn the coding as well. I created a music button by looking at other examples, and i can say i'm happy i made a working button for the first time :D


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

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