#1
|
|||
|
|||
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!
|
Sponsored Links |
#2
|
||||
|
||||
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. |
#3
|
|||
|
|||
Do you know of any video tutorial that shows how to create several desktop folders for 2 games in the same installation folder?
|
#4
|
||||
|
||||
No I don't
__________________
Haters gonna hate
|
#5
|
||||
|
||||
Quote:
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 |
Thread Tools | |
Display Modes | |
|
|
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 |