How To: Remove failed deinstallation of Oxygen.Next Software

From Oxygen.next Wiki

Jump to: navigation, search

Manual non "Kiosk-Mode" deinstallation

Steps

  1. Downdload Windows Installer CleanUp Utility and install it.
  2. Click Start->Programs->Windows Install Clean Up
  3. Search for "Oxygen Station" and remove it.
  4. Click Start->Run-> type "cmd" and press Enter
  5. In the command window type the following commands and press each time Enter
    • "sc stop "Oxygen.DeviceControlService"
    • "sc delete "Oxygen.DeviceControlService"
    • "sc stop "Oxygen.DirectorySyncService"
    • "sc delete "Oxygen.DirectorySyncService"
    • "sc stop "Oxygen.DeviceFinderService"
    • "sc delete "Oxygen.DeviceFinderService"
    • "sc stop "Oxygen.UpdateService"
    • "sc delete "Oxygen.UpdateService"
  6. In the command window go to the installation directory and type the following command an press each time Enter
    • "C:\WINDOWS\Microsoft.NET\Framework\v.2.0.50727\regasm Oxygen.Scheduler.dll /u"
    • "C:\WINDOWS\Microsoft.NET\Framework\v.2.0.50727\regasm DSEngine.dll /u"
    • "C:\WINDOWS\Microsoft.NET\Framework\v.2.0.50727\regasm DSEngineControl.dll /u"
    • "regsvr32 XceedZip.dll /u"
  7. In the command window go to the webroot\lib\comlibs\ directory under the installation directory and type the following command an press each time Enter
    • "C:\WINDOWS\Microsoft.NET\Framework\v.2.0.50727\regasm Oxygen.GFXLib.dll /u"
    • "C:\WINDOWS\Microsoft.NET\Framework\v.2.0.50727\regasm Oxygen.Net.dll /u"
  8. In the command window go to the webroot\lib\videothumb\ directory under the installation directory and type the following command an press each time Enter
    • "regsvr32 OxygenLib.dll /u"
  9. In the command window go to the apache2\bin\ directory under the installation directory and type the following command an press each time Enter
    • "apache.exe -k stop"
    • "apache.exe -k uninstall"
  10. In the command window go to the SQLServer directory and now go to \90\Tools\Binn\ and type the following command an press each time Enter
    • "osql -E"
      • "EXEC sp_detach_db OxygenDB"
      • "GO"
      • "EXIT"
  11. In the command window type the following command
    • "taskkill /IM Oxygen.Runtasks.exe"
  12. Delete the "Oxygen Station" installation directory
Personal tools