Quote from: shaun.silli on May 10, 2026, 09:03:14 PMHi All,
Just wondering if there is away to bulk modify assignments for all 'Update-Only' assignment groups to include a device filter.
As we are having issue during autopilot phase where if pre-provisioned it needs to validate all the 'update-only' apps are deployed before moving on which is blowing out the time of the autopilot.
We have a remediation task that will set the device category to 'ESP Finished' and a device filter that if category is not 'null'
so it will only start checking after the ESP page - pain now is we need to add this filter to all our deployed apps that use update-only..... 300+ apps
Would be nice if there was a bulk way to do this, maybe in the publisher app?
Quote from: [email protected] on March 12, 2026, 02:53:26 PMHi - I'm wondering if there's a reason I can only have the uninstall pre-script look for earlier install based only on MSI -OR- EXE. I didn't realize it worked that way until I did a Snagit upgrade coming from mixed install types and am now having to do a bunch of remedial clean up. We should have the option to remove both types of prior install in one go. Thanks!
.PARAMETER WindowsInstaller
Specify a value between 1 and 0 to use as an additional criteria when trying to find installed software.
If WindowsInstaller registry value has a data of 1, it generally means software was installed from MSI.
Omitting the parameter entirely or specify a value of 0 generally means software was installed from EXE
This is useful to be more specific about software titles you want to uninstall.