View Single Post
  #408  
Old 25-06-2020, 05:55
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Kitsune1982 View Post
Cesar82 is it possible to install more than one game with CIU without having to uninstall the first repack you've already installed that was made with CIU? for some reason if i install one of my personal repacks i made, then go to install a 2nd one say the sequel to that game, eg Syberia II, it asks me to uninstall the first game, Syberia in this case. Is there a way to edit the iss or add something in it that allows you to install several games without having to uninstall the last game you just installed? please help, this is a particular problem of mine i have been having..

-Kitsune
YES, if the games have different names.
Example: Syberia and Syberia II are different.
Check the Setup.ini file if this key is being used?
Code:
[InstallOptions]
ProductCode=
If the same GUID is used in 2 games with different names it will be interpreted as the same game.
Remove this line or place "//" or ";" at the beginning of the line in both "Setup.ini" and recompile.
Using the ProductCode= key is optional for when you need to create 2 installers with the same game name, but want to install both in different locations on the HDD.

Let me know if that was it.
If not, send me the Setup.ini for the 2 games for me to analyze.
Reply With Quote