|
|
|
#1
|
|||
|
|||
|
Batch compressor
[Batch] inside+full file add (compatible:arc,srep,precompress043,msc)
default=only srep. Example Compress 1/2: Code:
arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 data.arc datafile\* arc a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 data.bin datafile\* Code:
unarc.exe x -w.\ -dpDecompressed\ data.arc unarc.exe x -w.\ -dpDecompressed\ data.bin arc x -w.\ -dpDecompressed\ data.arc arc x -w.\ -dpDecompressed\ data.bin data.fileforums is equal ![]() custom Code:
@echo off for /d %%X in (datafile) do "arc" a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 "Data1.bin" "%%X\*" pause Last edited by Grumpy; 26-05-2015 at 18:11. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Black Repack
2 Version: Internal and ISDone (inno setup ee)
Info: Slides+Video+SplashScreen+Music ![]() idea y_thelastknight,Razor12911,Peterf SplashTime ShowSplashScreen(WizardForm.Handle,ExpandConstant( '{tmp}\Splash.png'),{#SplashTime1},{#SplashTime2}, {#SplashTime3},0,255,True,$FFFFFF,10); Code System Info is Old Last edited by Grumpy; 26-05-2015 at 18:24. |
| The Following 9 Users Say Thank You to Dante1995 For This Useful Post: | ||
ADMIRAL (04-07-2020), Andrey167 (12-12-2014), arkantos7 (23-09-2014), MOSTAPHA_VIP (23-01-2017), Mundo (16-07-2023), Noname1966 (30-11-2024), oltjon (24-09-2014), Razor12911 (22-09-2014), Simorq (27-02-2015) | ||
|
#3
|
|||
|
|||
|
Open Browser After Installation
Code:
[Setup]
AppName=OpenWeb
AppVersion=OpenWeb
DefaultDirName=OpenWeb_Dante1995
OutputDir=.
[Run]
//---> Open Browser After Installation + Check Confirm
//Filename: "http://YourWebSite.it/"; Flags: shellexec runasoriginaluser postinstall; Description:Open WebSite.
//---> Open Browser After Installation (does not close the Set-up)
//Filename: "http://google.com/"; Flags: shellexec runasoriginaluser
[Code_]
//---> Open Browser After Installation
procedure CurStepChanged(CurStep: TSetupStep);
var
ErrCode: integer;
begin
if (CurStep=ssDone) then
begin
ShellExec('open', 'http://google.it/', '', '', SW_SHOW, ewNoWait, ErrCode);
end;
end;
|
| The Following 2 Users Say Thank You to Dante1995 For This Useful Post: | ||
Razor12911 (22-09-2014), Simorq (27-02-2015) | ||
|
#4
|
|||
|
|||
|
.....
.....
Last edited by Grumpy; 26-05-2015 at 18:42. |
| The Following 4 Users Say Thank You to Dante1995 For This Useful Post: | ||
|
#5
|
|||
|
|||
|
zcm
zcm compression
Last edited by Grumpy; 26-05-2015 at 18:44. |
|
#6
|
|||
|
|||
|
good compressor, nanozip like, how you can include in the script?
|
|
#7
|
|||
|
|||
|
freearc no compatible sorry..
try this I do not know ![]() C:\Games: Code:
DefaultDirName={sd}\Game\FolderGamesName
Last edited by Dante1995; 28-12-2014 at 20:54. |
|
#8
|
|||
|
|||
|
But you can use Isdone as well.
Code:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\yourfile.exe'), ExpandConstant('x -o+ "{src}\data.bin" "{app}\"'), ExpandConstant('{tmp}'), '...',false) then break;
Last edited by Compiler; 10-10-2014 at 10:14. |
|
#9
|
|||
|
|||
|
I'm not sure that it works, but try you never know
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |