Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22-07-2024, 06:07
demon964 demon964 is offline
Registered User
 
Join Date: Feb 2014
Location: Azerbaijan
Posts: 38
Thanks: 4
Thanked 7 Times in 5 Posts
demon964 is on a distinguished road
you can add droplist like this for uninstall game






also have problem with windows 7 low end PC. When i run setup (DIsk spn gui used) after 20-30 % cant unpack files. I think fitgirl added maximum 2gb ram usage. its same problem
Reply With Quote
Sponsored Links
  #2  
Old 28-07-2024, 11:48
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Quote:
Originally Posted by demon964 View Post
you can add droplist like this for uninstall game
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.
Reply With Quote
  #3  
Old 18-06-2024, 09:02
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
hi audiofeel, in vesta installer, there isn't any Remaining Time in the installer, i added the link from another installer and now i have Remaining time in the installer when installing, the problem now is that i don't know how to change the "secs" and "mins" to display the full word as "Seconds" and "Minutes". Any idea?
Attached Images
File Type: png ds.png (548.8 KB, 301 views)

Last edited by CrownRepack; 18-06-2024 at 09:06.
Reply With Quote
The Following 3 Users Say Thank You to CrownRepack For This Useful Post:
ADMIRAL (18-06-2024), audiofeel (18-06-2024), Jahan1373 (18-06-2024)
  #4  
Old 18-06-2024, 09:28
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Thank you so much, i did come across that part, but i had no idea at all
Reply With Quote
The Following User Says Thank You to CrownRepack For This Useful Post:
audiofeel (18-06-2024)
  #5  
Old 18-06-2024, 17:30
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
You may need some kind of online service for selecting shades based on photos.
Alright got it, thank you once again, the picture behind the text info is edited by me in Photoshop, i decided to use picture editing method instead of code, its just a "FRectangle + InitRectangleHandle + .FillPicture", im slowly editing this installer to my liking and as i edit it i learn the coding as well. I created a music button by looking at other examples, and i can say i'm happy i made a working button for the first time
Reply With Quote
The Following 2 Users Say Thank You to CrownRepack For This Useful Post:
audiofeel (18-06-2024), ScOOt3r (18-06-2024)
  #6  
Old 18-06-2024, 23:38
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by CrownRepack View Post
im slowly editing this installer to my liking and as i edit it i learn the coding as well. I created a music button by looking at other examples, and i can say i'm happy i made a working button for the first time

welcome to the club then...
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (19-06-2024), Behnam2018 (19-06-2024), CrownRepack (19-06-2024), hitman797 (24-06-2024)
  #7  
Old 19-06-2024, 08:17
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
welcome to the club then...
Thank you for the warm welcome, salute and bows for you sir
Reply With Quote
The Following User Says Thank You to CrownRepack For This Useful Post:
BLACKFIRE69 (19-06-2024)
  #8  
Old 16-08-2025, 18:34
JIEXA MEDVED JIEXA MEDVED is offline
Registered User
 
Join Date: Aug 2022
Location: Russia
Posts: 3
Thanks: 13
Thanked 17 Times in 4 Posts
JIEXA MEDVED is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
You may need some kind of online service for selecting shades based on photos.
Google has a special color matching tool for such things. It works most than perfectly
Reply With Quote
  #9  
Old 21-06-2024, 03:34
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Original Posts have been updated

Simple Installer Update
- FMXInno Updated to latest
- Implemented changes with FNewINI
- Implemented DSG compatibilty
- Implemented better error handling
- 2 AppExes supported, 2 Redist supported
- No Limit on Data file, just update it from Installer.ini
- Automation Tools upgraded
- Installer.ini can accept Yes/No (Non-case sensitive) values instead of boolean (0,1) for UseDSG parameter
- Removed some dependency and wrote custom logic for defining preprocessor values. Also, Removed 100 lines of reduntant code
- Upgraded UI based on latest FMXInno upgrades

Steam Limitless Update
- You can have limitless Redist, Additional Components and Languages without making any changes to Script. Just update Installer.ini. Tested with up till 50, to not abuse resources.
- Implemented ScrollBars for Redist, Components, Langauages section in case they are more than 8
- Implemented changes for space required when adding/removing components
- Bug fixed to terminate installation when required Data file is missing.
- Optimized and enhanced bulkified code.
- Installer.ini can accept Yes/No (Non-case sensitive) values instead of boolean (0,1) for UseDSG parameter
- Removed some dependency and wrote custom logic for defining preprocessor values

