Help - Search - Members - Calendar
Full Version: 7-Zip silent install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
WattoDaToydarian
Does anyone know how to silently install 7-Zip through the start.cmd?
Thanks!
DLF
Here you go: 7 zip answer
WattoDaToydarian
Thanks for the reply but your link goes to the application installs search page. Were you intending for me to search for my answer instead? Cus I tried searching and had trouble finding anything. confused.gif
edusnow
Hi,...
This is my runonce.cmd switch. I suppose that is the same.


REG ADD %KEY%\010 /VE /D "7Zip" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\7Zip\7z423.exe /S" /f


snow
WattoDaToydarian
Thanks edusnow but I just found out how to do a silent install from the 7-Zip web site. tongue.gif

This is what i put incase anyone is wondering:
CODE
ECHO.
ECHO Installing 7-Zip 4.24 beta
ECHO Please wait...
start /wait %systemdrive%\install\Applications\7z424.exe /S /D="%programfiles%\7-Zip\"
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.