View Single Post
  #3  
Old 26-06-2024, 10:41
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 62
Thanks: 49
Thanked 47 Times in 25 Posts
wrathma is on a distinguished road
Quote:
Originally Posted by Fak Eid View Post
Need to include the files in the script too like:
[Files]
Source: "Include\arc.ini"; DestDir: "{tmp}"; Flags: dontcopy
Source: "Include\CLS.ini"; DestDir: "{tmp}"; Flags: dontcopy
Source: "Include\English.ini"; DestDir: "{tmp}"; Flags: dontcopy
Source: "Include\Facompress.dll"; DestDir: "{tmp}"; Flags: dontcopy
Source: "Include\unarc.dll"; DestDir: "{tmp}"; Flags: dontcopy
i believe i dont have to do these because script contains
Code:
#define Resources "Include\*"
Reply With Quote