Forum Discussion
Intune Win32 apps error 0x80070002
- Apr 10, 2019
Hi bjornmertens,
see the 7-Zip FAQ for this info:
How can I install 7-Zip in silent mode?
For exe installer: Use the "/S" parameter to do a silent installation and the /D="C:\Program Files\7-Zip" parameter to specify the "output directory". These options are case-sensitive.
For msi installer: Use the /q INSTALLDIR="C:\Program Files\7-Zip" parameters.
https://www.7-zip.org/faq.html
best,
Oliver
SweJorgenMVP hi, i tried again wit a .msi version of 7zip (to try it out). That works without problem and is installed in the background. However with an .exe i now got it working sort of, the install command was indeed not correct. But it does not install in the background, i just get to see the setup screen to install 7zip manually. I tried /s, /quite, /silent, /s is there another parameter to install the .exe silently?
Thanks!
Hi bjornmertens,
see the 7-Zip FAQ for this info:
How can I install 7-Zip in silent mode?
For exe installer: Use the "/S" parameter to do a silent installation and the /D="C:\Program Files\7-Zip" parameter to specify the "output directory". These options are case-sensitive.
For msi installer: Use the /q INSTALLDIR="C:\Program Files\7-Zip" parameters.
https://www.7-zip.org/faq.html
best,
Oliver
- bjornmertensApr 11, 2019Copper Contributor
Thanks you for the post! The /S mode works with 7zip. Altough i found out that not every installer works with the /S, /s, .... But i guess that most of the sofwtware will list it on there site.
Thanks!!
- sbuccimsftApr 11, 2019
Microsoft
bjornmertens definitely correct that different switches work for different apps/developers. They need to include support for those when packaging.