We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
14.40.xxx is installed and 14.38.33135.0 does not detect that a newer version is already installed.
Please help provide information about the failure if this is a bug by issuing the command using the -Verbose command.
-Verbose
Paste the verbose output from the command here
If it is not a bug, please remove the rest of this template.
Please provide detailed steps for reproducing the issue.
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Get-PSVersion
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Get-PSVersion
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: