#91
|
||||
|
||||
Index
i've updated the index. check it out
|
Sponsored Links |
#92
|
||||
|
||||
UWP Tiles Installer
|
The Following 3 Users Say Thank You to audiofeel For This Useful Post: | ||
#93
|
|||
|
|||
I'll try, maybe I can put it at the finish page, instead of that disabled download info button. Will keep you posted.
These installer really are CPU intensive so I recommend using W10 or above for installation. I cannot guarantee that I'd implement 2GB RAM support for low end PCs, but if I get some time, I'd like to learn how to do it. Would implement it in my next project then. |
#94
|
|||
|
|||
Epic Installer Updates
[Update 29-07]
- Added support for extractions of unlimited data?.bin files - Added unlimited additional components and selective languages - Added unlimited App Exes play support - Added LoadTimer in Installer.ini to determine the time of Loading Screen - Insufficient Space required warning on selective components - Added functionality to pause/play and cancel button on Download Info Section - Fixed some bugs, thanks for the reports - UseDSG has been moved to Settings.ini which in future will involve setup modding changes - Content Responsive Installer: If the installer doesn't have additional components or languages, it will display 'Install' button instead of 'Next', so that the user doesn't have to navigate till the last page. If the installer has additional languages and no components, it will automatically skip components page and vice versa. [Update 30-07] - Added support for music. User has a choice to add music to the setup, using the Settings.ini - Added support for .mp3 and .ogg music files using XBass 4.1, thanks to Blackfire for updating my requirement - User can either choose from .mp3 or .ogg music file using the Settings.ini - Code refactored and optimized. All required plugins updated [Update 02-08] - Added support for Webview to display Gameplay or Game Trailer - It requires video Id of youtube which can is shown in the picture below - User can display different cover photos for Launch Exes - Error handling and redundant code removed. [Update 05-08] - Fixed an issue when Music = No has been selected - Added support for Slideshow. - Number of Slides are the number of Image files in Files/Images/Slideshow folder. - The first image in slideshow folder must start from 0, like 'Image0.jpg' [Update 12-08] Final - Reported Bug fixes and code optimization. Original Post has been updated. Last edited by Fak Eid; 12-08-2024 at 02:57. |
The Following 3 Users Say Thank You to Fak Eid For This Useful Post: | ||
#95
|
||||
|
||||
Multilanguage Installer
A simple example for those who require multilingualism in the installer, with support for up to 6 different languages. The basic installer consists of three pages, based on the Battle.
Custom radiobutton - FRadiantCheck Last edited by audiofeel; 02-08-2024 at 03:37. |
The Following 5 Users Say Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (28-08-2024), CrownRepack (09-08-2024), hitman797 (04-08-2024), ScOOt3r (29-07-2024), war100ck (29-07-2024) |
#96
|
||||
|
||||
PlayInstall
Beautiful, cozy, with rounded edges, it will not offend you.
- doesn't it just look like a Googol installer? - no, it seemed to you. Last edited by audiofeel; 28-08-2024 at 21:27. |
The Following 6 Users Say Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (28-08-2024), CrownRepack (09-08-2024), hitman797 (04-08-2024), Lord.Freddy (06-08-2024), Valtus (04-08-2024), war100ck (05-08-2024) |
#97
|
||||
|
||||
Redshank
The design has been slightly changed, the pages are made on the FTABCONTROL. Custom switches.
the post has been updated Redshank Installer Last edited by audiofeel; 09-08-2024 at 02:48. |
The Following 2 Users Say Thank You to audiofeel For This Useful Post: | ||
CrownRepack (09-08-2024), hitman797 (10-08-2024) |
#98
|
|||
|
|||
Hey guys, im not so familiar with the checking thing that some installers have, like for example in fitgirl repacks, she give the options to check if some of the files were installed properly, and there is another thing that checks the hash/sha1 or something like that, i don't really have any knowledge about that "checking" stuff, can anyone guide me about this and also how do i add this feature to the installer, im still using Vesta installer.
Also one more thing, i just need to know how to make .nfo files like all the scenes, what software of what do they use to create it. Thanks to all in advanced! |
The Following User Says Thank You to CrownRepack For This Useful Post: | ||
audiofeel (09-08-2024) |
#99
|
||||
|
||||
Quote:
https://sourceforge.net/projects/nfo-maker/ |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
CrownRepack (10-08-2024) |
#100
|
|||
|
|||
Quote:
Sorry because earlier i wasn't clear enough, what i wanted to know about the "checking" thing, that checks if all files are present or missing or bad, like the one from Steam Limitless installer, there's a tab where it checks if all the files needed is present. which part of the code is responsible? thanks As for the NFO creator, the one you shared works great, then after more curiosity i found another NFO creator here: https://nfo-creator.informer.com/3.5/ both of them works good! This is what my installer looks like now, this is vesta installer but i just designed it differently (the game and info is all decoys, i haven't repack anything yet). Last edited by CrownRepack; 10-08-2024 at 08:16. |
#101
|
||||
|
||||
@CrownRepack
A great result and a delight for perfectionists. When you have the "Check Files" button or verification page ready, please send me the installation script. Discussing what needs to be added and other details will take up a lot of space and time. |
The Following 3 Users Say Thank You to audiofeel For This Useful Post: | ||
#102
|
|||
|
|||
Quote:
The procedure for verification is called 'VerifyHashMultiCallback' in Script > Procedures.iss. I put this as other .iss outside the script so that I can reuse them in other repacks that I'd be working on future, like Epic Games. This file is imported under [Files] section, which is editable in notepad and populated using certain commands in cmd prompt, if you want to skip third party app. Source: "Game\Hash_setup.md5"; DestDir: "{tmp}"; Flags: dontcopy; To automatically populate this file, you can use MD5 Verification.bat in Automate folder. It automatically verifies the file If you want to know anything else from my installers, let me know. Happy to help! Last edited by Fak Eid; 10-08-2024 at 21:25. |
The Following 2 Users Say Thank You to Fak Eid For This Useful Post: | ||
Behnam2018 (12-08-2024), CrownRepack (11-08-2024) |
#103
|
|||
|
|||
Quote:
yes you're right it will take time and space, it will take me months to finally finish coding this installer as i only do it after i get home from work, and sometimes never. So once im done i will be back here to seek for help about the Check Files feature. |
The Following User Says Thank You to CrownRepack For This Useful Post: | ||
Behnam2018 (12-08-2024) |
#104
|
|||
|
|||
Quote:
|
The Following User Says Thank You to CrownRepack For This Useful Post: | ||
Behnam2018 (11-08-2024) |
#105
|
|||
|
|||
Epic Games Installer
|
The Following 2 Users Say Thank You to Fak Eid For This Useful Post: | ||
Behnam2018 (12-08-2024), Lord.Freddy (12-08-2024) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FMXInno - Windows Fluent Design Installer UI for Inno | BLACKFIRE69 | Conversion Tutorials | 865 | 16-09-2024 12:06 |
ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1371 | 04-08-2024 09:37 |
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 |