PDA

View Full Version : Help with adding xtool to my installer script


Spotless
07-05-2022, 14:40
Hi guys
i want to use This methods on my installer:

xtool+lolz+srep+xz

and xtool is a precompressor
then the other methods compress the xtool archive

so there will be a big size consumed on the hard drive so
i want my installer to delete the xtool archive after other methods extracted there files successfully

that's a screen shot of my script below

KaktoR
08-05-2022, 00:34
Your method chain does not make any sense.

You have to process the complete method chain in one go. What you did was first using xtool for itself, so xtool is out of the chain, hence
so there will be a big size consumed on the hard drive so
i want my installer to delete the xtool archive after other methods extracted there files successfully
After that, you compressed the xtool archive.

{precompressor}+srep+{compressor} is a better chain for most purposes.

Spotless
08-05-2022, 01:31
Your method chain does not make any sense.

You have to process the complete method chain in one go. What you did was first using xtool for itself, so xtool is out of the chain, hence

After that, you compressed the xtool archive.

{precompressor}+srep+{compressor} is a better chain for most purposes.

okay thanks
i thought that must i use xtool then compress the xtool archive but it was using one archive and one commnad