View Single Post
  #2  
Old 16-10-2010, 02:27
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by loader1 View Post
Inno Convert not Work by Me.

Game Install Not Found !

I have a Vista 64 Bit.

:-(


My InstallFolder " C:\Programm Files(x86)\LOST PLANET 2\

How do I have to -iss File Change the file does the Repack?

Thanks For Help !
delete the following rows:
Code:
#if SourcePath=ReadReg(HKLM,'SOFTWARE\Capcom\LOSTPLANET 2','InstallDir',False)
#else
#error Lost Planet 2 not installed, game's folder entry not found
#endif
edit the 1st row:

Code:
#define SourcePath "C:\Programm Files(x86)\LOST PLANET 2\"
Reply With Quote