View Single Post
  #94  
Old 04-12-2022, 03:07
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by amin fear View Post
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.

Last edited by MojoW; 04-12-2022 at 13:32.
Reply With Quote