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

Reply
 
Thread Tools Search this Thread 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: 285
Thanks: 235
Thanked 854 Times in 186 Posts
NamelessOne is on a distinguished road
I Am Alive *CIU 1.0.0.6*

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 CIU 1.0.0.6.

Based on CIU 1.0.0.6 by yener90 (Much obliged for this, man )
.bat file and compression method by Peterf1999 and Fabioddq (also, many thanks to these guys )
Art: online and ingame
Music: Game main theme
Icon: cKL-Design
Tested on: Win7 Home Premium 64bit and Win7 Ultimate 32bit
Final size (redist folder included):
Code:
2 GB's
1. Install game and update to 1.01 version
2. Extract content archive somewhere on your computer, NOT in game folder.
3. Move support folder from installation folder to your extracted IAA folder along with the Autorun.exe and Setup.exe
4. Start compress.bat, enter game installation path and wait to compile.
5. Make ISO and test before you burn it

iaa1.png
iaa2.png
iaa3.png
Attached Files
File Type: 7z IAA.7z (9.01 MB, 278 views)

Last edited by NamelessOne; 25-11-2013 at 05:32. Reason: Added updated install script
Reply With Quote
The Following 6 Users Say Thank You to NamelessOne For This Useful Post:
GTX590 (30-12-2017), marston (16-07-2017), mausschieber (25-11-2013), oudine_spyro (18-12-2012), romulus_ut3 (01-01-2015), Tibi68 (25-11-2013)
Sponsored Links
  #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: 675
Thanks: 104
Thanked 585 Times in 156 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: Earth
Posts: 1,221
Thanks: 336
Thanked 2,146 Times in 427 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: 285
Thanks: 235
Thanked 854 Times in 186 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: Earth
Posts: 1,221
Thanks: 336
Thanked 2,146 Times in 427 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: 285
Thanks: 235
Thanked 854 Times in 186 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: 268
Thanks: 235
Thanked 45 Times in 35 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: Earth
Posts: 1,221
Thanks: 336
Thanked 2,146 Times in 427 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: 268
Thanks: 235
Thanked 45 Times in 35 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: Earth
Posts: 1,221
Thanks: 336
Thanked 2,146 Times in 427 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: 268
Thanks: 235
Thanked 45 Times in 35 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: 285
Thanks: 235
Thanked 854 Times in 186 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: 33
Thanks: 0
Thanked 1 Time in 1 Post
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: Earth
Posts: 1,221
Thanks: 336
Thanked 2,146 Times in 427 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: 12
Thanks: 28
Thanked 5 Times in 4 Posts
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 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Tutorial using CI 8.0.0 yener90 Conversion Tutorials 424 21-10-2014 09:49
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 09:45.


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