Help
-
Search
-
Members
-
Calendar
Full Version:
7Zip unattended
MSFN Forums
>
Unattended Windows Discussion & Support
>
Application Installs
Internet
Forums
Unattended CD/DVD Guide
purg99
Oct 3 2005, 04:43 PM
Oddly I cant install 7zip unattended. It always asks for its install directory.
This is whats already in my RunOnceEx
CODE
REG ADD %KEY%\029 /V 4 /D "%XPCD%\install\7Zip.exe -y /q /r:n" /f
I would like to keep away from autoit or other external methods and stick with the runonceex & $oem$ structure.
Yurek3
Oct 3 2005, 04:50 PM
I use thisone
QUOTE
%CDROM%\\GROM\\7Zip\\7zip.exe /S
Work for me
purg99
Oct 3 2005, 04:51 PM
Posted a bit to quickly
Think ive found whats needed
CODE
REG ADD %KEY%\029 /V 4 /D "%XPCD%\install\7Zip.exe /S" /f
purg99
Oct 3 2005, 04:52 PM
thanks Yurek3, must have been typing when you replied
Yurek3
Oct 3 2005, 05:03 PM
I did only correct.
ran
Oct 22 2005, 08:43 PM
That is odd, as this:
CODE
REG ADD %KEY%\045 /VE /D "7zip v3.13" /f
REG 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
Oct 22 2005, 11:32 PM
this I found at 7zip website FAQ
CODE
How 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
Oct 24 2005, 07:12 AM
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
Oct 29 2005, 11:44 AM
QUOTE (ran @ Oct 23 2005, 02:43 AM)
That is odd, as this:
CODE
REG ADD %KEY%\045 /VE /D "7zip v3.13" /f
REG 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
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
.