I need a solution
I have exe file to deploy to all the workstaton, but I need to setup the detection rule for this
if machine already install then it will said "detected", I found the key in the registry key like
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7C0242A3-8B66-35D1-9FE0-13B426ACB609}
MsiExec.exe /X{7C0242A3-8B66-35D1-9FE0-13B426ACB609}
how can put this info in the software delivery?
Thanks
Lillian
0