Hello, I am looking to have a fixlet created which will uninstall one software from Windows clients. The software uses the same GUID as mentioned below for all win servers:-
So braces within braces are going to cause you issues. Maybe try something like this:
if {exists key whose (name of it contains “B7643B11-A60E-4A33-A465-263FEB32113A”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry}
waithidden MsiExec.exe /X {{B7643B11-A60E-4A33-A465-263FEB32113A} /passive
endif
Encountered error in logs:-
Command failed (Relevance substitution error.) if {exists key whose (name of it contains “B7643B11-A60E-4A33-A465-263FEB32113A”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry}