Jump to content

Recommended Posts

Posted

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

Posted (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 by Arthur
Posted (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 by Arthur

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...