Look to InstallerScript.iss. The components settings are wrong. You have this:
Code:
;#define Component1 "Sniper Elite Nazi Zombie Army"
#define Component2 "SniperEliteV2"
#define Component3 "Mass Effect 3"
;#define Component4 "Component4"
;#define Component5 "Component5"
;#define Component6 "Component6"
;#define Component7 "Component7"
;#define Component8 "Component8"
I think the correct way according to your Setup.ini is:
Code:
#define Component1 "Sniper Elite V2"
#define Component2 "Sniper Elite Nazi Zombie Army"
Delete the others and you need remove ";" in the front of components. You need to set the same names in Setup.ini and InstallerScript.iss or will not work.
Your folder names must have the same names also according to your Setup.ini and InstallerScript.iss