View Single Post
  #3  
Old 22-04-2016, 11:51
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
All of these Trilogy's doesn't work if you use UltraArc and if you want to install only one or two components.

So "Select Components" isn't working.
components must be set up properly for them to work. Ive done them with ultraarc & it does work.

IE: Edna & Harvey Duology Conversion

Code:
Setup.ini
[InstallOptions]
ApplicationName=Edna and Harvery Duology
Publisher=Daedalic Entertainment
GameSize=2984
//ProductCode={3FEA6CD1-EA13-4CE7-A74E-A74A4A0A7B5C}
//PrecompVer=inside
//SaveGameFolder1={userdocs}\NBGI
Editor=Pakrat2k2
//ShowGameLauncher=1
Lang=EN,DE,RU,PL
SetupVersion=1.0
GameVersion=1.0

[Executable1]
Name=Edna & Harvey - The Breakout
Exe=edna.exe
ExePath=Edna1
Parameter=
Icon=Setup.ico
GDFBinary=

[Executable2]
Name=Edna & Harvey - Harvey''s New Eyes
Exe=harvey.exe
ExePath=Edna2
Parameter=
Icon=Setup2.ico
GDFBinary=

[Component1]
Name=Edna and Harvey - The Breakout
Size=854

[Component2]
Name=Edna and Harvey - Harvey''s New Eyes
Size=2130

Installerscript.iss
;INSTALLSCRIPT BY YENER90
;ULTRAARC BY RAZOR12911
;#define ProgramFiles "E:\Program Files (x86)\THQ\Darksiders II"
; The following components are only the folder names. -> for defining Name + Size of the components, insert it to Setup.ini 
#define Component1 "Edna1"
#define Component2 "Edna2"
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
GTX590 (22-04-2016), mausschieber (22-04-2016)