Hello everyone, I have a really simple query.
I have this Redist folder alongside the archives I have for the installer (Windows Phone Installed by Razor 12911) and I want the Redist folder along with it's sub directories to be copied over to the installation folder, then run the Redist Installers from the installation path instead of the installer source.
What modifications do I need to make?
I would also like to add that I am unable to cancel an installer that has pzlib in it. Is there anyway to fix this? I am sure I saw a post where someone shared a code but I am unable to find the post.
Second query: Can I make changes to my arc.ini to set a limit for the decompression memory it'll be using?
For example, my arc.ini looks something like this:
Code:
[External compressor:pzlib,pzlib64]
header = 0
unpackcmd = pzlib d -t8 - -o - <stdin> <stdout>
[External compressor:srep,srep64]
header = 0
unpackcmd = srep -d -s -- <stdin> <stdout>
[External compressor:xz]
header = 0
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>
How can I limit my overall usage of RAM to 1GB for the installer+Decompression? The highest threshold I'd like to maintain is 1.25 GB.