Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #33  
Old 06-03-2019, 15:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
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.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Jiva newstone (03-05-2019), pakrat2k2 (06-03-2019)
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 06:57.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com