Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intune installation fails if newer redist is already installed #176

Open
alexhass opened this issue Jan 10, 2025 · 0 comments
Open

Intune installation fails if newer redist is already installed #176

alexhass opened this issue Jan 10, 2025 · 0 comments

Comments

@alexhass
Copy link

alexhass commented Jan 10, 2025

Expected Behavior

A version check so that setup does not try to install a 14.38.33135.0 over a 14.40.xxx

I think we an Additional Requirement Rule like:

New-IntuneWin32AppRequirementRuleFile -Version -Path '%WinDir%\System32' -FileOrFolder 'vcruntime140.dll' -Operator 'lessThanOrEqual' -VersionValue '14.38.33135.0'

Current Behavior

14.40.xxx is installed and 14.38.33135.0 does not detect that a newer version is already installed.

Failure Information (for bugs)

Please help provide information about the failure if this is a bug by issuing the command using the -Verbose command.

Paste the verbose output from the command here

If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Install 14.40 manually on your machine or with a random setup that has the version embedded.
  2. Now intune deploymebt tries to install 14.38.33135.0
  3. Setup fails.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • VcRedist Version: 4.1.495
  • PowerShell Version: Use Get-PSVersion
  • Operating System: Windows 11

Failure Logs

Please include any relevant log snippets or files here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant