Jump to content

Recommended Posts

Posted
I've accidently pushed FMS to the wrong computer, using Solus3, there doesn't seem to be an obvious way to uninstall it. Has anyone come accross this before? Any help appreciated. Thanks.
Posted
There's no proper MSI installation or uninstallation routine for that, just delete it from the SIMS directory on the computer and remove any shortcuts. There's nothing in registry to worry about.
  • Thanks 1
Posted

Below are parts of the batch files our SCCM server would use to uninstall FMS and SIMS Infrastructure:

 

Uninstall SIMS FMS Application:

 

"\\SIMSSERVER\SIMSServerShare\sims\Setups\FMS\FMSApplicationSetup.exe" /S {QuietMode} [FMSDirectory]="%programfiles(x86)%\SIMS\FMSSQL" [sIMSDirectory]="S:\SIMS"

if not exist "%programfiles(x86)%\SIMS\FMSSQL\FMSConnect.ini" copy .\ini\FMSConnect.ini "%programfiles(x86)%\SIMS\FMSSQL"
if not exist "%programfiles(x86)%\SIMS\FMSSQL\SS_FMS_Select.ini" copy .\ini\SS_FMS_Select.ini "%programfiles(x86)%\SIMS\FMSSQL"

 

Uninstall SIMS Infrastructure:

 

SIMSInfrastructureSetup.exe /S {QuietMode} {Uninstall}

 

HTH.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...