
02-12-2014, 22:56
|
 |
Registered User
|
|
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
|
|
Quote:
Originally Posted by Razor12911
@Carl
You must first include the exe under files section first.
Example
Splitter(ExpandConstant('{app}\file.ext),1024);
Merger(ExpandConstant('{app}\file.part1),ExpandCon stant('{app}\file.ext));
|
Done of Include:
Quote:
[Files]
Source: "Include\Split.exe"; DestDir: "{tmp}"; Flags: dontcopy
[Code]
function InitializeSetup: Boolean;
begin
ExtractTemporaryFile('Split.exe');
Result:=True;
end;
|
|