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