Application deployment
9 TopicsWe’re running into an Intune issue where a Win32 app with a dependency sits at "Download Pending"
Setup: Main App: Installs in User Context Dependency: Installs in System Context Dependency Detection: Hosts file modification detection script Direct file detection does NOT work either When the hosts file modification is present (detection is met), detection works, and everything installs fine manually The Problem: If detection passes (exit 0) → Everything installs fine. If detection fails (exit 1) → Intune never moves forward, just stays at "Download Pending" indefinitely. Happens with both file-based detection and script-based detection. Dependency app as well at parent app install fine via Intune on their own as well as manual testing. What We Need to Know: Does Intune get stuck in "Download Pending" instead of moving forward when dependency detection fails? Could the install context mismatch (dependency in SYSTEM, main app in USER) be causing this? Myth or fact? Does Intune break the install process if a dependency app is in system context and the parent app is in user context? Again, both apps work fine independent of each other. Thanks for any help!457Views2likes3CommentsWindows 11 Pro Issue deploying Office Pro Plus 2021 locally via officedeploymenttool
Windows 11 Pro Office 2021 Retail I am trying to install only Word, Excel and Access - I do not want anything else. I went to MS's online Office Customization Tool and created the below Configuration.xml. I also downloaded deployment tool and it extracted the setup.exe and various configuration file examples. I down loaded the Office Pro plus 2021 Retail Img file from microsoft so I know its a legit MS one. I placed the Office Pro plus 2021 Retail Img file and the deployment tool setup.exe in a folder C:\Office2021Install I then mounted the Img file and made a note of the Drive Letter which I then appened to the Configuration.xml that I downloaded from MS's online Office Customization Tool. First I tried using Windows 11 terminal, opening it from within The command line I use to to run the deployment tool setup.exe is ".\\setup.exe /configure Configuration.xml" I am getting the error message "We found a problem We're sorry, we can't continue because we weren't able to download a required file. Please make sure you're connected to the internet or connect to a different network, then try again." I then opened Command Prompt from Win 11 task bar search as Admin and then navigated to C:\Office2021Install. I then used the command setup.exe /configure Configuration.xml I got the same error meassage. I do not understand the error as I was connected to the internet and it does not saty what file it was trying to download. After all, I am installing offline from a genuine MS Image file I'd be grateful for any assistence as I have been trying to install this for 12 hours straight now. This is my configuration file. <Configuration ID="7b438bdd-f6a0-48d4-b104-612e6a5ccc0e"> <Info Description="" /> <Add OfficeClientEdition="64" Channel="PerpetualVL2021" SourcePath="E:" AllowCdnFallback="FALSE"> <Product ID="ProPlus2021Retail" PIDKEY="My Key Goes Here"> <Language ID="en-gb" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="OneDrive" /> <ExcludeApp ID="OneNote" /> <ExcludeApp ID="Project" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="PowerPoint" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="Visio" /> </Product> </Add> <Property Name="SharedComputerLicensing" Value="0" /> <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" /> <Property Name="DeviceBasedLicensing" Value="0" /> <Property Name="SCLCacheOverride" Value="0" /> <Property Name="AUTOACTIVATE" Value="1" /> <Updates Enabled="TRUE" UpdatePath="E:" /> <RemoveMSI /> <AppSettings> <Setup Name="Company" Value="My Name Goes Here" /> </AppSettings> <Display Level="Full" AcceptEULA="TRUE" /> </Configuration>1.5KViews0likes5CommentsWin32 App Deployment: "This app is no longer detected on your device" message
Trying to build/deploy Win32 apps in Intune, two of them display the following message: "This app is no longer detected on your device. It may have been uninstalled or updated to a different version." One is a printer driver install script, the other an update for a piece of software. It seems that the app does not install/fails after attempting to install. What causes this behavior/what do I need to do differently to get this to install properly? Thanks!1.3KViews0likes4CommentsWhat does Windows 10 patch 10D refer to in regards to New Teams installation?
I am currently searching why certain users could install the new Teams in our org while it is currently blocked. I found the following information in this page: https://learn.microsoft.com/en-ca/microsoftteams/new-teams-troubleshooting-installation I can't find any reference to Windows 10 patch 10D. What build number or KB does this reference? Any help is appreciated. Thanks, Keven1.3KViews0likes2CommentsThe application was not detected after installation completed successfully (0x87D1041C) - Zoom
Hello, I am trying to Deploy Zoom Meetings using the mentioned Requirement and Detection Rule, Problem is the App deployment is able to update the outdated Zoom app present in the target machines but returning with the failed output and also able to identify if the Requirement rule is met or not (Not applicable where Zoom is not present), Is there anything need to update in Rules ?Solved3KViews0likes9CommentsSimplify Application Deployment with Azure Web App
Azure Web App streamlines the creation of diverse mobile and web applications, removing the complexities of setting up and managing virtual machines. With its support for multiple languages, continuous deployment, high availability, and scalability, coupled with seamless integration with DevOps tools and repositories, it serves as an exceptionally efficient platform for organizations, including Non-Profits, to effortlessly develop and deploy applications. For further insights on leveraging Azure Web App and initiating your journey, explore our detailed guide on our blog linked below. Create Your Azure Web App296Views0likes0CommentsiOS App Installation Report - Missing Pending Status
I think iOS App Installation Status Page is missing a "Pending" state. Devices with installed App but missing Update are shown as "Failed". Wouldn it be nice if there is an additional Status called "Pending" or something like that? And i think it's a bug that Shared-iPads are Showing the Installation Status multiple Times: For each logged on User and even as "System account" / "no User" This is resulting in a strange error, sayingthe device has a Problem with VPP installation, even if everything ist fine - just a reporting problem.830Views0likes0CommentsKiosk Mode - Win32 App with no install or AMUID
Hi I'm looking for advise on the best way (if possible) to create Kiosk mode devices, deploying an application which does not have an EXE install or an AMUID. The application is install purely via a Powershell file copy to specific folders. I have tried to use PS2EXE, create an EXE then use MSIX packing tool to see if I could use this method but I get errors around certificates. To be honest I'm not sure this is the best method. I want something simple as the application is likely to be updated frequently for a little while. I'm new to kiosk devices so this is all a learning curve for me so forgive me if I'm missing the obvious. Thanks2KViews0likes0CommentsHow to restrict deployment of application/policies etc based of Computer Type
Hello All, Is there a way to identify if target system is desktop or laptop. Once identified , we can deploy our application or policies to them. Only option i could think is to put in logic in application to check for device type and then perform task or skip it.1.9KViews0likes4Comments