Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 24-09-2024, 07:16
Ivanlakersss2016 Ivanlakersss2016 is offline
Registered User
 
Join Date: Sep 2024
Location: Spain
Posts: 11
Thanks: 4
Thanked 0 Times in 0 Posts
Ivanlakersss2016 is on a distinguished road
repack problem with 2 games in different folders :(

I have a problem, I want to create a repack with inno setup with 2 games, each in its corresponding folder, but I put all the files together in one folder and I am a little frustrated and I would like to learn how to do it, I use the inno setup application 5.5.1 ee2 and it doesn't work for me, can someone explain to me with a tutorial or video tutorial how it can be done? Thank you!
Reply With Quote
Sponsored Links
  #2  
Old 24-09-2024, 09:13
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,412
Thanks: 1,078
Thanked 7,017 Times in 2,658 Posts
KaktoR is on a distinguished road
You could use components

https://jrsoftware.org/is6help/index...ponentssection

Code:
[Files]
Source: "C:\GAMES\Game1\*"; DestDir: "{app}\Game1"; Components: Game1;  Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\GAMES\Game2\*"; DestDir: "{app}\Game2"; Components: Game2;  Flags: ignoreversion recursesubdirs createallsubdirs

[Icons]
Name: "{group}\Game1"; Filename: "{app}\Game1\Game1.exe"; Components: Game1; Tasks: startmenu
Name: "{group}\Game2"; Filename: "{app}\Game1\Game2.exe"; Components: Game2; Tasks: startmenu
Name: "{commondesktop}\Game1"; Filename: "{app}\Game1\Game1.exe"; Components: Game1; Tasks: desktopicon
Name: "{commondesktop}\Game2"; Filename: "{app}\Game2\Game2.exe"; Components: Game2; Tasks: desktopicon

[Components]
Name: Game1; Description: Game 1; ExtraDiskSpaceRequired: <in bytes>; Types: full compact
Name: Game1; Description: Game 2; ExtraDiskSpaceRequired: <in bytes>; Types: full
__________________
Haters gonna hate

Last edited by KaktoR; 24-09-2024 at 09:20.
Reply With Quote
  #3  
Old 24-09-2024, 12:45
Ivanlakersss2016 Ivanlakersss2016 is offline
Registered User
 
Join Date: Sep 2024
Location: Spain
Posts: 11
Thanks: 4
Thanked 0 Times in 0 Posts
Ivanlakersss2016 is on a distinguished road
Do you know of any video tutorial that shows how to create several desktop folders for 2 games in the same installation folder?
Reply With Quote
  #4  
Old 24-09-2024, 13:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,412
Thanks: 1,078
Thanked 7,017 Times in 2,658 Posts
KaktoR is on a distinguished road
No I don't
__________________
Haters gonna hate
Reply With Quote
  #5  
Old 26-09-2024, 01:25
Dario06's Avatar
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: Betelgeuse
Posts: 37
Thanks: 10
Thanked 20 Times in 13 Posts
Dario06 is on a distinguished road
Quote:
Originally Posted by Ivanlakersss2016 View Post
I have a problem, I want to create a repack with inno setup with 2 games, each in its corresponding folder, but I put all the files together in one folder and I am a little frustrated and I would like to learn how to do it, I use the inno setup application 5.5.1 ee2 and it doesn't work for me, can someone explain to me with a tutorial or video tutorial how it can be done? Thank you!
you can't put all the games in the same folder as one game, but
in the main folder ex (games) you can insert all the games you want, inside games folders will be created each for its own game
Reply With Quote
Reply

Thread Tools
Display Modes

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
A little question about HDDs and Repack Games rambohazard Conversion Tutorials 21 25-08-2019 09:31
How to get file compression games like FitGirl Repack MM32 Conversion Tutorials 4 29-05-2018 00:14
Major problem burning PS2 games ! TEZZ PS2 Games 1 21-12-2001 11:11
PROBLEM PATCHING PLAYSTATION GAMES skateman PSX Games 0 29-06-2001 17:06
PS1 games on PS2 problem Yeando PSX Games 0 07-06-2001 04:46



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


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