|
#33
|
||||
|
||||
|
There is a simple ispp error which cause this issue
Add #endif to line 318 Remove/quote out #endif in line 329 Should look like this then Code:
#define j 0
#sub Data10
#define DataInf1 ReadIni(AddBackSlash(SourcePath) + "Setup.ini", "Resources", "Resource" + Str(j), "")
Source: "Files\Dec_tools\{#DataInf1}"; DestDir: {tmp}; Flags: dontcopy;
#endsub
#if ReadIni(AddBackSlash(SourcePath) + "Setup.ini", "Resources", "Resource1", "") != ""
#for {j = 1; ReadIni(AddBackSlash(SourcePath) + "Setup.ini", "Resources", StringChange("ResourceInt","Int", Str(j)), "") !=""; j++} Data10
#endif
#ifdef SlideShow
#ifexist "Files\Slides\1.jpg"
#sub AddFile
Source: "Files\Slides\{#i}.jpg"; DestDir: {tmp}; Flags: dontcopy;
#endsub
#for {i = 1; FileExists(StringChange("Files\Slides\FileName.jpg", "FileName", Str(i))) != 0; i++} AddFile
#endif
Source: "Files\Dll\IsSlideShow.dll"; DestDir: {tmp}; Flags: dontcopy;
#endif
__________________
Haters gonna hate
Last edited by KaktoR; 06-03-2019 at 15:12. |
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
Jiva newstone (03-05-2019), pakrat2k2 (06-03-2019) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Metro UI Installer | Gupta | Conversion Tutorials | 51 | 01-08-2021 07:46 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Metro Installer (Conversion Installer) | Razor12911 | Conversion Tutorials | 28 | 01-05-2018 07:17 |
| razor has make a metro installer...help | yash497 | Conversion Tutorials | 5 | 27-10-2016 10:36 |