|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
reserved
Last edited by audiofeel; 23-01-2026 at 23:16. Reason: fixed minor bugs |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Алгоритм сжатия
Друг,не подкажешь какой алгоритм сжатия используется в этом инсталлере?
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Thank you for quick reply and update.
The only thing i can't see, and maybe will be added later, is how to add more desktop icons. For example for game collections or if the game have config and game exe as well. Either way, thanks once again. Last edited by Th3Raven; 13-07-2024 at 03:22. Reason: Added more text |
| The Following User Says Thank You to Th3Raven For This Useful Post: | ||
audiofeel (13-07-2024) | ||
|
#5
|
||||
|
||||
|
Thank you so much for updating it this fast. Tested the desktop shortcut by adding 3 more shortcuts to the list and is working perfectly. I assume that now we can add as many redist, components (DLC, languages ) and shortcuts as we need. Thanks once again. Simple to use and clean installer.
|
| The Following 2 Users Say Thank You to Th3Raven For This Useful Post: | ||
audiofeel (14-07-2024), Behnam2018 (17-07-2024) | ||
|
#6
|
|||
|
|||
|
Quote:
Here's the script can you tell me what im doing wrong? ; ------------------------------------------------------------- [Setup] PostRunExe={app}\motogp25-Win64-Shipping.exe WebLink=https://Website/ ; ------------------------------------------------------------- [Game] Name=MotoGP 25 Path=MotoGP 25 Publisher=Milestone S.r.l. Genre=Racing Developer=Milestone S.r.l. Size=25276 Date=30 April 2025 Version=Build 18206190 Lang=7 Crack=Rune CPU= Intel Core i5-9600K / AMD Ryzen 5 1600 RAM=16384 GPU= GeForce GTX 970 / Radeon RX 580 OS=64 ; ------------------------------------------------------------- [Execs] [Execs\AppExe1] Name=motogp25 Exe=motogp25.exe Icon=motogp25.exe Args= WorkDir={app}\Motogp25\motogp25 [Execs\AppExe2] Name=motogp25-Win64-Shipping Exe=motogp25-Win64-Shipping.exe Icon=motogp25-Win64-Shipping.exe Args= WorkDir={app}\Motogp25\motogp25\Binaries\Win64\mot ogp25-Win64-Shipping ; ------------------------------------------------------------- [Redists] [Redists\Redist1] Name=Microsoft Visual C++ 2008 Args=/q /norestart File={src}\Redist\vcredist\2019\VC_redist.x64.exe [Redists\Redist2] Name=Microsoft Visual C++ VC 2010 Args=/q /norestart File={src}\Redist\vcredist\2019\VC_redist.x86.exe [Redists\Redist3] Name=Microsoft Visual C++ VC 2012 Args=/q /norestart File={src}\Redist\vcredist\2022\VC_redist.x64.exe [Redists\Redist4] Name=Microsoft Visual C++ VC 2023 Args=/q /norestart File={src}\Redist\vcredist\2022\VC_redist.x86.exe [Redists\Redist5] Name=Microsoft DirectX® Args=/q File={src}\Redist\DirectX\Jun2010\DXSETUP.exe ; ------------------------------------------------------------- [Datas] Password=123test123 [Datas\Data1] File={src}\data1.bin [Datas\Data2] File={src}\data2.bin [Datas\Data3] File={src}\data3.bin [Datas\Data4] File={src}\data4.bin ; ------------------------------------------------------------- Last edited by KenGamer; 01-05-2025 at 11:16. |
|
#7
|
||||
|
||||
|
Hi audiofeel, can you explain to me how to modify/create a style file (*.fsf) to use in InnoSetup? Do i need some external software installed? Thanks!
Edit: I Found the solution using Embarcadero Delphi.Lite
Last edited by Yourname; 01-05-2025 at 14:26. |
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
||||
|
||||
|
Quote:
Take the fsf or style file and add it as a final argument in the command line of vsf2fm - If you want to convert from fsf to style you use: "vsf2fm -origin style.fsf" - If instead you want to convert from style to fsf FMX 2.5 you use: "vsf2fm -idx style.style" (-bin instead of -idx if you want FMX 2.0) Code:
Convert VCL style to FireMonkey style Usage: vsf2fm <file or folder> Params: -origin - raw converter result -bin - convert to binary fsf-format instead textual style-format -idx - convert to indexed binary fsf-format instead textual style-format |
| The Following User Says Thank You to Yourname For This Useful Post: | ||
audiofeel (02-05-2025) | ||
|
#10
|
||||
|
||||
|
Well, the vsf2fm tool doesn't convert everything completely, in fact it leaves out some things. I'm writing a code in Delphi that completely converts the styles that will then be read with inno (In FMX 2.5)
|
|
#11
|
||||
|
||||
|
Hello again, i completed the "Beta" of the tool i called fsf2raw (but it can also do raw2fsf). That converts FMX 2.5 styles from Plain to Indexed Binary and vice-versa.
To use it: - fsf2raw tf input.style output.fsf or - fsf2raw ts input.fsf output.style The download can be found on my site HERE. The password is of course "Felix_550" (without the quotes).
__________________
My Site -> felix550.unaux.com |
| The Following User Says Thank You to Yourname For This Useful Post: | ||
audiofeel (02-05-2025) | ||
|
#12
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1477 | 20-05-2026 10:52 |
| FMXInno - Windows Fluent Design Installer UI for Inno | BLACKFIRE69 | Conversion Tutorials | 626 | 08-04-2026 12:33 |
| 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 |