View Single Post
  #19  
Old 09-03-2016, 05:08
Pulcione86 Pulcione86 is offline
Registered User
 
Join Date: Feb 2013
Location: Italy
Posts: 65
Thanks: 12
Thanked 6 Times in 6 Posts
Pulcione86 is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
but it is so difficult to understand how an installer ..
1) You must use the reflate the razor (since he is the developer) v1.400 to compress
2) you must definiere the reflate with #Define reflate
3) The files are already in the installer (no need to add anything)
4) I do not smoke marijuana (it seems strange not remember how is its structure)

Ognuno è bravo nelle sue cose. Tu sai fare prelievi, inserire cateteri vescicali, sondini naso gastrici, ecc?
Vedo che tu crei installer, probabilmente sarai un tecnico informatico, un programmatore, o semplicemente uno bravo al pc.
Io non sono bravo a queste cose, so fare altro...

Quindi non so bene cosa va cambiato o cosa va a sostituire cosa, anche perchè aprendo il file che Arc.ini si trovano spesso stringhe di questo tipo, di cui io non capisco niente...

[External compressor:reflate]
header = 0
packcmd = reflate $$arcdatafile$$.tmp $$arcpackedfile$$.tmp -s

[External compressor:srep]
header = 0
packcmd = srep -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep {options} -d -s - - <stdin> <stdout>

Se una cosa è ovvia e scontata per te, non significa che lo sia per tutti ...
Noto comunque che non c'è molta pazienza, per cui adesso mi metterò a provare ciò che mi hai scritto, e ciò che mi ha scritto felice. Se andrà bene ok, altrimenti lascio perdere e mi metto l'anima in pace...

---------------------------------------------------------

Each and good at his stuff . You know making withdrawals , insert catheters , gastric feeding tubes , etc. ?
I see that you create installer , you will probably be a computer technician , a programmer , or just a good one to pc .
I'm not good at these things , I can do more ...

So I do not know what needs to be changed or what replaces it , partly because opening the file Arc.ini are often strings of this kind , of which I do not understand anything ...

[External compressor:reflate]
header = 0
packcmd = reflate $$arcdatafile$$.tmp $$arcpackedfile$$.tmp -s

[External compressor:srep]
header = 0
packcmd = srep -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep {options} -d -s - - <stdin> <stdout>


If one thing is obvious and for you , it does not mean that it is for everyone ...
It is known , however, that there is a lot of patience , so now I'm going to try what you have written to me , and what he wrote me happy . If all goes well ok , otherwise I give up and I put my soul in peace ...

Last edited by Pulcione86; 09-03-2016 at 05:15.
Reply With Quote