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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-03-2012, 14:27
plipzide plipzide is offline
Registered User
 
Join Date: Sep 2009
Location: Philippines
Posts: 21
Thanks: 0
Thanked 5 Times in 2 Posts
plipzide is on a distinguished road
Angry Birds Collection-CD *INNO SETUP*

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.. =)
Attached Files
File Type: rar Angry Birds Collection-PLIPZIDE.rar (60.0 KB, 234 views)
File Type: rar Missing DLL Files.rar (411.7 KB, 238 views)

Last edited by plipzide; 16-03-2012 at 07:20. Reason: updates some
Reply With Quote
The Following 4 Users Say Thank You to plipzide For This Useful Post:
chuotchu001 (26-12-2012), pakrat2k2 (28-12-2012), supernoro (19-12-2013), zougjaysean (21-06-2013)
Sponsored Links
  #2  
Old 18-03-2012, 01:43
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,848 Times in 810 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by atwardak View Post
Why you want conversion?
Maybe just so it has a seperate installer etc for the 3 games?
Reply With Quote
  #3  
Old 18-03-2012, 01:45
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,848 Times in 810 Posts
Grumpy is on a distinguished road
Added to 'Conversion Index'
Reply With Quote
  #4  
Old 26-12-2012, 16:50
sigit_army's Avatar
sigit_army sigit_army is offline
Registered User
 
Join Date: Sep 2012
Location: Indonesia
Posts: 17
Thanks: 5
Thanked 1 Time in 1 Post
sigit_army is on a distinguished road
Thumbs up

Angru Bird Space Added
Bad Piggies Added

Angry Birds Collection.rar
Reply With Quote
The Following User Says Thank You to sigit_army For This Useful Post:
pakrat2k2 (28-12-2012)
  #5  
Old 28-12-2012, 23:54
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,038 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
  #6  
Old 10-06-2013, 15:22
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
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

Last edited by sentinelks; 10-06-2013 at 17:17.
Reply With Quote
  #7  
Old 11-06-2013, 03:25
kaem84 kaem84 is offline
Registered User
 
Join Date: Feb 2009
Location: Poland
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
kaem84 is on a distinguished road
@sentinelks's Avatar
sentinelks line 42: no files found matching "c:\Angry Birds Collection-PLIPZIDE\compiled\patch\*" ???
Reply With Quote
  #8  
Old 11-06-2013, 05:02
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,038 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
the lines in [Files] section must be changed to match where you've installed game.
Reply With Quote
  #9  
Old 11-06-2013, 08:09
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
Originally Posted by kaem84 View Post
@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

Last edited by sentinelks; 11-06-2013 at 08:11.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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



All times are GMT -7. The time now is 06:58.


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