More upgrade will follow if @Blackfire69 could implement requested features

Unlocking Limitless Ability: Changes involved in Main.iss
- If you want to increase the AppExe, just make changes to the section in Img1 like:
Code:
//AppExe5
  Name: "{group}\{code:GetShortcutData|AppExe5|ShortcutName}"; Filename: "{app}\{code:GetShortcutData|AppExe5|PathName}"; Parameters: "{app}\{code:GetShortcutData|AppExe5|Parameters}"; Flags: createonlyiffileexists; Check: CreateStartMenuShortcuts
  Name: "{commondesktop}\{code:GetShortcutData|AppExe5|ShortcutName}"; Filename: "{app}\{code:GetShortcutData|AppExe5|PathName}"; Parameters: "{app}\{code:GetShortcutData|AppExe5|Parameters}"; Flags: createonlyiffileexists; Check: CreateDesktopShortcuts
and so on...

- If you want to increase the Redist, Component, Language counts, just increase the values mentioned in Img2:

Added Automation in attachment to import all your tools
Attached Images
File Type: jpg Screenshot 2024-06-24 165809.jpg (34.9 KB, 441 views)
File Type: jpg Screenshot 2024-06-21 175557.jpg (100.2 KB, 484 views)
File Type: jpg Untitled.jpg (94.1 KB, 481 views)
File Type: gif FaK Eid Video - Jun 21, 2024 (2).gif (757.8 KB, 460 views)
File Type: jpg Screenshot 2024-06-21 155411.jpg (87.8 KB, 470 views)
File Type: jpg Screenshot 2024-06-21 154821.jpg (106.8 KB, 470 views)
Attached Files
File Type: rar Automate.rar (2.2 KB, 37 views)

Last edited by Fak Eid; 28-06-2024 at 12:31.
Reply With Quote
The Following 5 Users Say Thank You to Fak Eid For This Useful Post:
audiofeel (21-06-2024), CrownRepack (29-06-2024), Gehrman (15-04-2025), hitman797 (23-06-2024), ScOOt3r (21-06-2024)
  #10  
Old 30-06-2024, 11:19
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Hi, in the Steam Limitless installer, i noticed something that i like, that is the animation of the game info, when the button is clicked, the game info expands downwards pushing the other tabs down too, anyone can help me with identifying which code is responsible for that, i want to implement it into my installer.

I tried copying the code of one of the animations and changing it according to my installer, the animation works, but then it doesnt push anything in its way downwards like in Steam Limitless installer. I can't figure it out. Thanks in advanced!
Reply With Quote
The Following User Says Thank You to CrownRepack For This Useful Post:
audiofeel (03-07-2024)
  #11  
Old 30-06-2024, 12:24
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Quote:
Originally Posted by CrownRepack View Post
Hi, in the Steam Limitless installer, i noticed something that i like, that is the animation of the game info, when the button is clicked, the game info expands downwards pushing the other tabs down too, anyone can help me with identifying which code is responsible for that, i want to implement it into my installer.

I tried copying the code of one of the animations and changing it according to my installer, the animation works, but then it doesnt push anything in its way downwards like in Steam Limitless installer. I can't figure it out. Thanks in advanced!
Code:
    //About Game Button
    TObject(Button[2].GetObject): begin
      SectionContent[1].Visible(True);
      SectionContent[2].Visible(False);
      Button[3].Enabled(False);

      if GameInfoSection[1].GetHeight = 0 then begin
        AnimSection[1].SetValues(0, 150);
        TabAnim.SetValues(70, 230);
      end else if GameInfoSection[1].GetHeight = 150 then begin
        AnimSection[1].SetValues(150, 0);
        TabAnim.SetValues(230, 70);
        Button[3].Enabled(True);
      end;
      AnimSection[1].Enabled(True);
      TabAnim.Enabled(True);
    end;
Reply With Quote
The Following 4 Users Say Thank You to hitman797 For This Useful Post:
audiofeel (03-07-2024), Behnam2018 (04-07-2024), CrownRepack (03-07-2024), Fak Eid (01-07-2024)
  #12  
Old 08-07-2024, 06:56
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow Avalon Installer


Quote:
Avalon Installer Lite

* The Avalon installer originally comes with FMXInno v1.0.0.3, showcasing the animations and UI capabilities of FMXInno.
* However, this is a ported/downgraded version to support FMXInno v1.0.0.2.
* Since some features are not available in v1.0.0.2, this is a 'Lite' version.
Code:
Script:   Avalon Installer Lite
Engine:   FMXInno v1.0.0.2 (by BLACKFIRE69)
Inspired: Avalon Installer (FMXInno v1.0.0.3)
Creator:  BLACKFIRE69

