View Single Post
  #51  
Old 10-08-2015, 12:09
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
OK Stor31 add some lines.

Code:
#define fazip
[FILES]
#ifdef fazip
Source: "Files\arc.ini"; DestDir: "{tmp}"; Flags: "dontcopy";
Source: "Files\fazip.exe"; DestDir: "{tmp}"; Flags: "dontcopy";
;below code goes in code section
#ifdef fazip
      
      ExtractTemporaryFile('arc.ini');
      ExtractTemporaryFile('fazip.exe');
#endif
i think that's all.
Attached Files
File Type: 7z script_test_fazip.7z (972.6 KB, 193 views)
__________________
-the science of the useless-
Reply With Quote
The Following 3 Users Say Thank You to gozarck For This Useful Post:
punchao (10-08-2015), RamiroCruzo (21-08-2015), Stor31 (10-08-2015)