I deployed an action that uninstalls ccmsetup.exe. (simple action ccmsetup.exe /uninstall)
For 1 test device I receive exit code 3. When i check the log files (both the daily Logs and the SWDDeployData), they just both say that the exit code is 3.
When i check the logs of ccm, it says that it’s uninstalled and that one gives exit code 0.
So my question, where does the 3 come from and what does it say? I searched this forum and the internet already, but i can’t find really anything…
The exit code reported by BigFix is the exit code of whatever the last thing was that was run. The exit code is not from BigFix itself, so it isn’t something that you would look up about BigFix, but instead whatever the last thing to run, look into it’s documentation.
In this case, I don’t know where or why that exit code is occurring. I would guess it is from ccmsetup.exe and I would guess that it means that a reboot is required to finish uninstallation, but that is purely a guess.