Hello,
i am trying to distribute the German Post E-Porto Add-In for Microsoft Word.
(https://www.deutschepost.de/content/dam/dpag/images/i_i/Internetmarke/technische_downloads/update_internetmarke_neu/ms_e-porto_installer_3400_x64.exe)
I created successfully the intunewin package and the Add-In is successfully installed but the uninstall command always returns 0x80070002
I use the following commands to install/uninstall the package:
Install: ms_e-porto_installer_3400_x64.exe /S
Uninstall: C:\ProgramData\Package Cache\MsiExec.exe /x{77330F0F-9861-4C84-B2EB-8C2D811E79F4}
and for detection i use the registry
Registry: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\Inventories\00004b929635827f72a45f251f92fb5dd76c0000ffff
value: Version
detection method: is present
Thanks in advance for the help!