FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Luciel_1 Installer By Rinaldo_Mod_All_Mask (https://fileforums.com/showthread.php?t=97673)

felice2011 19-02-2016 03:10

Luciel_1 Installer By Rinaldo_Mod_All_Mask
 
1 Attachment(s)
Decompression Tested with All Algorithms in the List (M&S Kompressor v1.2) and (Masked Compressor By Panker)

Compatible Version Only Precomp044 or 045.

Added Algorithms in the Luciel 1 inst. Original:

Code:

nz, nz64, fp8, zpaq, zpaq64, lzt
Attachment 13658

panker1992 19-02-2016 08:21

this is an awesome installer, i have this working with masks its really interesting that it can make setup.exe 2 mb small with all masks included :D

hats off :D

oltjon 19-02-2016 12:57

:in the script where I have to put the password :confused:

felice2011 19-02-2016 13:03

as your password ? you want to decompress with password?

oltjon 19-02-2016 13:16

Quote:

Originally Posted by felice2011 (Post 447348)
as your password ? you want to decompress with password?

yes

felice2011 19-02-2016 13:26

Ohh ye ye broo..Open (DataInfo.ini) and enter the password as in the example below.

Code:

if not ISArcExtract    ( 0, 100, ExpandConstant('{src}\{#Data}'), ExpandConstant('{app}\'), '', false, 'Your_Password', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
Saves and Enjoy..;)

rinaldo 20-02-2016 01:54

I'm working on an installer project to match to your masked compressor ... simple and cute ... so it come in handy when you will use your program :)

panker1992 20-02-2016 03:26

will be good i upload masks v 2.6 with some bug fixes not so many changes :D i also upload masks using entirely x86 for some people who requested

rinaldo 20-02-2016 03:57

we always expect great things from you panker :)

felice2011 20-02-2016 05:04

Panker we move it into your same direction...:D

rinaldo 20-02-2016 06:40

1 Attachment(s)
here is my idea of repack .. I remember that I love razor style :D
progress 15%

felice2011 20-02-2016 07:25

The style of Razor is too squared and angular with marked features, I prefer something with more soft features and irregular shapes, with more vibrant colors, like your latest installers.
I hope Razor will not be offended..:D

rinaldo 20-02-2016 08:49

Quote:

Originally Posted by felice2011 (Post 447376)
The style of Razor is too squared and angular with marked features, I prefer something with more soft features and irregular shapes, with more vibrant colors, like your latest installers.
I hope Razor will not be offended..:D

:(

rinaldo 20-02-2016 10:21

1 Attachment(s)
Felix.....Preview 50%
Private no Free 10.000USD :D

nasir ahmad 27-02-2016 01:46

do can make glass black box that working without Setup.ini
thanks for project.

nasir ahmad 27-02-2016 01:47

About You
 
do can make glass black box that working without Setup.ini
thanks for project.

nasir ahmad 19-04-2016 03:35

nice friend
do you have any other project?

oltjon 10-01-2017 03:12

Hello guys . then I was doing a bit of testing and I can not unzip this file with algorithms (pzlib-SREP-delta-zcm) with this script

there someone who has the solution ??

felice2011 10-01-2017 03:42

La prima cosa da fare č capire il concetto, se comprimi con un compressore versione 64bit o 32bit, o versione di aggiornamento del compressore stesso, la decompressione con "inno" deve avere gli stessi files di compressione.

The first thing to do is to understand the concept, if you compress a compressor 64bit or 32bit version or update version of the compressor same, decompression with "Inno-setup" must have the same compression files.

Consiglio di usare questo Cmd_Info "Viper edition" perchč il pių aggiornato.

I recommend using this Cmd_Info "Viper edition" because the most updated.

Fai la tua compressione dati (pzlib-Srep-delta-zcm), copia ed incolla i compressori che hai usato per la compressione nella cartella "include"

Make your data compression (pzlib-Srep-delta-zcm), copy and paste the compressors you used to compress in the folder "include"

Code:

pzlib.exe
hif2raw_dll.dll
raw2hif_dll.dll
srep.exe
zcm.exe
CLS-zcm.dll
CLS-zcm.ini

Verifica ed inserisci, i nomi dei compressori che hai usato all'interno del codice di "Inno", salva, compila, prova l'installazione, vedrai che funziona tutto.

Check and insert the names of the compressors you used, within the "Inno" code, you save, you compile, test the installation, you'll see that everything works.

Code:

#ifdef records
  ExtractTemporaryFile('records.inf');
  #endif
  ExtractTemporaryFile('srep.exe'); I used in the method
  ExtractTemporaryFile('srep64.exe');
  ExtractTemporaryFile('unarc.dll');
  ExtractTemporaryFile('unrar.dll');
  ExtractTemporaryFile('zlib1.dll');
  ExtractTemporaryFile('arc.ini');
  ExtractTemporaryFile('fp8.exe');
  ExtractTemporaryFile('english.ini');
  ExtractTemporaryFile('facompress.dll');
  ExtractTemporaryFile('dec.exe');
  ExtractTemporaryFile('facompress_mt.dll');
  ExtractTemporaryFile('English.ini');
  ExtractTemporaryFile('nz64.exe');
  ExtractTemporaryFile('nz.exe');
  ExtractTemporaryFile('srep.exe');
  ExtractTemporaryFile('CLS-srep.dll');
  ExtractTemporaryFile('zstd.exe');
  ExtractTemporaryFile('msr.exe');
  ExtractTemporaryFile('lzt.exe');
  ExtractTemporaryFile('packjpg_dll.dll');
  ExtractTemporaryFile('packjpg_dll1.dll');
  ExtractTemporaryFile('pzlib.exe'); I used in the method
  ExtractTemporaryFile('hif2raw_dll.dll'); I used in the method
  ExtractTemporaryFile('raw2hif_dll.dll'); I used in the method
  ExtractTemporaryFile('precomp.exe');
  ExtractTemporaryFile('brute.exe');
  ExtractTemporaryFile('reflate.exe');
  ExtractTemporaryFile('lzham.exe');
  ExtractTemporaryFile('zpaq.exe');
  ExtractTemporaryFile('zpaq64.exe');
  ExtractTemporaryFile('raw2hif.exe');
  ExtractTemporaryFile('CLS-MSC.dll');
  ExtractTemporaryFile('CLS-reflate.dll');
  ExtractTemporaryFile('CLS-zcm.dll'); I used in the method
  ExtractTemporaryFile('CLS-zcm.ini'); I used in the method
  ExtractTemporaryFile('zcm.exe'); I used in the method

Let me know if you succeeded ....;)

oltjon 10-01-2017 15:22

No non funziona ma il link che ti ho mandato sei riuscito a farlo funzionare???

No it does not work but the link I sent you you managed to get it working???

felice2011 10-01-2017 23:05

Quote:

Originally Posted by oltjon (Post 455153)
No non funziona ma il link che ti ho mandato sei riuscito a farlo funzionare???

No it does not work but the link I sent you you managed to get it working???

Ovviamente funziona alla perfezione l'estrazione del link che hai postato...:rolleyes:;)

Obviously it works perfectly the extraction of the link you posted.

Nel file "arc.ini" elimina questo ...

In "arc.ini" file eliminates this ..

Code:

[External compressor:zcm]
packcmd    = zcmx64 a -m8 -r -s -v $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd  = zcmx64 x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile  = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp


Copia e incolla questo, se non l'hai gia fatto, e riprova ...
;)

