View Single Post
  #51  
Old 31-12-2012, 22:39
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
akarikk, in installerscript.iss put a ; in front of #define ProgramFiles "C:\Program Files (x86)\Square Enix\Hitman Absolution"

will look like
Code:
;#define ProgramFiles "C:\Program Files (x86)\Square Enix\Hitman Absolution"
then compile script, dont worry it wont remake the bins, only the setup.exe. ALSO you have to compile langscript.iss to create the autorun.exe too. then have the setup.* files & autorun.exe files, with the setup1*.bin files in HMA_1 folder. then you can create your ISO's.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
akarikk (02-01-2013)