|
#35
|
||||
|
||||
|
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 |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Lost Planet 2 (2x DVD9 to 2x DVD5 or 3x DVD5) | peterf1999 | PC Games - CD/DVD Conversions | 12 | 04-06-2014 05:35 |
| Singularity (DVD9 to 1x DVD5) *EURO Multi 4 FULL* | peterf1999 | PC Games - CD/DVD Conversions | 9 | 05-06-2012 21:27 |
| Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 06:28 |
| ParaWorld (DVD9 to 1x CD-R & 1x DVD5) OR (DVD9 to 1 DVD5) | !HaGaR! | PC Games - CD/DVD Conversions | 11 | 25-10-2006 08:45 |