Hi,
I’m trying to uninstall something via a registry string. The fixlet runs and completes successfully, but the software is still installed afterwards.
waithidden “{pathname of system wow64 folder}\msiexec.exe” /passive /norestart /X{{5C5E90A9-353E-42BB-A7E7-E3851DFF806B}
If I just run the msiexec command in an elevated command prompt, it works. Only when I try to do this with BigFix does it not. The registry key is not under the Wow6432Node part of the registry. Any ideas? This same action script works for other applications.
Thanks