worked overtime & now have fri/sat/sun off
when you created the new exe's, which way did you create them. You either used Define ProgramFiles part OR Define Internal part...
I noticed in the ISS script from 1006 that BOTH those 2 parts had a ; in the front of the line. Which basically means skip over that line when compiling the script.
That's why your setup.exe does nothing.
If you wanted to use the define programfiles method remove the ; from front of line & recompile the script. If you wanted to use define internal, then make sure the define programfiles line HAS a ; & define internal doesn't. Also check & make sure Langscript.iss corresponds to which way you choose in InstallerScript.iss.
Code:
;INSTALLSCRIPT BY YENER90
#define ProgramFiles "C:\Program Files (x86)\TopWare Interactive\Two Worlds 2"
; The following components are only the folder names. -> for defining Name + Size of the components, insert it to Setup.ini
;#define Component1 "Mass Effect"
;#define Component2 "Mass Effect 2"
;#define Component3 "Mass Effect 3"
;#define Component4 "Component4"
;#define Component5 "Component5"
;#define Component6 "Component6"
;#define Component7 "Component7"
;#define Component8 "Component8"
;#define Internal