How To: Remove failed deinstallation of Oxygen.Next Software
From Oxygen.next Wiki
Manual non "Kiosk-Mode" deinstallation
Steps
- Downdload Windows Installer CleanUp Utility and install it.
- Click Start->Programs->Windows Install Clean Up
- Search for "Oxygen Station" and remove it.
- Click Start->Run-> type "cmd" and press Enter
- 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"
- 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"
- 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"
- 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"
- 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"
- 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"
- "osql -E"
- In the command window type the following command
- "taskkill /IM Oxygen.Runtasks.exe"
- Delete the "Oxygen Station" installation directory
