|
|
|
#1
|
||||
|
||||
|
Inno Setup Usage
function Splitter(OriginalFile: String; SplitSize: Integer):Boolean; var ResultCode: Integer; begin if FileExists(ExpandConstant('{tmp}\Split.exe')) = False then ExtractTemporaryFile('Split.exe'); Result:=Exec(ExpandConstant('{tmp}\Split.exe'), 's "' + ExpandConstant(OriginalFile) + '" "' + IntToStr(SplitSize) + '"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode); end; function Merger(SplitFile, OriginalFile: String):Boolean; var ResultCode: Integer; begin if FileExists(ExpandConstant('{tmp}\Split.exe')) = False then ExtractTemporaryFile('Split.exe'); Result:=Exec(ExpandConstant('{tmp}\Split.exe'), 'm "' + ExpandConstant(SplitFile) + '" "' + ExpandConstant(OriginalFile) + '"', '', SW_HIDE, ewWaitUntilTerminated, ResultCode); end; |
| The Following 3 Users Say Thank You to Razor12911 For This Useful Post: | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
after was copy in this function, how to extract it? |
|
#3
|
||||
|
||||
|
how i can integrate split.exe + CIUV2 by yener script
|
| The Following User Says Thank You to gatosky1620 For This Useful Post: | ||
Razor12911 (01-12-2014) | ||
|
#4
|
||||
|
||||
|
It is done, I'll just need a translated message for this:
Merging=Merging %1... (This might take a while) The only problem is that it is not tested because I edited the script via notepad(I don't have a PC) @Carldric Show me how you used Merger function Last edited by Razor12911; 03-12-2014 at 09:45. |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
Quote:
Like Skip. Last edited by Carldric Clement; 03-12-2014 at 05:44. Reason: Problem Extract Part. |
|
#7
|
||||
|
||||
|
Quote:
Please Help |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Having a nightmare with Iomega USB ZipCD - Help! | Tranced | CD/DVD-Writers | 2 | 03-04-2005 06:00 |
| PMA Update failure....????????? | dannyk | DVD Backup Forum | 1 | 05-01-2005 14:19 |
| I need help to burn DC games | Puppydawg | DC Games | 4 | 26-07-2001 11:38 |
| i know nobody likes the new people, but ill try anyway.. | BWeb | DC Games | 3 | 25-07-2001 06:44 |
| HELP ME PLZ!!!! | Dalvin | DC Games | 0 | 02-01-2001 22:15 |