![]() |
Quote:
The FitGirl script is almost made without changing any native design elements of Inno Setup. The compression methods, however, are not shared with anyone. I would recommend using the light installer script. It’s very similar to the FitGirl script and additionally supports DSG. |
INI_Maker For Generic Installer
4 Attachment(s)
A UI for repackers to create the .ini file, create AboutRepack.txt file, do MD5 verification and automatically create list for custom tools for my Generic Installer. Installer.ini will be created from this app itself. It is very basic and a prototype for now.
I have in mind a lot of updates for this which can be implemented and a lot of functionalities that I'm thinking of adding in future to Generic Installer. For now there is no error handling, so posting the dummy values, so that you don't mess up. Let me know your feedback. Keep checking this post for more frequent updates. Update [04-09]: - Conversion of Installer.ini from UTF-8 with BOM to UTF-8 (compatible with Inno Script compiler) has been added. Main post has also been updated |
reserved
|
Quote:
|
Quote:
|
hi BlackFire69
1) starting the setup seems to take longer than botva2 2) appearance of 2 forms at the same time 3) stop the installation by appearing a form at the top left together with the generic form Don't find heavy this library? |
Quote:
Hi, I really like this script but I have a question if someone can help me to delete the page corresponding to the voices and interface language since I don't need it. I have been deleting everything related to the page in the script, it appears empty but it still appears. Thanks and best regards. |
Quote:
- Enable or disable the use of DSG depending on your choice (Thanks to @Cesar82 for making it DSG compatible) 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 |
Quote:
- Enable or disable the use of DSG depending on your choice (Thanks to @Cesar82 for making it DSG compatible) 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 |
Quote:
- Enable or disable the use of DSG depending on your choice (Thanks to @Cesar82 for making it DSG compatible) 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 |
1 Attachment(s)
Quote:
|
reserved
|
Quote:
error if RenameINIFiles(Optimal) then SetupOptimalFiles; inno\Unpack\Decomp_DSG\Setup_DLL.iss Line 140: Column 35: Unknown identifier 'SetupOptimalFiles' |
reserved
|
hello audiofeel, I would like to use and test your installer (R.G NITOKIN) but is it possible to translate it into French?
|
Code:
[CustomMessages] |
Quote:
thank you for the French, it works perfectly. except to uninstall the game I have this https://i.ibb.co/M9QWXTL/Capture-d-c...-02-072353.jpg |
Quote:
Are you facing this issue in Generic Installer or Installer Maker? |
add the Chinese language for the project?
Quote:
@audiofeel Your work is amazing and has helped me a lot. could you add the Chinese language for the project? https://fileforums.com/attachment.ph...1&d=1730205009 This is the localization in Chinese. [CustomMessages] Chinese_LangLbl=选择安装语言 Chinese_LangCancelBtnLbl=关闭 Chinese_Page1Lbl1=欢迎使用程序安装 Chinese_Page2Lbl1=安装 Chinese_Page2Lbl4=安装路径: Chinese_Page2Lbl5=附加快捷方式: Chinese_Page2BtnLbl=浏览... Chinese_IconCheckBoxLbl=创建桌面快捷方式 Chinese_BrowseDirModern=选择文件夹 Chinese_Page3Lbl1=确认 Chinese_Page3Lbl2=安装路径: Chinese_Page3Lbl4=功能和附加组件: Chinese_Page3Lbl5=未选择 Chinese_Page4Lbl1=安装正在进行中... Chinese_Page4Lbl3=已用时间: Chinese_Page4Lbl4=剩余时间: Chinese_Page5Lbl1=安装完成! Chinese_Page5Lbl2=所需时间: Chinese_StartBtnLbl=启动 Chinese_NextBtnLbl=下一步 Chinese_InstallBtnLbl=安装 Chinese_CancelBtnLbl=取消 Chinese_FinishBtnLbl=完成 Chinese_BackBtnLbl=上一步 Chinese_ErrorLbl=可用空间不足! Chinese_ExitLbl=确定要退出吗? Chinese_ExitYesBtnLbl=退出 Chinese_ExitNoBtnLbl=返回 |
Hello, can you tell me if this installer is DSG compatible?
https://fileforums.com/showpost.php?...&postcount=735 |
adding the Chinese translation
Quote:
|
Mr. @BLACKFIRE69 can you update the index in this thread.:rolleyes:
|
Hello, is it possible to use only one language?
|
Quote:
|
|
reserved
|
reserved
|
Hello no compatible DSG planned for kimono?
|
@audiofeel
Great work again, love all these new designs you are bringing. |
The index has been updated
Quote:
The index has been updated. ;) With the FMXInno package, there're a few examples featuring FMXInno.dll. However, it can sometimes be challenging for the community to create their own installers based solely on these limited examples. Fortunately, members of the FMXInno community have been kind enough to share their hard work in this post, which has been a great help to everyone. I’m truly grateful and want to thank everyone who has contributed to the FMXInno project and helped showcase its capabilities. :) Cheers! |
Game Store 1.0.0.0
4 Attachment(s)
Settings via Ini
1. Basic information about the game 2. Number of shortcuts 3. Number of archives 4. Additional software 5. Components FMX versions: August 28, 2024 :eek: P.S. Be careful when choosing colors for the game icon located in the left sidebar, the colors of the text generated by it may blend with the Fluent theme! |
Quote:
Anyways, is the form responsive to the theme of PC? Like if I'm on dark theme, does the form becomes dark too? |
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? https://img.intoxzone.me/images/2024...1948cf6d65.jpg |
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? |
thanks it works well. ;)
|
Quote:
|
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 ; ------------------------------------------------------------- |
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 ;) |
Quote:
|
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 |
| All times are GMT -7. The time now is 05:28. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com