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)

Valtus 17-10-2024 08:41

1 Attachment(s)
Quote:

Originally Posted by audiofeel (Post 505996)
oki

Thanks, but the one I need is the "blur and flat"

audiofeel 27-10-2024 23:18

reserved

demon964 28-10-2024 10:43

Quote:

Originally Posted by Fak Eid (Post 505453)
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




error

if RenameINIFiles(Optimal) then SetupOptimalFiles;


inno\Unpack\Decomp_DSG\Setup_DLL.iss Line 140: Column 35: Unknown identifier 'SetupOptimalFiles'

audiofeel 29-10-2024 00:17

reserved

fabrieunko 01-11-2024 11:31

hello audiofeel, I would like to use and test your installer (R.G NITOKIN) but is it possible to translate it into French?

fabrieunko 01-11-2024 14:25

Code:

[CustomMessages]
French_LangLbl=Sélectionnez la langue d'installation
French_LangCancelBtnLbl=Fermer
French_Page1Lbl1=Bienvenue dans l'installateur de
French_Page2Lbl1=Installation
French_Page2Lbl4=Chemin d'installation:
French_Page2Lbl5=Raccourcis supplémentaires:
French_Page2BtnLbl=Parcourir...
French_IconCheckBoxLbl=Créer un raccourci sur le bureau
French_BrowseDirModern=Sélectionner un dossier
French_Page3Lbl1=Confirmer
French_Page3Lbl2=Chemin d'installation:
French_Page3Lbl4=Fonctionnalités complémentaires:
French_Page3Lbl5=Non sélectionné
French_Page4Lbl1=L'installation est en cours...
French_Page4Lbl3=Temps écoulé:
French_Page4Lbl4=Temps restant:
French_Page5Lbl1=Installation terminée!
French_Page5Lbl2=Temps requis:
French_StartBtnLbl=Commencer
French_NextBtnLbl=Suivant
French_InstallBtnLbl=Installer
French_CancelBtnLbl=Annuler
French_FinishBtnLbl=Fini
French_BackBtnLbl=Retour
French_ErrorLbl=Pas assez d'espace libre!
French_ExitLbl=Veux-tu vraiment sortir?
French_ExitYesBtnLbl=Quitter
French_ExitNoBtnLbl=Retour


fabrieunko 01-11-2024 22:25

Quote:

Originally Posted by audiofeel (Post 506115)
added the ability to select components, if you are interested, download it again. the post has been updated.
https://www.fileforums.com/showpost....&postcount=124


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

Fak Eid 28-11-2024 01:56

Quote:

Originally Posted by demon964 (Post 506108)
error

if RenameINIFiles(Optimal) then SetupOptimalFiles;


inno\Unpack\Decomp_DSG\Setup_DLL.iss Line 140: Column 35: Unknown identifier 'SetupOptimalFiles'

Apologies for the delay in response. Actually, I've been busy due to passing away of my mother.

Are you facing this issue in Generic Installer or Installer Maker?

Nier 29-11-2024 06:50

add the Chinese language for the project?
 
Quote:

Originally Posted by audiofeel (Post 506193)
+ DS. I haven't checked, maybe it doesn't work.

But you will always need to update "Setup.dll" in the "Decomp" folder according to the compression done before compiling Setup.exe.

Always use the "UNLIMITED" tab of the DiskSpan GUI to make your conversion...
The installer does not have the IsDone module/functiond, so it is not possible to use disk spanning features like DiskSpan or SPLIT mode.



@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=返回

fabrieunko 29-11-2024 10:57

Hello, can you tell me if this installer is DSG compatible?

https://fileforums.com/showpost.php?...&postcount=735

Nier 29-11-2024 20:03

adding the Chinese translation
 
Quote:

Originally Posted by audiofeel (Post 506400)
Updated but not tested for functionality

Thank you for adding the Chinese translation! I tested it locally, and everything works perfectly. 😊

hitman797 30-11-2024 06:42

Mr. @BLACKFIRE69 can you update the index in this thread.:rolleyes:

fabrieunko 02-12-2024 21:55

Hello, is it possible to use only one language?

fabrieunko 02-12-2024 23:51

Quote:

Originally Posted by audiofeel (Post 506422)
No, I don't plan to do that.

on the other hand in the compiler there is music, is it possible to have a button to mute the sound? because it's useless the compilation lasts less than a minute and the music is useless at this level?

fabrieunko 03-12-2024 08:19

https://img.intoxzone.me/images/2024...8b0c3cfe68.jpg

where?


All times are GMT -7. The time now is 21:45.

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