> Some configurations:
1. Animations and UI

* If you're on a laptop and want to use high settings, make sure you aren't in 'Power saver' mode.
* It is not recommended to use in virtual machines.

Code:
[Personalization]
; [0 = Low][1 = Default][2 = High]
UIQuality=2

; [0 = None][1 = 2x][2 = 4x]
AntiAliasing=2

ShowHints=1

[Personalization\Overview]
EnableAlignPagesToLeftAnimation=1
EnableMouseEventAnimations=1
2. Background ImageType

* The Avalon installer supports built-in background image effects.

Code:
[Personalization]
; Background ImageType = -1 / 1..20,  (-1 == Original Image)
ImageType=4
3. Progress Bar

* Progress bars are fully customizable.

Code:
[Personalization\Progressbar]
TintColor1=$FFDA143B
TintColor2=$FFFDB5C4
OutlineColor=AlPalegoldenrod
OutlineThickness=1.0
BackColor=AlDarkslategray
BackOutlineColor=AlDimgray
BackOutlineThickness=2.0
BackHighlightColorSoftness=0.5
BackHighlightColorTransparency=0.5
DiskLabelBackColor=$FF203040
4. Message Boxes

* Message boxes also support built-in effects.

Code:
[Personalization\MessageForm]
; Background ImageType = 1..10
ImageType=4
5. Components and Redistributions

* You can use an unlimited number of Components/Redistributions.
* It will show the correct game size in the control panel according to the components you selected during the installation process.



Code:
[Personalization\Components]
ShowSize=0
TwoColumns=1
> All configurations:

Code:
[Game]
Name=Senua's Saga: Hellblade II
Version=1.0.0.0
Repacker=BLACKFIRE69

[Requirements]
CpuMHz=4000
GpuMB=6144
RamMB=16384
DiskMB=71680
; [11 = Win11], [10 = Win10], [81 = Win8.1], [8 = Win8], [7 = Win7]
OS=11

; -------------------------------------------------------------

[Personalization]
;ThemeColor=ClrLighterFMX(HTMLColorStrToFMXColor('#9D0C23'), 50)
ThemeColor=AlTomato
TintTransparency=0.5
TintColorTransparency=1.0
OutlineColor=ALRed
OutlineColorSoftness=0.45
OutlineColorTransparency=0.85

; Background ImageType = -1 / 1..20,  (-1 == Original Image)
ImageType=4

; [0 = Low][1 = Default][2 = High]
UIQuality=2

; [0 = None][1 = 2x][2 = 4x]
AntiAliasing=2

ShowHints=1
ShowEqualizer=1
TimerInterval=1000

[Personalization\Overview]
EnableAlignPagesToLeftAnimation=1
EnableMouseEventAnimations=1

[Personalization\Overview\WelcomePage]
TintTransparency=0.8
OutlineColor=ALOrangered
OutlineColorSoftness=0.4
OutlineColorTransparency=0.4
TitleOutlineColor=ALLemonchiffon
TitleFontColor=ALAliceblue
SubTitleFontColor=AlBurlywood

[Personalization\Overview\OtherPages]
TintTransparency=0.7
OutlineColor=AlTomato
OutlineColorSoftness=0.4
OutlineColorTransparency=0.4
TitleOutlineColor=ALLemonchiffon
TitleFontColor=ALAliceblue
SubTitleFontColor=AlBurlywood

[Personalization\Titlebar]
OutlineColor=ALRed
OutlineColorSoftness=0.4
OutlineColorTransparency=0.9

[Personalization\Button]
; Color=$FFDA143B
Color=ALRed
FontColor=AlAliceblue

[Personalization\Checkbox]
Color=FMXColorSetOpacity(AlTomato, 0.6)

[Personalization\Hints]
FontColor=ALBlack
OutlineColor=ALBlack
OutlineThickness=1.2

[Personalization\VolumeBar]
TintTransparency=0.5
OutlineColor=AlTomato
OutlineColorSoftness=0.2
OutlineColorTransparency=0.4

[Personalization\Components]
ShowSize=0
TwoColumns=1

[Personalization\Progressbar]
TintColor1=$FFDA143B
TintColor2=$FFFDB5C4
OutlineColor=AlPalegoldenrod
OutlineThickness=1.0
BackColor=AlDarkslategray
BackOutlineColor=AlDimgray
BackOutlineThickness=2.0
BackHighlightColorSoftness=0.5
BackHighlightColorTransparency=0.5
DiskLabelBackColor=$FF203040

