|
#11
|
||||
|
||||
|
Isskin INI code
Hi Cesar82, Thank you for the script you made, but i have a problem when adding the skin(cjstyles) with INI code, the skin is not added, So i made some changes:
Code:
#if !defined(StyleFile)
#define StyleFile "NULL"
#else
#define StyleParam ""
#if Pos("|", StyleFile) > 0
#define StyleParam Trim(Copy(StyleFile, Pos("|", StyleFile + "|") + 1, Len(StyleFile)))
#expr StyleParam = StyleParam + ".ini"
#if (StyleParam != "") && (LowerCase(ExtractFileExt(StyleFile)) == "cjstyles")
#expr StyleParam = StyleParam + ".ini"
#endif
#define StyleFile Trim(Copy(StyleFile, 0, Pos("|", StyleFile) - 1))
#endif
#if (LowerCase(ExtractFileExt(StyleFile)) != "vsf") && (LowerCase(ExtractFileExt(StyleFile)) != "cjstyles") && (LowerCase(ExtractFileExt(StyleFile)) != "she")
#define StyleFile "NULL"
#endif
#endif
Last edited by Lord.Freddy; 17-08-2022 at 01:40. |
| The Following User Says Thank You to Lord.Freddy For This Useful Post: | ||
Cesar82 (06-09-2022) | ||
| Tags |
| asis, ciu, inno, installer, ultraarc |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| How many forum members does it take to change a light bulb? | rms2001 | XBox Games | 6 | 12-01-2004 05:31 |