FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Angry Birds Collection-CD *INNO SETUP* (https://fileforums.com/showthread.php?t=92793)

plipzide 11-03-2012 14:27

Angry Birds Collection-CD *INNO SETUP*
 
2 Attachment(s)
Angry Birds Collection-CD *INNO SETUP*

Procedure:

1. Install the 3 Games: Angry Birds, Angry Birds Seasons and Angry Birds Rio.

2. Download and Extract the Attachment below

3. Run "Angry Birds Collection.iss"

5. Change your Source path to where you Installed the Game.
Code:

"X:\Example\Rovio\"
6. Press Compile and wait..

7. When Finished, go to "compiled" folder

8. Make your ISO

OS: Windows 7 Ultimate x86

special thanks to yener90, peterf1999, senseman and to others that i forgot.. =)

Grumpy 18-03-2012 01:43

Quote:

Originally Posted by atwardak (Post 401316)
Why you want conversion?

Maybe just so it has a seperate installer etc for the 3 games?

Grumpy 18-03-2012 01:45

Added to 'Conversion Index'

sigit_army 26-12-2012 16:50

1 Attachment(s)
Angru Bird Space Added :D
Bad Piggies Added :D

Attachment 5447

pakrat2k2 28-12-2012 23:54

still missing Angry Birds Star Wars from collection, btw, really should cleanup all lines NOT needed rather then just commenting them out from ISS script, looks really bad & hard to read / follow.

sentinelks 10-06-2013 15:22

option component + 2 directory x new update (Rovio and Rovio Entertainment Ltd)

HTML Code:

#define MyAppVersion "1.0"
#define MyAppPublisher " 2013 Rovio Entertainment Ltd."
#define MyAppURL "http://www.rovio.com/"
#define MyAppExeName ""

[Setup]
AppId={{C74A912F-A9A6-42FE-8574-7A8AC41FD91E}
AppName=AngryBirds Collection & BadPiggies
AppVersion=0.0.0.0
DefaultDirName={pf}\Rovio
DefaultGroupName=AngryBirds+BadPiggies
OutputDir=.
OutputBaseFilename=setup_AngryBirds_Collection+BadPiggies
SetupIconFile=Wizard_Res\icon.ico
WizardImageFile=.\Wizard_Res\WizardImage.bmp
WizardSmallImageFile=.\Wizard_Res\WizardSmallImage.bmp
Compression=lzma/ultra
SolidCompression=yes

[Languages]
;Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "default"; MessagesFile: "compiler:Default.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Types]
Name: "full";    Description: "Full installation"
Name: "compact"; Description: "Compact installation"
Name: "custom";  Description: "Custom installation"; Flags: iscustom

[Components]
Name: "Angry";  Description: "Angry Birds";          Types: full compact custom; Flags: fixed
Name: "Pkey";  Description: "P a t c h";            Types: full compact custom
Name: "Angry2"; Description: "Angry Birds Rio";      Types: full custom
Name: "Angry4"; Description: "Angry Birds Seasons";  Types: full custom
Name: "Angry3"; Description: "Angry Birds Space";    Types: full custom
Name: "Angry5"; Description: "Angry Birds Star Wars"; Types: full custom
Name: "BadP";  Description: "Bad Piggies";          Types: full compact custom

[Files]
Source: "Compiled\Patch\*"; DestDir: "C:\Program Files (x86)\Rovio\Patch"; Components: Pkey ; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Compiled\Rovio\Angry Birds\*"; DestDir: "C:\Program Files (x86)\Rovio\Angry Birds"; Components: Angry; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Compiled\Rovio\Angry Birds Rio\*"; DestDir: "C:\Program Files (x86)\Rovio\Angry Birds Rio"; Components: Angry2; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Compiled\Rovio\Angry Birds Space\*"; DestDir: "C:\Program Files (x86)\Rovio\Angry Birds Space"; Components: Angry3; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Compiled\Rovio\Angry Birds Star Wars\*"; DestDir: "C:\Program Files (x86)\Rovio\Angry Birds Star Wars"; Components: Angry5; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Compiled\Rovio Entertainment Ltd\Angry Birds Seasons\*"; DestDir: "C:\Program Files (x86)\Rovio Entertainment Ltd\Angry Birds Seasons"; Components: Angry4; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Compiled\Rovio Entertainment Ltd\Bad Piggies\*"; DestDir: "C:\Program Files (x86)\Rovio Entertainment Ltd\Bad Piggies"; Components: BadP; Flags: ignoreversion recursesubdirs createallsubdirs

[Icons]
Name: "{group}\AngryBirds+BadPiggies"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\AngryBirds"; Filename: "{app}\Angry Birds\AngryBirds.exe"; Tasks: desktopicon
Name: "{commondesktop}\AngryBirdsRio"; Filename: "{app}\Angry Birds Rio\AngryBirdsRio.exe"; Tasks: desktopicon; Components: Angry2
Name: "{commondesktop}\Angry Birds Space"; Filename: "{app}\Angry Birds Space\AngryBirdsSpace.exe"; Tasks: desktopicon; Components: Angry3
Name: "{commondesktop}\Angry Birds Star Wars"; Filename: "{app}\Angry Birds Star Wars\AngryBirdsStarWars.exe"; Tasks: desktopicon; Components: Angry5
Name: "{commondesktop}\Angry Birds Seasons"; Filename: "C:\Program Files (x86)\Rovio Entertainment Ltd\Angry Birds Seasons\AngryBirdsSeasonsFull.exe"; Tasks: desktopicon; Components: Angry4
Name: "{commondesktop}\Bad Piggies"; Filename: "C:\Program Files (x86)\Rovio Entertainment Ltd\Bad Piggies\BadPiggies.exe"; Tasks: desktopicon; Components: BadP


kaem84 11-06-2013 03:25

@sentinelks's Avatar
sentinelks line 42: no files found matching "c:\Angry Birds Collection-PLIPZIDE\compiled\patch\*" ???

pakrat2k2 11-06-2013 05:02

the lines in [Files] section must be changed to match where you've installed game.

sentinelks 11-06-2013 08:09

Quote:

Originally Posted by kaem84 (Post 419452)
@sentinelks's Avatar
sentinelks line 42: no files found matching "c:\Angry Birds Collection-PLIPZIDE\compiled\patch\*" ???


no kaem84
I used the original directories because in my case I do not update season and bad piggies if they are in different directories, the update should always Rovio Entertainment Ltd in the case of these 2 games

mine is an example of a correct installation for the new update


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

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