Uninstall String & Windows 7 Pro

(imported topic written by cdg_iss91)

I have created a fixlet(simple Msiexec.exe /x) to uninstall a common software application within our department. The fixlet works correctly when deployed to a Windows XP computer, however when deployed to a Windows 7 Pro computer it does nothing. BigFix reports that the fixlet completed successfully but when I check the computer it still has the software.

If I run the msiexec command directly on the PC via the run line, the software is removed with out error. Since running the commands locally via the command prompt works I am assuming it is something with how BigFix deploys the fixlet to Windows7.

Any ideas?

Thanks

(imported comment written by MattBoyd)

Is it a 64-bit workstation?

(imported comment written by cdg_iss91)

No, all of the computers in our department are 32-bit.

(imported comment written by JackCoates91)

what if you use runascurrentuser.exe?

(imported comment written by cdg_iss91)

I am not sure “runascurrentuser.exe” would work since all of our users operate in “least privileged mode” meaning they do not have admin rights on their workstations.

(imported comment written by BenKus)

All BigFix Agent does is run the command just as you typed it… But you might try testing it as the SYSTEM account to run it as the same user that the BigFix Agent does:

http://support.bigfix.com/cgi-bin/kbdirect.pl?id=1681

If it doesn’t work at the SYSTEM account, then it is related to the MSI uninstall package…

Ben