I need to deploy the ArcGis Pro 3.2 in my Company Portal by MS Intune plataform.
I already use the Microsoft Win32 Intune Prep Tool to create package to add to Intune and make the application available for users to install it.
I used the .exe file to create the package will it be with .intunewin extension.
In intune I already used many command lines, but all of them fail when users try to install by Company Portal.
Commands like:
msiexec /i "ArcGISPro_32_188049.exe" /qn
msiexec /i "ArcGISPro_32_188049.msi" /qn
msiexec /i "ArcGISPro\ArcGISPro.msi" /qn
ArcGISPro_32_188049.exe /q /norestart
not work
Also I unpack the .exe file, packaged in .intunewin, to find the .msi but the
msiexec /i "ArcGISPro.msi" /qn
also not install in users.
I received erros like "fatal erro in msiexec (0x80070643)", our "can't unpack (0x87D30067)".
Any detailed help, please?!