View Single Post
  #8  
Old 25-05-2011, 19:29
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
the game needs to be installed to c:\shogun2 according to the iss file

open the iss file with notepad or inno, you can change the source location so it matches where you have the game installed.

the reason for the error --> SetupIconFile=C:\shogun2\icon.ico, so if your icon file is named something different then also change that line in the iss file. Another line you may want to change is the output dir ( OutputDir=C:\shog ) change that to where your have enough room if C: isnt a good choice. Then run the script & it will compile it for you.
Reply With Quote