(imported topic written by SystemAdmin)
Hi, I am relatively new to bigfix. I have an older application that I need to uninstall silently. I created an Uninstall.msi file using an MSI creator and it works fine when I run the application on the local machine. I am now trying to get this msi pushed out via bigfix, but I can’t seem to get it working correctly. (it doesn’t actually uninstall).
I am sure I am missing a simple step.
here is the action script I tried (I also tried it with the /x but it did not work.
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\uninstallFrame7.1.msi”}”
Any help would be appreciated.