[Personalization\MessageForm]
; Background ImageType = 1..10
ImageType=4

FontColorTitle=AlPapayawhip
FontColorDesc=AlHoneydew
ButtonColor=$FFE94B4B
ButtonFontColor=AlAliceblue

[Uninstaller]
; [0 = Default], [1 = Fluent-UI]
Type=1

; -------------------------------------------------------------

[Datas]
Password=123test123

[Datas\Data1]
File={src}\data1.bf
SizeMB=1245

[Datas\Data2]
File={src}\data2.bf
SizeMB=2356

[Datas\Data3]
File={src}\data3.bf
SizeMB=4578

; -------------------------------------------------------------

[Compos]
Desc=Selectable components.

[Compos\Compo1]
Name=English
File={src}\data-english.bf
SizeMB=1245

[Compos\Compo2]
Name=Russian
File={src}\data-russian.bf
SizeMB=2356

[Compos\Compo3]
Name=4K Textures
File={src}\data-hd_texture_pack.bf
SizeMB=4578

[Compos\Compo4]
Name=Multiplayer
File={src}\data-multiplayer.bf
SizeMB=5689

[Compos\Compo5]
Name=DLC
File={src}\data-dlc_pack.bf
SizeMB=1346

[Compos\Compo6]
Name=Extra Videos
File={src}\data-4k_videos.bf
SizeMB=4679

; -------------------------------------------------------------

[Redists]
Desc=Redistributions

[Redists\Redist1]
Name=Direct X
File={src}\Redists\dxsetup.exe
Args=/silent

[Redists\Redist2]
Name=Visual C++ 2015 x64
File={src}\Redists\vcsetup.exe
Args=/silent

[Redists\Redist3]
Name=Visual C++ 2019 x64
File={src}\Redists\vcsetup.exe
Args=/silent

[Redists\Redist4]
Name=Visual C++ 2022 x64
File={src}\Redists\vcsetup.exe
Args=/silent

; -------------------------------------------------------------

[Execs]
Desc=Desktop/Group Shortcuts of %s

[Execs\AppExe1]
Name=Fallout 4 Launcher
Exe=Fallout4.exe
Icon=Fallout4.exe
IconIdx=0
Args=--fullscreen
WorkingDir={app}\Bin

[Execs\AppExe2]
Name=Witcher 3 Launcher DirectX 10
Exe=Witcher3_DX10.exe
Icon=Witcher3_DX10.exe
IconIdx=0
Args=--fullscreen
WorkingDir={app}\Bin32

[Execs\AppExe3]               
Name=Fallout 4 Launcher DirectX 12
Exe=Witcher3_DX12.exe
Icon=Witcher3_DX12.exe
IconIdx=0
Args=--fullscreen
WorkingDir={app}\Bin32


.
Attached Images
File Type: png 1.png (247.9 KB, 634 views)
File Type: png 2.png (270.9 KB, 596 views)
File Type: png 3.png (272.1 KB, 588 views)
File Type: png 4.png (267.5 KB, 585 views)
File Type: png 5.png (227.4 KB, 614 views)
File Type: png 6.png (233.1 KB, 618 views)
File Type: png 7.png (229.3 KB, 604 views)
File Type: png 8.png (229.7 KB, 614 views)
File Type: png x0.png (195.6 KB, 604 views)
File Type: png x1.png (263.9 KB, 580 views)
File Type: png y1.png (217.4 KB, 611 views)
File Type: png y2.png (248.2 KB, 612 views)
File Type: gif z1.gif (1.61 MB, 595 views)
File Type: gif z2.gif (1.78 MB, 591 views)
Attached Files
File Type: rar Avalon_Installer_Lite_v0.1.rar (23.93 MB, 169 views)
Reply With Quote
The Following 13 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (08-07-2024), audiofeel (08-07-2024), Behnam2018 (08-07-2024), CrownRepack (12-07-2024), Fak Eid (08-07-2024), Gehrman (08-07-2024), hitman797 (19-07-2024), Jahan1373 (08-07-2024), joker85 (17-06-2025), Lord.Freddy (09-07-2024), observer23232 (12-07-2024), ScOOt3r (08-07-2024), yasserdivar (07-05-2025)
  #13  
