Forum Discussion
Pogo947
Oct 09, 2023Copper Contributor
WIN32 App Install error 0x80070002
I have an app that I am trying to add to Company Portal. No matter how I try to install it (using a powershell script to call the executable, calling the executable itself, and even using a .cmd to c...
Pogo947
Oct 09, 2023Copper Contributor
Further information, I changed the silent command from /S (the correct argument) to /s (the incorrect argument, the installer will run as normal, not silently). I can see the installer running in the background.
So we know that the install command "WRT.exe" /s will call the installer, but not install due to the incorrect silent argument.
I will now attempt to just change the s from lower to capital, and see if it works.
So we know that the install command "WRT.exe" /s will call the installer, but not install due to the incorrect silent argument.
I will now attempt to just change the s from lower to capital, and see if it works.
Oct 09, 2023
Is it a legacy application? Try -s instead of /s
- Pogo947Oct 09, 2023Copper Contributor
It is certainly an older application. On my local machine, /S works to install it. Will try -s.
Edit: -s does not work on local machine.
- Oct 09, 2023Than /S should work fine with intune now
- Pogo947Oct 09, 2023Copper ContributorUnfortunately this results in the error given previously "file could not be found". Any other guesses or recommendations?