We recently upgraded our environment to v11.03 and I’m looking at deploying the client and relay upgrades. I setup a policy action (action without and end time) to deploy the v11.03 relay package and it failed on a few machines. When I manually ran executable (*.exe) on the failed servers they seem to have previously had BigFix Relay installed using an MSI.
I tried obtaining the the uninstall string command via the registry and running it but that presented the same problem. Any ideas?
This usually happens because the location of the installation MSI files was removed (maybe some windows cleanup or a different user managing the upgrade).
In order to restore the old info, you can
download the previous installer to the version you were upgrading
extract the package content with <old installer>.exe /s /x /b"c:\BigFixRecovery\test" /v"/qn"
recreate the missing temp folder and put the extracted files there