Old 19-07-2024, 03:24
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
Sorry for disturbing again... I am just wondering if is possible, on the Froza installer, on the components to add a different install path... For example I have X game that install mods to the user docs folder and not in game directory...
The solution I use for now is to add it into files section of the script... is not elegant but will do for the moment.
Reply With Quote
  #14  
Old 19-07-2024, 03:59
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Quote:
Originally Posted by Th3Raven View Post
Sorry for disturbing again... I am just wondering if is possible, on the Froza installer, on the components to add a different install path... For example I have X game that install mods to the user docs folder and not in game directory...
The solution I use for now is to add it into files section of the script... is not elegant but will do for the moment.
instead of {app} use {userdocs}
Code:
    #ifdef Data1
      if FileExists(ExpandConstant('{src}\{#Data1Path}')) then
      begin
        ISArcDiskAddingSuccess:= ISArcExAddDisks(ExpandConstant('{src}\{#Data1Path}'), '{#DiskPassword}', ExpandConstant('{app}'));
        if not ISArcDiskAddingSuccess then
        break;
        ISArcExDiskCount:= ISArcExDiskCount + 1;
      end;
    #endif
Code:
    #ifdef Data1
      if FileExists(ExpandConstant('{src}\{#Data1Path}')) then
      begin
        ISArcDiskAddingSuccess:= ISArcExAddDisks(ExpandConstant('{src}\{#Data1Path}'), '{#DiskPassword}', ExpandConstant('{userdocs}'));
        if not ISArcDiskAddingSuccess then
        break;
        ISArcExDiskCount:= ISArcExDiskCount + 1;
      end;
    #endif
Reply With Quote
  #15  
Old 19-07-2024, 12:41
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Epic Games Installer

After working on Steam Limitless, this idea clicked my mind and ever since I've been working on it and always wanted to share. It's just I'm soo excited to share this piece of work with you all, well most of the code is reused from Steam Limitless. So, here is the stable version of my Epic Games Installer.

Please test it and feel free to report them back to me. Works best on 1080p 125% scale

Right now, you can have:
- Unlimited Redists
- DSG or Custom Tools support for extraction
- Promised Updates will be posted here in future

What's New:
- Different type of Files Verification
- Different type of Installation progress Bar and section.
- Custom created Font
- Custom created style file for all resolution support
- Custom Slideshow and Generic WebView file added

PS: Humble request to please not remove the watermark and link to my YT channel. This is going to be the final update of the installer. All updates included. Bug fixes will only happen if reported in future.
Attached Images
File Type: jpg Screenshot 2024-07-20 010723.jpg (91.6 KB, 526 views)
File Type: jpg Screenshot 2024-07-20 010542.jpg (33.6 KB, 521 views)
File Type: gif Video 2.gif (663.6 KB, 528 views)
File Type: jpg Screenshot 2024-07-20 010422.jpg (42.3 KB, 531 views)
File Type: jpg Screenshot 2024-07-20 010158.jpg (48.2 KB, 538 views)
File Type: jpg Screenshot 2024-07-20 005925.jpg (41.5 KB, 521 views)
File Type: jpg Screenshot 2024-07-20 005802.jpg (43.0 KB, 530 views)
File Type: gif Video 1.gif (752.3 KB, 535 views)
File Type: jpg Screenshot 2024-07-20 005128.jpg (85.2 KB, 542 views)
File Type: jpg Screenshot 2024-07-20 011829.jpg (10.1 KB, 543 views)
File Type: jpg Screenshot 2024-07-20 011249.jpg (19.6 KB, 533 views)
File Type: jpg Screenshot 2024-07-20 011738.jpg (67.0 KB, 535 views)
File Type: jpg Screenshot 2024-07-20 011459.jpg (78.3 KB, 527 views)
File Type: jpg Screenshot 2024-07-20 010934.jpg (18.1 KB, 525 views)
File Type: jpg Screenshot 2024-07-20 010904.jpg (93.1 KB, 534 views)
Attached Files
File Type: rar Epic Games Installer [12-08].rar (19.38 MB, 210 views)

Last edited by Fak Eid; 12-08-2024 at 02:59.
Reply With Quote
The Following 11 Users Say Thank You to Fak Eid For This Useful Post:
ADMIRAL (20-07-2024), audiofeel (19-07-2024), Behnam2018 (19-07-2024), BLACKFIRE69 (23-07-2024), CrownRepack (24-07-2024), Gehrman (15-04-2025), hitman797 (12-08-2024), Jahan1373 (19-07-2024), Lord.Freddy (12-08-2024), ScOOt3r (20-07-2024), war100ck (29-07-2024)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 17:16.


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