FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   repack problem with 2 games in different folders :( (https://fileforums.com/showthread.php?t=106447)

Ivanlakersss2016 24-09-2024 06:16

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!

KaktoR 24-09-2024 08:13

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


Ivanlakersss2016 24-09-2024 11:45

Do you know of any video tutorial that shows how to create several desktop folders for 2 games in the same installation folder?

KaktoR 24-09-2024 12:17

No I don't

Dario06 26-09-2024 00:25

Quote:

Originally Posted by Ivanlakersss2016 (Post 505684)
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


All times are GMT -7. The time now is 14:07.

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