Uninstall Fog Client
-
I’ve searched but haven’t found a solution. I’m migrating machines from one Fog Server to another and want to uninstall the client that currently points to the old server so that I can re-install and point to the new server.
Does anyone have a script to remove the fog client? I already have a working installer script.
-
@astrugatch I don’t know there’s a script to remove a fog client, but it is just an MSI, so the typical “msiFilename -uninstall” should work
-
Thanks. I’ll give it a shot.
-
@astrugatch If that doesn’t work then search the web for “msiexec uninstall” to find some more possible solutions.
-
msiexec /x (uninstallkey)
But maybe need server to be reach, because for the installation if the FOG server can’t be reached, doesn’t work
Here have this problem with many computers who are often outside office
-
@Florent For removal of the FOG Client, a connection to the server is not needed.
The only reason it’s needed during install is because it’s communicating to the fog server to get the certificates needed from the server. These certificates are not necessary to remove the software.