
SonnyLee (Flexera) asked a question.
-For the ICEs tests, some have a wrench icon to fix the problem but some don't. Why?
Hi,
My prospecting is going through the AdminStudio & Package Feed Module evaluation. One of the areas they are evaluating is the various testing the solution can preform to help with ConfigMgr deployments
Thanks,
Sonny
In the Analyze tab of the Application Manager, you can select which tests to run against your applications. These tests include OS Compatibility for the latest builds of Windows, against Internal Consistency Evaluator (or ICE) rules, Application Virtualization Compatibility, Java Dependency, and more.
AdminStudio uses a “traffic light” coloring scheme to classify the test results as No Issue (green), Warming (yellow), or Error/Major issue (red). Grey means that rule has not been run for that application.
You may choose to run certain rules and not run others; those that are not run will remain grey. If you are adding new application packages via wrapping into PowerShell App Deploy Toolkit (PsADT), converting from EXE to MSI via Repackaging, or convert an application to MSIX, the testing does not automatically run for those new applications by default. You would either select a give deployment type after its been created an imported into the Application Catalog, then choose Execute Test on the Analyze tab ribbon (or right-click on a given package and choose Execute Tests). You can also have AdminStudio automatically run the relevant tests on every application package that gets imported, including wrapped and converted applications. More info on these and other import configuration can be found under the Help Library topic Import Options / General Tab, online version found here. Note this will increase the import wizard processing time, as the testing is done as part of the import process when Execute Tests as import is enabled.
Some compatibility rules have an associated fix for that specific issue. That fix comes from AdminStudio, which is in the form of an automatically generated transform file (.MST) for that specific MSI installer, which will alter the original MSI installer at install time for that application to remediate the issue in question. These fixes are tied to the application being remediate and do not affect other applications installed and running on a given deployed Windows machine.
Other compatibility issues cannot be resolved through the use of a Transform file as they likely require a rewriting of the application itself. In the past, Compatibility Fixes (aka “shims”) were used to resolve certain compatibility issues, but these affect all applications running on a Windows machine and should only be used as a stop-gap measure while more permanent options are reviewed. For example, a legacy program should be upgraded to a version that supports the latest Windows build rather than using an older, unsupported version.
Regardless, with all rules AdminStudio includes for testing, every rule has a Manual Fix with a suggestion on how to address the issue is provided, even if AdminStudio cannot automatically resolve it.
The rules that have fixes for them and what the fix entails can be found on each rule in the Select Tests to Execute page accessible on the Analyze tab in the Application Manager when selecting a rule, as well as in the built-in and online Help Library under the main contents chapter “Analyze Tests” (attached is a screenshot)
If the test in question supports fixing the issue via a transform file, then details for a (1) Basic Auto Fix, an (2) Advanced Auto Fix, or both are listed, along with the (1) Manual Fix. In the Select Tests to Execute, you can also choose to tell AdminStudio on a going-forward basis how you want to remediate these issues as they are found via the setting under (4) Default Fix (if either fix is available for a given issue).
More information about the Analyze section of the Application Manager and how to select and run tests as well as resolve issues can be found in the Help Library, online version of this found here:
https://docs.flexera.com/?product=AdminStudio
Thank you Mike O'Connor