C4/ATS8600 driver törlése amennyiben régebbi driver verziót kell feltelepíteni/ vagy esetleg újra kell telepíteni az adott drivert:
- Az ATS8600/C4 application server szolgáltatás leállítása
- A megfelelő driver mappa kitörlése az alkalmazás telepítési mappájában
C:\Program Files (x86)\UTC\ATS8600\Drivers
C:\Program Files (x86)\Gamanet\C4\Drivers
Amennyiben CCTV rendszer driverét szeretnénk törölni akkor a következő helyen is szükséges a megfelelő mappa eltávolítása:
C:\Program Files (x86)\Gamanet\C4\clickonce\_client\Plugins
C:\Program Files (x86)\UTC\ATS8600\clickonce\_client\Plugins
- Ezek után az SQL Management Studio segítségével nyissuk meg az ATS8600/C4 adatbázisát és csináljunk egy biztonsági mentést a WASP adatbázisról. Ne zárjuk be az adatbázist/Management Studio-t.
- Nyissuk meg a csatolt SQL scriptet (Driver_Uninstall…). Az ATS8600/C4 adatbázis maradjon megnyitva. Ez a script ki van egészítve különböző kommentekkel arról, hogy hogy kell használni. A driver törléséhez két lépcsőben kell az Execute paranccsal lefuttatni.
/* To uninstall a driver, run below SELECT query to get the unique udentifier of the driver. Replace '%name of the driver you want to uninstall%' with the actual driver name (e.g. if you are uninstalling Milestone/MIP driver, put in the '%Milestone/MIP%') */
SELECT [IDInstalledDriver],[Value] FROM [Wasp].[dbo].[InstalledDriver_Property] WHERE Value LIKE '%name of the driver you want to uninstall%' AND Name = 'Name'
/* As a result you will get unique identifier of a driver, copy that value to clipboard (it will look something like FACC87AE-8759-4422-8314-6FBB4CCF24FE) and place it to the below query, replace 'replace with unique identifier from the above query result', while keeping the apostrophs. Finally uncomment the below by deleting the first two "--" and Execute command. */
--DELETE FROM [Wasp].[dbo].[InstalledDriver] WHERE IDInstalledDriver = 'replace with unique identifier from the above query result'
/* Driver is uninstalled from the database */ |
a, Első lépésben ki kell listázni a drivereket név alapján, ehhez a sárgával kiemelt részbe az idézőjelek és a százalékjelek közé kell beírni a driver nevét/nevének egy részletét. Ez a parancs lényegében egy keresést csinál, olyan mintha windowsban név alapján keresnénk egy *UTC* paranccsal. Vagyis ebben az esetben minden listáz aminek a nevében a UTC szerepel valahol.
/* To uninstall a driver, run below SELECT query to get the unique udentifier of the driver. Replace '%name of the driver you want to uninstall%' with the actual driver name (e.g. if you are uninstalling Milestone/MIP driver, put in the '%Milestone/MIP%') */
SELECT [IDInstalledDriver],[Value] FROM [Wasp].[dbo].[InstalledDriver_Property] WHERE Value LIKE '%name of the driver you want to uninstall%' AND Name = 'Name'
/* As a result you will get unique identifier of a driver, copy that value to clipboard (it will look something like FACC87AE-8759-4422-8314-6FBB4CCF24FE) and place it to the below query, replace 'replace with unique identifier from the above query result', while keeping the apostrophs. Finally uncomment the below by deleting the first two "--" and Execute command. */
--DELETE FROM [Wasp].[dbo].[InstalledDriver] WHERE IDInstalledDriver = 'replace with unique identifier from the above query result'
/* Driver is uninstalled from the database */ |

/* To uninstall a driver, run below SELECT query to get the unique udentifier of the driver. Replace '%name of the driver you want to uninstall%' with the actual driver name (e.g. if you are uninstalling Milestone/MIP driver, put in the '%Milestone/MIP%') */
SELECT [IDInstalledDriver],[Value] FROM [Wasp].[dbo].[InstalledDriver_Property] WHERE Value LIKE '%UTC%' AND Name = 'Name'
/* As a result you will get unique identifier of a driver, copy that value to clipboard (it will look something like FACC87AE-8759-4422-8314-6FBB4CCF24FE) and place it to the below query, replace 'replace with unique identifier from the above query result', while keeping the apostrophs. Finally uncomment the below by deleting the first two "--" and Execute command. */
--DELETE FROM [Wasp].[dbo].[InstalledDriver] WHERE IDInstalledDriver = 'replace with unique identifier from the above query result'
/* Driver is uninstalled from the database */ |

- Ha ez megtörtén futtassuk rendszergazdaként a clickonce.bat fájlt.
- C:\Program Files (x86)\UTC\ATS8600
- C:\Program Files (x86)\Gamanet\C4
- Indítsuk el az ATS8600/C4 szolgáltatást.
- Telepítsük újra a megfelelő driver verziót