Using internal installer unzip rather then plugin
Hello,
I am trying to create online installer, wich will download pachages from our web site, decompress and put files to destinaction folder.
I found couple of plugins wich can do that. I prefer to use compression better then zip. Like LZMA.
Founded plug-in is not very excited, becuase it require lzma.exe program.
Also, why would I use additional plugin, were NSIS itself already has decompression code inside it exe?
Question: Is that possible to use decompression functions of installer?