Tamanaka Posted September 7, 2018 Posted September 7, 2018 trying to run a silent install script for MDT for 7zip application install and getting the error message application 7zip returned an unexpected return code:1619 this is the command line I used ; msiexec.exe /i 7-Zip\7zip.msi" /qn
Arthur Posted September 7, 2018 Posted September 7, 2018 (edited) this is the command line I used ; msiexec.exe /i 7-Zip\7zip.msi" /qn Try this... msiexec.exe /i 7z1805-x64.msi ALLUSERS=1 REBOOT=ReallySuppress /qn If you're installing a 64-bit OS you will also need the 64-bit installer rather than the 32-bit. https://www.7-zip.org/a/7z1805-x64.msi Edited September 7, 2018 by Arthur
free780 Posted September 7, 2018 Posted September 7, 2018 It's probably the rogue " in the command line.
Arthur Posted September 7, 2018 Posted September 7, 2018 (edited) It's probably the rogue " in the command line. ...or the 7-Zip\ if the msi is not actually in that folder or the working directory is set incorrectly. Edited September 7, 2018 by Arthur
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