Dependencies install even if Win32app requirement rule not met

Joe H 96 Reputation points
2021-03-11T17:36:37.25+00:00

I just created a Win32app with 2 dependencies and an additional requirement rule. Requirement rule is essentially %ProgramFiles%\Dir\Subdir\myfile.exe file version is less than 34.41.6.31092.

I pushed this as a required install to a test machine that did not have the application installed and therefore should not meet the requirement. Instead, the 2 dependencies installed but the main application did not. I checked the Intune Extension log and it shows that the requirement check result was false, which is correct.

To me that means that nothing should have installed. Do dependencies install before the application requirement rule is checked now? This makes no sense.

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
942 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lu Dai-MSFT 28,401 Reputation points
    2021-03-12T02:44:29.5+00:00

    @Joe H Thanks for posting in our Q&A.

    For this issue, in intune official article, I find that dependencies is before the requirement rule check. We refer to the picture about the process of win32 app in the following link:
    76969-image.png

    https://video2.skills-academy.com/en-us/troubleshoot/mem/intune/develop-deliver-working-win32-app-via-intune#flow-behind-processing-of-a-win32-app-at-the-device-end

    What my understanding is that the requirement rule affects Win32 app's installation, but it does not affect the dependence app's installation.

    Hope the above information will help.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.