Forum Discussion
bjornmertens
Apr 09, 2019Copper Contributor
Intune Win32 apps error 0x80070002
Hi! For my internship i've been trying to deploy win32 apps in intune, i followed the tutorial on Microsoft Docs: https://docs.microsoft.com/en-us/intune/apps-win32-app-management My system gives...
- 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
Apr 09, 2019MVP
bjornmertens Hi Normally 0x80070002 = "The system cannot find the file specified." Check that your install command line is Correct and not misspelled and that the files are in the Win32App Package..
Regards,
Jörgen
bjornmertens
Apr 09, 2019Copper Contributor
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!
- 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
- 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.