|
some games don't care if they have any registry entries at all. The uninstall entry is only for INNO version, to uninstall properly. ( much like #1 & #2 installers )
Then there is the 3rd type of game which will NOT run at all, or allow any updates to be installed if the proper registry entries are not found.
You need to search thru registry for entries that the particular game your doing, entered any. IF it has you MAY need to copy those types of entries into your INNO script.
|