Copy and paste this if you haven't already done so, and try again...

Code:

[External compressor:pzlib]
header = 0
packcmd  = pzlib e -m2 -st50p -t8 -ct8 -c32m -b512k $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pzlib d -t8 - -o - <stdin> <stdout>

Se non riesci ti rimando il tuo archivio che hai postato funzionante e testato.

If you don't succeed, I send you back the archive you have posted, functioning and tested.

oltjon 11-01-2017 12:28

http://oi66.tinypic.com/2cwpdn7.jpg
:confused:

felice2011 11-01-2017 13:17

Usi il sistema a 64 o 32bit ? fai in fretta a rispondere che ho la ragazza sul fuoco
System used 64 or 32

oltjon 11-01-2017 13:35

64

felice2011 11-01-2017 13:49

1 Attachment(s)
MTHD: (pzlib+srep64+delta+zcm)

Archive: Data1.cab

pass: oltjon

Full Tested with win10 x64 / pzlib64 / srep64 / zcm64

rinaldo 13-01-2017 08:01

fortuna che io uso penne usb e hard disk per backuppare giochi e uso 7z e FreeArc
se siamo ancora con i DvD torniamo indietro nel tempo


you have to save and remember with what you have done so, otherwise the time for the solution is far grande fra come sempre
perfect felix


All times are GMT -7. The time now is 15:45.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com