(imported topic written by sinucus)
I’m trying to write a fixlet similar to an XOR statement. I’m having an issue with a specific MS hotfix. The issue is that on some systems, the dll’s are not being updated in \system32\drivers. The new files are being written to \system32\driverstore\filerepository.
What I’m trying to look for is, if \drivers\file.dll version is < 6002.22000 then I need the patch, but only if \system32\driverstore\filerepository\file.dll exists and is NOT > 6002.22000
So if drivers\file is 6002.18000 but \filereposity\ exists and is 6002.22009 then I’m good, but if \fileposistory does not exist, then patch.
On this same note, is there an XOR equivilent?
q: true or false
A: True
I’d like to see
q: true XOR false
A: false