purg99 Posted October 3, 2005 Posted October 3, 2005 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.
Yurek3 Posted October 3, 2005 Posted October 3, 2005 (edited) I use thisone%CDROM%\\GROM\\7Zip\\7zip.exe /SWork for me Edited October 3, 2005 by Yurek3
purg99 Posted October 3, 2005 Author Posted October 3, 2005 Posted a bit to quicklyThink ive found whats neededREG ADD %KEY%\029 /V 4 /D "%XPCD%\install\7Zip.exe /S" /f
purg99 Posted October 3, 2005 Author Posted October 3, 2005 thanks Yurek3, must have been typing when you replied
ran Posted October 23, 2005 Posted October 23, 2005 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?
pyjo Posted October 23, 2005 Posted October 23, 2005 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
ran Posted October 24, 2005 Posted October 24, 2005 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.....
bledd Posted October 29, 2005 Posted October 29, 2005 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now