|
#46
|
||||
|
||||
|
Gonna soon update the dll only , not the installer. if it is possible will add browse form and some improvement to the installer.
Last edited by Jiva newstone; 20-12-2018 at 03:02. |
| Sponsored Links |
|
#47
|
||||
|
||||
|
what's going on here guys?
__________________
“WE ALL GO A LITTLE MAD SOMETIMES” |
|
#48
|
||||
|
||||
| The Following User Says Thank You to Jiva newstone For This Useful Post: | ||
PsYcHo_RaGE (22-05-2019) | ||
|
#49
|
||||
|
||||
|
error when trying to make slideshow work
hey jiva, im having a problem. when i enable slideshow in setup.ini, and compile the script with the inno setup version you posted the link to, when i run my setup.exe file it gives me an error about isslideshow.dll not found. i am including the picture and my script. please take a look and tell me what im doing wrong.
thanks. -Kitsune |
|
#50
|
||||
|
||||
|
Metro_UI_FH has been re-uploaded in first post, just tested, and error mentioned above still happens.
Jiva' will have to look & post the fix for it to work. Last edited by pakrat2k2; 19-02-2019 at 08:29. |
|
#51
|
||||
|
||||
|
Can confirm the error on UA version but not on non UA.
Last edited by Th3Raven; 06-03-2019 at 12:33. |
|
#52
|
||||
|
||||
|
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) | ||
|
#53
|
||||
|
||||
|
Output log doesn't scroll down to last line once the window is filled and scrollbar goes up.
Non UA version |
|
#54
|
||||
|
||||
|
i know it's too late but fixed and re-uploaded the "Metro_UI_FH_UA"
|
|
#55
|
||||
|
||||
|
Quote:
Great work here Jiva Buddy ![]() Are we getting a components section with this release?
__________________
“WE ALL GO A LITTLE MAD SOMETIMES” |
|
#56
|
||||
|
||||
|
I am wondering the same about this. Having component page would be a great feature, for example for games as Borderlands to have all games in 1 installer and select what games you want installed. Plus of course Redist too.
|
|
#57
|
||||
|
||||
|
mmm, will update soon with component section but it won't support ultraarc
|
|
#58
|
||||
|
||||
|
Nice work mr.Jiva newstone.. but I have a question. Dont know it it's meant to ask you but how xtool.exe comes with icon which are included in you script file.
Have a nice day. |
![]() |
|
|
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 |