'ManageEngine Desktop Central 'Script to install Archive SW '====================================================== on error resume next Set WshShell = WScript.CreateObject("WScript.Shell") 'Get the Agent Installed directory from the Registry location details '==================================================================== Err.Clear returnValue = 0 retrunValue = WshShell.Run("AccessRuntime.exe /extract:.\setup /q", 0, TRUE) 'MsgBox "After Extracting "&returnValue returnValue = WshShell.Run("setup\setup.exe /uninstall ACCESSRT /config ..\accessRun_silentuninstall.xml", 0, TRUE) 'MsgBox "After Extracting "&returnValue Wscript.Quit returnValue