Forum Discussion
paulrev
Sep 13, 2021Copper Contributor
Retrigger Application Installation for failed install
Is there an on demand trigger to reinstall for certain user in case the initial installation failed?
Sep 13, 2021
Ios/Windows? Normally a failed installation would be retried a couple of times. Another possibility would be to configure the app assignment as available . So they can try to install the app from the company portal. ANother possibility would be to delete the registry key which controls if the app is installed or not
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\Win32Apps\{SID}\{App GUID}
If the exit code is not zero its failed... delete that appguid registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\Win32Apps\{SID}\{App GUID}
If the exit code is not zero its failed... delete that appguid registry key