CloneCD/DVD   -   BlindWrite   -   1Click DVD Copy   -   AnyDVD
DAEMON Tools   -   CureROM -   Pr0t.St0p   -   SD4 Hider/Blocker
GameCopyWorld   -   ConsoleCopyWorld   -   CD Media World   -   CoverTarget   -   LinkWorld

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

Reply
 
Thread Tools Display Modes
  #1  
Old 10-09-2012, 13:01
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 59
Thanks: 45
Thanked 44 Times in 18 Posts
NamelessOne is on a distinguished road
I Am Alive Installer (Inno setup)

I Am Alive Installer

This is not a conversion just a custom (improved, if I may say so) installer because the original Ubisoft's is pretty cra... Well, you know what I mean

EDIT:
I've updated script to 8.5.6.4 and fixed small buttons.

Based on CI 8.5.6.4 by yener90
Look of menu and setup based on game main menu
Music: Game main theme
Icon by ~cKL-Design (http://ckl-design.deviantart.com)
Final size (redist folder included): 2 GB's
You must use Inno Setup Unicode Version (u).

1. Install game and delete uninstall files from the folder just in case
2. Extract content of I Am Alive archive somewhere on your computer, NOT in game folder.
3. Move support folder from installation folder to your extracted I Am Alive folder
4. Open InstallerScript.iss and change the first line according to your game installation path:

Code:
#define ProgramFiles "C:\Games\I Am Alive"
Make sure you've deleted ; in front.

5. Press compile and wait...
6. Compile LangScript.iss and run Convert_AutorunToDLL to get setup.dll.
6. Make ISO and test before you burn it


iaa1.jpg
iaa2.jpg
iaa3.jpg
Attached Files
File Type: 7z I Am Alive.7z (6.43 MB, 583 views)

Last edited by NamelessOne; 18-09-2012 at 11:46. Reason: Added updated install script
Reply With Quote
The Following User Says Thank You to NamelessOne For This Useful Post:
oudine_spyro (18-12-2012)
  #2  
Old 10-09-2012, 14:35
senseman's Avatar
senseman senseman is offline
Die Hard Member
 
Join Date: Oct 2008
Location: DERSİM
Posts: 607
Thanks: 66
Thanked 317 Times in 106 Posts
senseman is on a distinguished road
thanks man...Ubisoft installer is really ~censored
Reply With Quote
  #3  
Old 10-09-2012, 20:48
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Brasil
Posts: 789
Thanks: 180
Thanked 725 Times in 181 Posts
Fabioddq is on a distinguished road
Nice conversion namelessOne! I wanted to create an installer, now I don't need anymore!

I think you can implement the reg entries for other languages​​, otherwise the game will always be in English no matter which language you install. I'll put as could be if you want to upgrade.
In highlighted (red) the new reg entries for other languages ​​and also for the launcher:

Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive"; ValueName: UninstallString; ValueData: {uninstallexe}; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive"; ValueType: string; ValueName: Language; ValueData: English; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive"; ValueType: string; ValueName: Language; ValueData: French; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive"; ValueType: string; ValueName: Language; ValueData: German; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive"; ValueType: string; ValueName: Language; ValueData: Italian; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive"; ValueType: string; ValueName: Language; ValueData: Spanish; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: execPath; ValueData: {app}\src\System\IAmAlive_game.exe; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: installRootDir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: InstallDir; ValueData: {app}\src\System; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: language; ValueData: us; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: language; ValueData: fr; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre; 
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: language; ValueData: de; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: language; ValueData: it; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: language; ValueData: es; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\IAmAlive\GameUpdate"; ValueType: string; ValueName: info; ValueData: 970ce8e57f8740d18ecc59f85052bb61; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\Launcher"; ValueType: string; ValueName: Version; ValueData: 0432 ; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\Launcher"; ValueType: string; ValueName: InstallDir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
I tested these new reg entries and works great for other languages.
if you want to use the eula.rtf files, they are in the support\Res\License.

Thanks for the conversion!

Last edited by Fabioddq; 10-09-2012 at 21:35.
Reply With Quote
  #4  
Old 11-09-2012, 11:20
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 59
Thanks: 45
Thanked 44 Times in 18 Posts
NamelessOne is on a distinguished road
Thanks for the info, Fabiodq. I completely forgot about other languages If I put them in script will the game recognize them if someone choose some language other than English during setup?
Reply With Quote
  #5  
Old 11-09-2012, 11:27
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Brasil
Posts: 789
Thanks: 180
Thanked 725 Times in 181 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by NamelessOne View Post
Thanks for the info, Fabiodq. I completely forgot about other languages If I put them in script will the game recognize them if someone choose some language other than English during setup?
yes, the game will be the language chosen by the user. My test:

I installed the game in english. After conversion i installed in spanish and the game was in spanish.
Reply With Quote
  #6  
Old 11-09-2012, 11:34
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 59
Thanks: 45
Thanked 44 Times in 18 Posts
NamelessOne is on a distinguished road
Thanks once again, Fabiodq. I've added updated script in the first post
Reply With Quote
  #7  
Old 12-09-2012, 15:04
sarmadi's Avatar
sarmadi sarmadi is offline
Registered User
 
Join Date: Jun 2011
Location: Planet Earth
Posts: 221
Thanks: 108
Thanked 23 Times in 16 Posts
sarmadi is on a distinguished road
I,Really,did not undrestand.
Where should I put the new files of conversion???
Reply With Quote
  #8  
Old 12-09-2012, 15:10
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Brasil
Posts: 789
Thanks: 180
Thanked 725 Times in 181 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by sarmadi View Post
I,Really,did not undrestand.
Where should I put the new files of conversion???
Delete the word "Updated" leave only InstallerScript.iss and just replace the old InstallerScript.iss

Last edited by Fabioddq; 12-09-2012 at 15:13.
Reply With Quote
  #9  
Old 12-09-2012, 22:39
sarmadi's Avatar
sarmadi sarmadi is offline
Registered User
 
Join Date: Jun 2011
Location: Planet Earth
Posts: 221
Thanks: 108
Thanked 23 Times in 16 Posts
sarmadi is on a distinguished road
I didn't find any converted bin file.it happened in 5 seconds.
Reply With Quote
  #10  
Old 12-09-2012, 22:48
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Brasil
Posts: 789
Thanks: 180
Thanked 725 Times in 181 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by sarmadi View Post
I didn't find any converted bin file.it happened in 5 seconds.
Delete ";" in the front of #define ProgramFiles "C:\Games\I Am Alive"

and make sure if you indicate the correct path.
Reply With Quote
  #11  
Old 12-09-2012, 22:56
sarmadi's Avatar
sarmadi sarmadi is offline
Registered User
 
Join Date: Jun 2011
Location: Planet Earth
Posts: 221
Thanks: 108
Thanked 23 Times in 16 Posts
sarmadi is on a distinguished road
Thanks.It works now.
Reply With Quote
  #12  
Old 14-09-2012, 08:32
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 59
Thanks: 45
Thanked 44 Times in 18 Posts
NamelessOne is on a distinguished road
I've added updated setup files
Reply With Quote
  #13  
Old 15-09-2012, 09:00
javieracdc javieracdc is offline
Registered User
 
Join Date: Aug 2010
Location: chile
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
javieracdc is on a distinguished road
I have this error:

Reply With Quote
  #14  
Old 15-09-2012, 09:15
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Brasil
Posts: 789
Thanks: 180
Thanked 725 Times in 181 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by javieracdc View Post
I have this error:

If you desire Setup.cab + Setup.ini integration do it:
Extract Setup.cab in a blank Setup folder and Compile LangScript.iss and InstallerScript.iss;

if you not desire this integration:
Put ; in the front #define Internal in InstallerScript.iss and LangScript.iss

Last edited by Fabioddq; 15-09-2012 at 16:21.
Reply With Quote
  #15  
Old 15-09-2012, 14:08
Tibi68 Tibi68 is offline
Registered User
 
Join Date: May 2009
Location: Germany
Posts: 6
Thanks: 9
Thanked 1 Time in 1 Post
Tibi68 is on a distinguished road
The installer works perfect from folder but don't work from ISO or burned dvd. I have Win 7, 32bits.
I have this error:
runtime error (at 307:190):
Access is denied.
Any help, please? Sorry for my english.
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
Tutorial using CI 8.0.0 yener90 PC Games - CD/DVD Conversions 336 10-05-2013 01:16
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 PC Games - CD/DVD Conversions 42 24-04-2013 11:56
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 PC Games - CD/DVD Conversions 42 24-03-2013 07:05
Dark Souls - Inno Setup - This is not a conversion, it's just custom installer Fabioddq PC Games - CD/DVD Conversions 4 26-10-2012 19:48



All times are GMT -7. The time now is 22:00.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Copyright 2000-2010, FileForums @ http://fileforums.com