

:: the 7zip installer silent based on the architecture of the OSĮcho Error installing 7zip for %OS% OS. :: Description: This procedure will install the correct version of :: Check arguments 1 = Installation Directory Path :: Check arguments 1 = Installation Directory Path. Reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL & set OS=32BIT || set OS=64BIT

SET x867ZipPath=C:\Program Files (x86)\7-Zip\ SET x86SetupFilePath=C:\PSDARS-Setup\x86\ I've tried pauses, echos, other subroutine that just echos (which works and executes commands after returning).īut for whatever reason, after I execute 7zip.exe /S it just quits executing commands even after returning from the subroutine I made to install it. exes silently and for whatever reason, when I finish executing the installation of 7zip silently in my batch file, no other commands execute after it. I'm trying to create a script that runs multiple setup.
