October 3, 200520 yr Oddly I cant install 7zip unattended. It always asks for its install directory.This is whats already in my RunOnceExREG ADD %KEY%\029 /V 4 /D "%XPCD%\install\7Zip.exe -y /q /r:n" /fI would like to keep away from autoit or other external methods and stick with the runonceex & $oem$ structure.
October 3, 200520 yr I use thisone%CDROM%\\GROM\\7Zip\\7zip.exe /SWork for me Edited October 3, 200520 yr by Yurek3
October 3, 200520 yr Author Posted a bit to quicklyThink ive found whats neededREG ADD %KEY%\029 /V 4 /D "%XPCD%\install\7Zip.exe /S" /f
October 23, 200520 yr That is odd, as this:REG ADD %KEY%\045 /VE /D "7zip v3.13" /fREG ADD %KEY%\045 /V 1 /D "%DVD%\MyStuff\Applications\7z313.exe -y /q /r:n" /f...Works for me...Trying to use the /S prompt asks if i want to install.That's kinda weird, eh?
October 23, 200520 yr this I found at 7zip website FAQHow to install 7-Zip in silent mode?/S for silent installation and /D=dir to specify the "output directory". These options are case-sensitive. 7-Zip uses NSIS installer.works fine for me also
October 24, 200520 yr OK, you know what...I'm a goofball.The reason that works for me (e.g. the -y and all) is because I repackaged 7zip myself last year as a 7zip sfx..and...just...forgot! Doh!Sorry for the confusion.....
October 29, 200520 yr That is odd, as this:REG ADD %KEY%\045 /VE /D "7zip v3.13" /fREG ADD %KEY%\045 /V 1 /D "%DVD%\MyStuff\Applications\7z313.exe -y /q /r:n" /f...Works for me...Trying to use the /S prompt asks if i want to install.That's kinda weird, eh?thats a really old version, thats why
Create an account or sign in to comment