![]() |
|
|
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#166
|
|||
|
|||
UnknownsInstaller
Main features or characteristics:
Choice of installer language (Ru, En) if needed, I will make more on request. One-page, no transitions between pages. Custom forms for selecting components, errors and messages (FQuickMsg). Possibility to disable social network buttons (for trackers) Form settings (custom \ system with different rounded corners, background image and its darkening, transparency when dragging) - everything is configured in the Design section inside .ini Everything that can be configured in ini: 1. Name, version, installation path and weight of the game. 2. Links to social networks and the name of the release group. 3. Form design, release for trackers. 4. Unpacking settings (methods, archive password, hash verification) 5. Number of shortcuts. 6. Number of archives. 7. Additional components. 8. Necessary software. FMXInno from August 28, 2024. I'll update later if needed. ![]() |
Sponsored Links |
#167
|
|||
|
|||
Quote:
Anyways, is the form responsive to the theme of PC? Like if I'm on dark theme, does the form becomes dark too? |
The Following 2 Users Say Thank You to Fak Eid For This Useful Post: | ||
Behnam2018 (13-12-2024), Jahan1373 (14-12-2024) |
#168
|
||||
|
||||
Quote:
Code:
procedure MoreView(Sender: TObject); var TextLength, CharWidth, NumLines, CharHeight, RectWidth, RectHeight: Single; begin TextLength:= StrToFloat(IntToStr(Length(AboutTxt.GetText))); CharHeight:= 15.9609375; CharWidth:= 11.208984375; RectWidth:= AboutRect.GetWidth * 2; NumLines:= TextLength * CharWidth / RectWidth; RectHeight:= NumLines * CharHeight + AboutRect.GetHeight; if AboutRect.GetHeight = 249.0 then begin AboutRect.Animate(RHeight, RectHeight, 0.3, 0) AboutTxt.Animate('Height', AboutRect.GetHeight, 0.3, 0, atInOut, itLinear); end else begin AboutTxt.Animate('Height', 150, 0.3, 0, atInOut, itLinear); AboutRect.Animate(RHeight, 249, 0.3, 0); end; end; |
#169
|
|||
|
|||
pic Games Installer - by Fak Eid
Hello, I am French and I am trying to translate your installer into my language. I have made quite a bit of progress but I find myself stuck on the following page or I can't find where to translate it: the 'INSTALL' button also remains in English. Moreover, when I go to this page which is in English and I come back to the page choose the installation location it becomes again in English. Can you help me? ![]() |
The Following User Says Thank You to fabrieunko For This Useful Post: | ||
Behnam2018 (15-12-2024) |
#170
|
|||
|
|||
hello, I spoke with Fake Eid because I translated its installer into French. but the uninstaller remains in English. so he asks me to contact you to ask for help translating the uninstaller into French because he tells me that English is hardcoded in fmxinno.
can you help me audiofell or blackfire69? |
#171
|
||||
|
||||
Quote:
Try this Last edited by audiofeel; 20-12-2024 at 00:24. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
fabrieunko (20-12-2024) |
#172
|
|||
|
|||
thanks it works well.
![]() |
The Following User Says Thank You to fabrieunko For This Useful Post: | ||
Behnam2018 (20-12-2024) |
#173
|
||||
|
||||
![]()
all scripts updated to January 13 (due to the latest changes in the inno setup, MAIN.FORM was completely removed). something was removed, something was changed. I don't remember what
![]()
__________________
https://t.me/FMXInno |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
hitman797 (10-03-2025) |
#174
|
||||
|
||||
![]()
Redshank installer updated. all settings are now in the ini file. other small changes related to transferring to the style file. now the code is 1200 lines shorter.
Post updated ![]()
__________________
https://t.me/FMXInno |
#175
|
||||
|
||||
![]()
Updated the Apex installer. Now the settings are in the ini file.
Other small changes. Post updated ![]()
__________________
https://t.me/FMXInno |
#176
|
||||
|
||||
![]()
GTA V Game Menu Installer has been updated. Now you don't need to compile the uninstaller separately. Settings in the ini file. Much has been moved to the style file. Divine code has been shortened
Post updated ![]()
__________________
https://t.me/FMXInno |
#177
|
||||
|
||||
![]()
Now this is a set of scripts - styles Core Pack
Includes five styles (known to me) CPI FMX CPI v5.0 CPI v7.0 CPUIbn0425 Installer 1 Post updated ![]()
__________________
https://t.me/FMXInno |
#178
|
||||
|
||||
Radeon
All the niceties are now in the style file for the dark and light theme (the code is now 1000 lines shorter), I did everything a little differently, etc., etc.
Post updated
__________________
https://t.me/FMXInno |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
Aschenputtell (09-04-2025) |
#179
|
||||
|
||||
xbox
https://fileforums.com/showpost.php?...&postcount=160
Updated: Now the installer from this post with ISS files.
__________________
https://t.me/FMXInno |
The Following 2 Users Say Thank You to audiofeel For This Useful Post: | ||
Cesar82 (15-04-2025), Dunnowho69 (15-04-2025) |
#180
|
||||
|
||||
Samurai Installer
https://fileforums.com/showpost.php?...&postcount=157
This post now also provides the source files for the installer, without the compiler.
__________________
https://t.me/FMXInno |
The Following 2 Users Say Thank You to audiofeel For This Useful Post: | ||
Cesar82 (15-04-2025), Dunnowho69 (15-04-2025) |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1398 | Yesterday 10:52 |
FMXInno - Windows Fluent Design Installer UI for Inno | BLACKFIRE69 | Conversion Tutorials | 866 | 23-01-2025 21:38 |
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 |