Forum Discussion
Rob_Lam
May 17, 2024Copper Contributor
Deploying Win32 APPS with intune - Install Pending
Hi Guys I'm new in deploying apps through intune for windows device but I've followed this guide here https://www.recastsoftware.com/create-win32-application-and-deploy-with-microsoft-intune/...
Jordi_Koenderink
May 18, 2024Copper Contributor
Can be anything. I would start here: https://www.anoopcnair.com/intune-management-extension-deep-dive-level-300/
Rob_Lam
May 18, 2024Copper Contributor
I have a question
Whenever you open an exe file it'll ask where to install the location of the program and options if you want to put a shortcut on the desktop etc..
But does intune know how to interact with that interface?
The article states it might be an interference with Anti Virus but I see the file under C:\Windows\ImeCache\ it seems ok?
Whenever you open an exe file it'll ask where to install the location of the program and options if you want to put a shortcut on the desktop etc..
But does intune know how to interact with that interface?
The article states it might be an interference with Anti Virus but I see the file under C:\Windows\ImeCache\ it seems ok?
- NicklasOlsenMay 18, 2024Iron ContributorCan I see how your install and uninstall parameters looks?
That would give me a better understanding of your problem.- harmanjeetsinghSep 16, 2024Copper Contributor
NicklasOlsen
I am getting the same issue while deploying duo-win-login-4.3.1.exe.
converted it into win32 and all. available for all intune enrolled devices in company portal and when users go into company portal and click install for the application. it goes to 100 percent and stays there: installing (100%). In intune it says, waiting for install status. (Pending Install)
Properties for this application are:Nameduo-win-login-4.3.1.exeDescriptionduo-win-login-4.3.1.exe
PublisherCisco DuoApp Version4.3.1CategoryOther appsShow this as a featured app in the Company PortalYesInformation URLNo Information URLPrivacy URLNo Privacy URLDeveloperNo DeveloperOwnerNo OwnerNotesNo NotesLogoNo logoProgram
Install commandduo-win-login-4.3.1.exe /S /V” /qn IKEY=”**************************” SKEY=”*********************” HOST=”********************.com” AUTOPUSH=”#1″ FAILOPEN=”#1″ RDPONLY=”#0″"Uninstall commandduo-win-login-4.3.1.exe /x /s /v/qnInstallation time required (mins)60Allow available uninstallYesInstall behaviorSystemDevice restart behaviorApp install may force a device restartReturn codes0 Success1707 Success3010 Soft reboot1641 Hard reboot1618 RetryRequirements
Operating system architecturex64Minimum operating systemWindows 10 20H2Disk space required (MB)No Disk space required (MB)Physical memory required (MB)No Physical memory required (MB)Minimum number of logical processors requiredNo Minimum number of logical processors requiredMinimum CPU speed required (MHz)No Minimum CPU speed required (MHz)Additional requirement rulesNo Additional requirement rulesDetection rules
Rules formatManually configure detection rulesDetection rulesFile C:\Program Files\Duo Security\WindowsLogonFile C:\Program Files\Duo Security\WindowsLogonDependenciesNo DependenciesSupersedenceNo Supersedence
Can you please provide some suggestions.- harmanjeetsinghSep 16, 2024Copper ContributorNow it failed after half an hour with message:
App installation failed
9/16/2024 3:35:13 PM
Hide details
Error code: 0x87D300C9
The unmonitored process is in progress, however it may timeout.
- Rob_LamMay 19, 2024Copper Contributor
- NicklasOlsenMay 19, 2024Iron ContributorDid you wrap the .exe file as a .intunewin file?
Also, are you 100% sure, that you are using the correct file name?
I just quickly found this install command for installing Irfanview silent.
iview460_x64_setup.exe /silent
Make sure to change it so it's correct file name.