Quote:
Originally Posted by amin fear
I have tried using the "short" path & the problem solved !
Code:
C:\FMXInno v1.0.0.2\Script1.iss
This error is related to "LONG" path names. 
|
I tried but still have the same error.
C:\Users\MojoW\Desktop\FMXInno
D:\RepackTools\FMXInno
Edit:
So when i comment out the ExtraDiskSpaceRequired i can get all the examples to run except script1.
Script1 then errors out on this line
Code:
DoTmpExtract([{#DoFilesListingEx('.\..\..\Files', '*.png|*.jpg|*.cur|*.txt|*.mp3', StringChange(ExcludeFileList, ",", "|"))}]);
I'm just looking to learn from your examples and scripts (And all others on the forum offcourse) but i'm still curious as to why this is happening.