home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / temp / psb / PSBWKS9.exe / configuration / fssg / fsremoval.ini < prev    next >
INI File  |  2009-12-14  |  144KB  |  3,663 lines

  1. ;syntax of this file:
  2. ;[section name]      
  3. ;     identifies the name of the product.
  4. ;     can also include version of the product e.g. "McAfee 4.51"
  5. ;     NOTE: The section name MUST NOT include comma (',') since it's used
  6. ;     in product.ini as a separator character to differentiate conflicting products names.
  7. ;
  8. ;ProductType=Internal
  9. ;     The conflicting products can be either internal or external
  10. ;     As a rule of thumb, FSSG will remove internal products silently while
  11. ;     user will be prompted for removal of external products.
  12. ;     Default value for this setting is "external".
  13. ;     This behaviour may be overridden with FSSG plugin settings.
  14. ;     
  15. ;PromptUser=1
  16. ;     This setting can be used to prompt user for removal of internal products 
  17. ;     as well. By default internal products will be removed without prompting user
  18. ;     for confirmation. For external products, confirmation will be asked by default.
  19. ;     This setting is optional, it can have the following values:
  20. ;     0=(default for internal products) do not prompt user for confirmation
  21. ;     1=(default for external products) prompt user for confirmation
  22. ;     
  23. ;DisplayName=Name of the conflicting product v 1.23
  24. ;     This setting is used when names of the conflicting products are being reported
  25. ;     to the user. 
  26. ;      If this setting is not defined, the section name is used insted.
  27. ;     
  28. ;GetNameFromPlugin=1
  29. ;     This optional setting tells FSSG to ignore DisplayName and ask the product name from the sidegrade plugin
  30. ;     The setting is tried to be read only if SidegradePlugin setting is defined
  31. ;     The default value for this setting is 0 which means the name is not asked from the plugin.
  32. ;
  33. ;SidegradePlugin=xxxx.dll
  34. ;     If this entry is defined, it will override all other settings
  35. ;     The DLL must export the Sidegrade API (defined in FSUninstallator.h) 
  36. ;     The same DLL is used in detecting and removing the product
  37. ;     Sidegrade plugin tries to load the DLL using normal search path 
  38. ;     (i.e. just feeds the plugin name to LoadLibrary)
  39. ;     If the DLL is not found, Sidegrade plugin tries to look for KeySearch* 
  40. ;     settings and use them instead.
  41. ;
  42. ;KeySearchMain=HKEY_LOCAL_MACHINE
  43. ;     from which key the uninstall key is searched for
  44. ;     possible values: HKEY_LOCAL_MACHINE
  45. ;                      HKEY_CURRENT_USER
  46. ;                      HKEY_CLASSES_ROOT
  47. ;                      HKEY_USERS
  48. ;     
  49. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  50. ;     Registry key to search for the KeySearchValue
  51. ;     Search function goes through all sub keys under KeySearchPath
  52. ;     and tries to find entries named as KeySearchEntry.
  53. ;     
  54. ;KeySearchEntry=DisplayName
  55. ;     Entry name to be searched under subkeys of KeySearchPath
  56. ;
  57. ;KeySearchValue=McAfee VirusScan
  58. ;     This is the value which is looked after from KeySearchEntry -entries
  59. ;     If found, the product is installed. The name of the sub key tells us
  60. ;     how to uninstall the product (it is the classid of the product)
  61. ;     
  62. ;MSICommand=MSIExec /x
  63. ;     Use MSI with found key (class equals to this key)
  64. ;     
  65. ;MSIParam=/q REMOVE=ALL
  66. ;     So the uninstall command finally is: MSIExec /x <classid> /q REMOVE=ALL
  67. ;     /q means that the installation is run silently
  68. ;     REMOVE=ALL means that MSIExec removes everything without asking questions
  69. ;     
  70. ;MSISilentParam=/q REMOVE=ALL
  71. ;     Optional Silent mode parameters. If running in silent mode, and MSISilentParam is defined
  72. ;     The value of it will override the value of the MSIParam setting
  73. ;
  74. ;KeyEntry=Uninstall Command
  75. ;     This is alternative for using MSICommand and MSIParam. Some products are not installed
  76. ;     with MSI so they cannot be uninstalled using it either...
  77. ;     So if MSICommand is missing, KeyEntry is used. An entry with that name is looked under the found
  78. ;     sub key and if found, the value of it is taken as full uninstallation command and is executed.
  79. ;
  80. ;KeyParam=-a
  81. ;     KeyParam is appended after the command specified in KeyEntry. 
  82. ;     A blank is automatically added between the command and the parameter(s)
  83. ;
  84. ;All entries can be appended with an OS id: -w95,-w98,-wme,-nt40,-nt50,-nt51,-.net
  85. ;If OS specific entry is present, it will be used instead of generic entry
  86. ;So one could define eg:
  87. ;KeySearchValue-nt51=McAfee VirusScan XP Edition
  88. ;KeySearchValue=McAfee VirusScan
  89. ;
  90. ;Then KeySearchValue-nt51 would be used on XP and KeySearchValue on all other platforms.
  91. ;All entry names and values are case insensitive (MSI parameters may be case-sensitive)
  92. ;
  93. ;[SG6_SomeProdId] entries were added for backward compatibility with CS products (which dont use sidegrade ver.7). All of them have 
  94. ;valid [SomeProdId] counterpart. After migrating to sidegrade 7, [SG6_...] entries can be safely removed from fsremoval.ini, along with 
  95. ;<F00000127> element (the only one using SG6_... product ids) and corresponding <SGn> elements with id=SG6_... from fssg_cfg.xml
  96.  
  97. [AdAware]
  98. ;AdAware Professional version 6
  99. ProductType=External
  100. SidegradePlugin=aawrm.dll
  101. DisplayName=Lavasoft Ad-Aware
  102.  
  103. [Agnitum_Outpost1]
  104. ProductType=External
  105. KeySearchMain=HKEY_LOCAL_MACHINE
  106. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  107. KeySearchEntry=DisplayName
  108. KeySearchValue=Agnitum Outpost Firewall Pro 1.0
  109. DisplayName=Agnitum Outpost Firewall Pro 1.0
  110. KeyEntry=UninstallString
  111.  
  112. [Antivir]
  113. ;G-Data Antivir 
  114. :AntiVirenKit 2005
  115. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  116. KeySearchEntry=DisplayName
  117. KeySearchValue=AntiVirenKit 2005
  118. DisplayName=AntiVirenKit 2005
  119. KeyEntry=UninstallString 
  120.  
  121. [AOL]
  122. ProductType=External 
  123. KeySearchMain=HKEY_LOCAL_MACHINE 
  124. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SSC Uninstaller
  125. KeySearchEntry=DisplayName
  126. KeySearchValue=Safety and Security Center Uninstaller
  127. DisplayName=AOL Safety and Security Center
  128.  
  129. [Authentium]
  130. ;Authentium Safe and Secure
  131. ProductType=External
  132. KeySearchMain=HKEY_LOCAL_MACHINE
  133. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Curtains for Windows 1.5
  134. KeySearchEntry=DisplayName
  135. KeySearchValue=Safe and Secure
  136. DisplayName=Safe and Secure
  137. KeyEntry=UninstallString
  138. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Repair and Uninstaller Application,Continue#Repair and Uninstaller Application,Continue
  139.  
  140. [Authentium2]
  141. ;Authentium Safe and Secure
  142. ProductType=External
  143. KeySearchMain=HKEY_LOCAL_MACHINE
  144. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{08959f19-fa0d-4ec6-807c-918d59568e51}
  145. KeySearchEntry=DisplayName
  146. KeySearchValue=Safe and Secure
  147. DisplayName=Safe and Secure
  148.  
  149. [Authentium_web]
  150. ;Authentium Safe and Secure
  151. ProductType=External
  152. KeySearchMain=HKEY_LOCAL_MACHINE
  153. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AuthentiumWebInstaller
  154. KeySearchEntry=DisplayName
  155. KeySearchValue=Authentium Web Install Helper
  156. DisplayName=Authentium Web Install Helper
  157. KeyEntry=UninstallString
  158.  
  159. [avast_AV_47]
  160. ProductType=External
  161. KeySearchMain=HKEY_LOCAL_MACHINE
  162. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\avast!
  163. KeySearchValue=avast! Antivirus
  164. KeySearchEntry=DisplayName
  165. KeyEntry=UninstallString
  166. DisplayName=avast! Antivirus
  167. KeyParam=/uninstall /noreboot /verysilent
  168.  
  169. [avast_AV_47msi_WHS]
  170. ;This entry is only for WHS use 
  171. ProductType=External
  172. KeySearchMain=HKEY_LOCAL_MACHINE
  173. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{773410C0-7622-4949-A598-2F671CF337EA}
  174. KeySearchEntry=DisplayName
  175. KeySearchValue=avast! Antivirus
  176. DisplayName=avast! Antivirus
  177.  
  178. ;[avast_AV_47WHS]
  179. ; This is for Windows Home Server
  180. ;ProductType=External
  181. ;KeySearchMain=HKEY_LOCAL_MACHINE
  182. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  183. ;KeySearchValue=avast! Antivirus
  184. ;KeySearchEntry=DisplayName
  185. ;DisplayName=avast! Antivirus
  186.  
  187. [avast_AV_47WHS2]
  188. ; This is for Windows Home Server
  189. ProductType=External
  190. KeySearchMain=HKEY_LOCAL_MACHINE
  191. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\avast!WHS
  192. KeySearchValue=avast! Windows Home Server Edition
  193. KeySearchEntry=DisplayName
  194. DisplayName=avast! Windows Home Server Edition
  195.  
  196. [AVG70]
  197. ProductType=External
  198. KeySearchMain=HKEY_LOCAL_MACHINE
  199. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  200. KeySearchEntry=DisplayName
  201. KeySearchValue=AVG Anti-Virus 7.0
  202. DisplayName=AVG Anti-Virus 7.0
  203. KeyEntry=UninstallString
  204. KeyParam=/HIDDEN
  205.  
  206. [AVG70_FE]
  207. ProductType=External
  208. KeySearchMain=HKEY_LOCAL_MACHINE
  209. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  210. KeySearchEntry=DisplayName
  211. KeySearchValue=AVG Free Edition
  212. DisplayName=AVG Free Edition
  213. KeyEntry=UninstallString
  214. ;KeyParam=/HIDDEN
  215.  
  216. [AVG71]
  217. ProductType=External
  218. KeySearchMain=HKEY_LOCAL_MACHINE
  219. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  220. KeySearchEntry=DisplayName
  221. KeySearchValue=AVG Anti-Virus 7.1
  222. DisplayName=AVG Anti-Virus 7.1
  223. KeyEntry=UninstallString
  224. KeyParam=/HIDDEN
  225.  
  226. [AVG_75]
  227. ProductType=External
  228. KeySearchMain=HKEY_LOCAL_MACHINE
  229. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG7Uninstall
  230. KeySearchEntry=DisplayName
  231. KeySearchValue=AVG 7.5
  232. DisplayName=AVG 7.5
  233.  
  234. [AVG_SPY7.5]
  235. ;AVG AntiSpyware 7.5.1.43
  236. ProductType=External
  237. KeySearchMain=HKEY_LOCAL_MACHINE
  238. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVGAntiSpyware75
  239. KeySearchEntry=DisplayName
  240. KeySearchValue=AVG Anti-Spyware 7.5
  241. DisplayName=AVG Anti-Spyware 7.5
  242. KeyEntry=UninstallString
  243. DialogAutomation=DETACHED_PROCESS_AUTOMATION;AVG Anti-Spyware 7.5 Uninstall,Next >$DΘsinstallation de AVG Anti-Spyware 7.5,Suivant >$AVG Anti-Spyware 7.5 Deinstallation,Weiter >$Disinstallazione di AVG Anti-Spyware 7.5,Avanti >#AVG Anti-Spyware 7.5 Uninstall,Uninstall$DΘsinstallation de AVG Anti-Spyware 7.5,DΘsinstaller$AVG Anti-Spyware 7.5 Deinstallation ,Deinstallieren$Disinstallazione di AVG Anti-Spyware 7.5 ,Disinstalla#AVG Anti-Spyware 7.5 Uninstall,Yes$DΘsinstallation de AVG Anti-Spyware 7.5,Oui$AVG Anti-Spyware 7.5 Deinstallation,Ja$Disinstallazione di AVG Anti-Spyware 7.5,S∞#AVG Anti-Spyware 7.5 Uninstall,Finish$DΘsinstallation de AVG Anti-Spyware 7.5,Fermer$AVG Anti-Spyware 7.5 Deinstallation ,Fertig stellen$Disinstallazione di AVG Anti-Spyware 7.5 ,Fine
  244.  
  245. [AVG_Free_8.0]
  246. ;AVG Free 8.0
  247. ProductType=External
  248. KeySearchMain=HKEY_LOCAL_MACHINE
  249. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG8Uninstall
  250. KeySearchEntry=DisplayName
  251. KeySearchValue=AVG Free 8.0
  252. DisplayName=AVG Free 8.0
  253.  
  254. [AVG_IS8]
  255. ProductType=External
  256. KeySearchMain=HKEY_LOCAL_MACHINE
  257. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  258. KeySearchEntry=DisplayName
  259. KeySearchValue=AVG 8.0
  260. DisplayName=AVG 8.0
  261.  
  262. [AVG_Free_8.5]
  263. ;AVG Free 8.5 build 285 ENG + ESN
  264. ;ForceReboot=1, we catch the possible reboot and show reboot dialog
  265. ;changed to manual because AVG releases new build weekly
  266. ProductType=External
  267. KeySearchMain=HKEY_LOCAL_MACHINE
  268. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG8Uninstall
  269. KeySearchEntry=ProductType
  270. KeySearchValue=Avg75Free
  271. DisplayName=AVG Free 8.5
  272. KeyEntry=UninstallString
  273. ;DialogAutomation=AVG Free 8.5 compilaci≤n 285 (25/3/2009),"Eliminar la configuraci≤n del usuario"$AVG Free 8.5 build 285 (3/25/2009),"Remove user settings"#AVG Free 8.5 compilaci≤n 285 (25/3/2009),"Incluso los objetos de B≤veda de Virus"$AVG Free 8.5 build 285 (3/25/2009),"Including objects in the Virus Vault"#AVG Free 8.5 compilaci≤n 285 (25/3/2009),Sφ$AVG Free 8.5 build 285 (3/25/2009),Yes#Resultado de la desinstalaci≤n,"Reiniciar el equipo ahora"$Result of the uninstallation,"Restart the computer now"#Resultado de la desinstalaci≤n,OK$Result of the uninstallation,OK
  274. ForceReboot=1
  275.  
  276. [AVG_8.5]
  277. ;AVG 8.5 build 287 ENG
  278. ;ForceReboot=1, we catch the possible reboot and show reboot dialog
  279. ;changed to manual because AVG releases new build weekly
  280. ProductType=External
  281. KeySearchMain=HKEY_LOCAL_MACHINE
  282. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG8Uninstall
  283. KeySearchEntry=ProductType
  284. KeySearchValue=Avg75Full
  285. DisplayName=AVG 8.5
  286. KeyEntry=UninstallString
  287. ;DialogAutomation=AVG 8.5 build 287 (4/9/2009),"Remove user settings"#AVG 8.5 build 287 (4/9/2009),"Including objects in the Virus Vault"#AVG 8.5 build 287 (4/9/2009),Yes#AVG 8.5 build 287 (4/9/2009),Next >#Result of the uninstallation,"Restart the computer now"#Result of the uninstallation,OK
  288. ForceReboot=1
  289.  
  290. [AVIRA]
  291. ;AVIRA Desktop
  292. ;Version 1.0.0.22 (AVIRA Mail Guard)
  293. ;Includes manual removal
  294. ProductType=External
  295. KeySearchMain=HKEY_LOCAL_MACHINE
  296. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  297. KeySearchEntry=DisplayName
  298. KeySearchValue=AVIRA Desktop
  299. DisplayName=AVIRA Desktop
  300. KeyEntry=UninstallString
  301. KeyParam=/SILENT
  302.  
  303. [Avira_AntiVir_PE_Classic]
  304. ;Avira AntiVir Personal Classic
  305. ProductType=External
  306. KeySearchMain=HKEY_LOCAL_MACHINE
  307. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AntiVir PersonalEdition Classic
  308. KeySearchEntry=DisplayName
  309. KeySearchValue=Avira AntiVir PersonalEdition Classic
  310. DisplayName=Avira AntiVir PersonalEdition Classic
  311.  
  312. [Avira_AntiVir_Personal09]
  313. ;Avira AntiVir Personal - Free Antivirus
  314. ProductType=External
  315. KeySearchMain=HKEY_LOCAL_MACHINE
  316. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Avira AntiVir Desktop
  317. KeySearchEntry=DisplayName
  318. KeySearchValue=Avira AntiVir Personal - Free Antivirus
  319. DisplayName=Avira AntiVir Personal - Free Antivirus
  320. KeyEntry=UninstallString
  321. DialogAutomation=Setup von Avira AntiVir Personal - Free Antivirus,Ja$Setup of Avira AntiVir Personal - Free Antivirus,Yes$Setup of Avira AntiVir Personal - Free Antivirus,KyllΣ#Avira AntiVir Personal - Free Antivirus,Weiter >$Avira AntiVir Personal - Free Antivirus,Next >$Avira AntiVir Personal - Free Antivirus,Seuraava >#Avira AntiVir Personal - Free Antivirus,Fertig stellen$Avira AntiVir Personal - Free Antivirus,Finish$Avira AntiVir Personal - Free Antivirus,Valmis#Setup von Avira AntiVir Personal - Free Antivirus,Nein$Setup of Avira AntiVir Personal - Free Antivirus,No$Setup of Avira AntiVir Personal - Free Antivirus,Ei
  322.  
  323. [Avira_AntiVir_PE_Premium]
  324. ;Avira AntiVir Personal Premium
  325. ProductType=External
  326. KeySearchMain=HKEY_LOCAL_MACHINE
  327. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AntiVir PersonalEdition Premium
  328. KeySearchEntry=DisplayName
  329. KeySearchValue=Avira AntiVir PersonalEdition Premium
  330. DisplayName=Avira AntiVir PersonalEdition Premium
  331.  
  332. [Avira_AntiVir_WK]
  333. ;Avira AntiVir Windows Workstation
  334. ;detection only
  335. ProductType=External
  336. KeySearchMain=HKEY_LOCAL_MACHINE
  337. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AntiVir Windows Workstation
  338. KeySearchEntry=DisplayName
  339. KeySearchValue=Avira AntiVir Windows Workstation
  340. DisplayName=Avira AntiVir Windows Workstation
  341.  
  342. [Avira_Premium_Security_Suite]
  343. ;Avira Premium Security Suite
  344. ProductType=External
  345. KeySearchMain=HKEY_LOCAL_MACHINE
  346. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Premium Security Suite
  347. KeySearchEntry=DisplayName
  348. KeySearchValue=Avira Premium Security Suite
  349. DisplayName=Avira Premium Security Suite
  350. KeyEntry=UninstallString
  351. DialogAutomation=Setup von Avira Premium Security Suite,Ja$Setup of Avira Premium Security Suite,Yes#Avira Premium Security Suite,Fertig stellen$Avira Premium Security Suite,Finish#Setup von Avira Premium Security Suite,Nein$Setup of Avira Premium Security Suite,No
  352.  
  353. [Avira_AntiVir_Premium09]
  354. ;Avira Premium Security Suite
  355. ProductType=External
  356. KeySearchMain=HKEY_LOCAL_MACHINE
  357. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Avira AntiVir Desktop
  358. KeySearchEntry=DisplayName
  359. KeySearchValue=Avira AntiVir Premium
  360. DisplayName=Avira AntiVir Premium
  361. KeyEntry=UninstallString
  362. DialogAutomation=Setup von Avira AntiVir Premium,Ja$Setup of Avira AntiVir Premium,Yes$Setup of Avira AntiVir Premium,KyllΣ#Avira AntiVir Premium,Weiter >$Avira AntiVir Premium,Next >$Avira AntiVir Premium,Seuraava >#Avira AntiVir Premium,Fertig stellen$Avira AntiVir Premium,Finish$Avira AntiVir Premium,Valmis#Setup von Avira AntiVir Premium,Nein$Setup of Avira AntiVir Premium,No$Setup of Avira AntiVir Premium,Ei
  363.  
  364. [Avira_Premium_Security_Suite09]
  365. ;Avira Premium Security Suite
  366. ProductType=External
  367. KeySearchMain=HKEY_LOCAL_MACHINE
  368. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Avira AntiVir Desktop
  369. KeySearchEntry=DisplayName
  370. KeySearchValue=Avira Premium Security Suite
  371. DisplayName=Avira Premium Security Suite
  372. KeyEntry=UninstallString
  373. DialogAutomation=Setup von Avira Premium Security Suite,Ja$Setup of Avira Premium Security Suite,Yes$Setup of Avira Premium Security Suite,KyllΣ#Setup von Avira Premium Security Suite,Ja$Setup of Avira Premium Security Suite,Yes$Setup of Avira Premium Security Suite,KyllΣ#Avira Premium Security Suite,Weiter >$Avira Premium Security Suite,Next >$Avira Premium Security Suite,Seuraava >#Avira Premium Security Suite,Fertig stellen$Avira Premium Security Suite,Finish$Avira Premium Security Suite,Valmis#Setup von Avira Premium Security Suite,Nein$Setup of Avira Premium Security Suite,No$Setup of Avira Premium Security Suite,Ei
  374.  
  375. [Avira_AntiVir_Personal]
  376. ;Avira AntiVir Personal - Free Antivirus
  377. ProductType=External
  378. KeySearchMain=HKEY_LOCAL_MACHINE
  379. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AntiVir PersonalEdition Classic
  380. KeySearchEntry=DisplayName
  381. KeySearchValue=Avira AntiVir Personal - Free Antivirus
  382. DisplayName=Avira AntiVir Personal - Free Antivirus
  383. KeyEntry=UninstallString
  384. DialogAutomation=Setup von Avira AntiVir Personal - Free Antivirus,Ja$Setup of Avira AntiVir Personal - Free Antivirus,Yes#Avira AntiVir Personal - Free Antivirus,Fertig stellen$Avira AntiVir Personal - Free Antivirus,Finish#Setup von Avira AntiVir Personal - Free Antivirus,Nein$Setup of Avira AntiVir Personal - Free Antivirus,No
  385.  
  386. [BitDefender_Antispyware]
  387. ProductType=External
  388. KeySearchMain=HKEY_LOCAL_MACHINE
  389. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A4E55645-B82F-44DD-90D8-6B2B9BEA7F85}
  390. KeySearchEntry=DisplayName
  391. KeySearchValue=BitDefender 9 Antispyware
  392. MSICommand=MSIExec /x
  393. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  394. MSISilentParam=/q REMOVE=ALL REBOOT=R
  395. DisplayName=BitDefender 9 Antispyware
  396.  
  397. [BitDefender_Antivirus_v10]
  398. ProductType=External
  399. KeySearchMain=HKEY_LOCAL_MACHINE
  400. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DB680CD0-9310-4BD8-BA9D-AEF6D9421E59}
  401. KeySearchEntry=DisplayName
  402. KeySearchValue=BitDefender Antivirus v10
  403. MSICommand=MSIExec /x
  404. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  405. MSISilentParam=/q REMOVE=ALL REBOOT=R
  406. DisplayName=BitDefender Antivirus v10
  407.  
  408. [BitDefender_FreeEdition_v10]
  409. ProductType=External
  410. KeySearchMain=HKEY_LOCAL_MACHINE
  411. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  412. KeySearchEntry=DisplayName
  413. KeySearchValue=BitDefender Free Edition v10
  414. MSICommand=MSIExec /x
  415. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  416. MSISilentParam=/q REMOVE=ALL REBOOT=R
  417. DisplayName=BitDefender Free Edition v10
  418.  
  419. [BitDefender_AV_Plus_v10]
  420. KeySearchMain=HKEY_LOCAL_MACHINE
  421. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  422. KeySearchEntry=DisplayName
  423. KeySearchValue=BitDefender Antivirus Plus v10
  424. MSICommand=MSIExec /x
  425. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  426. DisplayName=BitDefender Antivirus Plus v10
  427.  
  428. [BitDefender_AV08]
  429. ProductType=External
  430. KeySearchMain=HKEY_LOCAL_MACHINE
  431. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  432. KeySearchEntry=DisplayName
  433. KeySearchValue=BitDefender Antivirus 2008
  434. MSICommand=MSIExec /x
  435. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  436. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  437. DisplayName=BitDefender Antivirus 2008
  438.  
  439. [BitDefender_AV09]
  440. ProductType=External
  441. KeySearchMain=HKEY_LOCAL_MACHINE
  442. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  443. KeySearchEntry=DisplayName
  444. KeySearchValue=BitDefender Antivirus 2009
  445. MSICommand=MSIExec /x
  446. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  447. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  448. DisplayName=BitDefender Antivirus 2009
  449.  
  450. [BitDefender_AV10]
  451. ProductType=External
  452. KeySearchMain=HKEY_LOCAL_MACHINE
  453. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  454. KeySearchEntry=DisplayName
  455. KeySearchValue=BitDefender Antivirus 2010
  456. MSICommand=MSIExec /x
  457. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  458. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  459. DisplayName=BitDefender Antivirus 2010
  460.  
  461. [BitDefender_FE8]
  462. ProductType=External
  463. KeySearchMain=HKEY_LOCAL_MACHINE
  464. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8BFFDBAB-FD81-4137-A98E-A769C828080C} 
  465. KeySearchEntry=DisplayName
  466. KeySearchValue=BitDefender 8 Free Edition
  467. MSICommand=MSIExec /x
  468. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  469. MSISilentParam=/q REMOVE=ALL REBOOT=R
  470. DisplayName=BitDefender 8 Free Edition
  471.  
  472. [BitDefender_IS9]
  473. ProductType=External
  474. KeySearchMain=HKEY_LOCAL_MACHINE
  475. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{42280236-AC62-47AC-93B7-11987FA39C8D}
  476. KeySearchEntry=DisplayName
  477. KeySearchValue=BitDefender 9 Internet Security
  478. MSICommand=MSIExec /x
  479. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  480. DisplayName=BitDefender 9 Internet Security
  481.  
  482. [BitDefender_IS_v10]
  483. KeySearchMain=HKEY_LOCAL_MACHINE
  484. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{055FBA0A-DDF0-42DB-B914-4880C3D2DE12}
  485. KeySearchEntry=DisplayName
  486. KeySearchValue=BitDefender Internet Security v10
  487. MSICommand=MSIExec /x
  488. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  489. DisplayName=BitDefender Internet Security v10
  490.  
  491. [BitDefender_PP9]
  492. ProductType=External
  493. KeySearchMain=HKEY_LOCAL_MACHINE
  494. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0F7F74EE-0EB4-4133-A9C4-C242C6EFD087}
  495. KeySearchEntry=DisplayName
  496. KeySearchValue=BitDefender 9 Professional Plus
  497. MSICommand=MSIExec /x
  498. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  499. MSISilentParam=/q REMOVE=ALL REBOOT=R
  500. DisplayName=BitDefender 9 Professional Plus
  501.  
  502. [BitDefender_STD]
  503. ProductType=External
  504. KeySearchMain=HKEY_LOCAL_MACHINE
  505. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{018A0E82-1E79-4EA4-BA31-A72CEC193F0F}
  506. KeySearchEntry=DisplayName
  507. KeySearchValue=BitDefender 9 Standard
  508. MSICommand=MSIExec /x
  509. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  510. MSISilentParam=/q REMOVE=ALL REBOOT=R
  511. DisplayName=BitDefender 9 Standard
  512.  
  513. [BitDefender_GS08]
  514. ;Bitdefender GameSafe 2008
  515. ProductType=External
  516. KeySearchMain=HKEY_LOCAL_MACHINE
  517. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  518. KeySearchEntry=DisplayName
  519. KeySearchValue=BitDefender GameSafe
  520. MSICommand=MSIExec /x
  521. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  522. MSISilentParam=/q REMOVE=ALL REBOOT=R
  523. DisplayName=BitDefender GameSafe
  524.  
  525. [BitDefender_TS08]
  526. ;Bitdefender total security 2008
  527. ProductType=External
  528. KeySearchMain=HKEY_LOCAL_MACHINE
  529. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  530. KeySearchEntry=DisplayName
  531. KeySearchValue=BitDefender Total Security 2008
  532. MSICommand=MSIExec /x
  533. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  534. MSISilentParam=/q REMOVE=ALL REBOOT=R
  535. DisplayName=BitDefender Total Security 2008
  536.  
  537. [BitDefender_TS09]
  538. ;Bitdefender total security 2009
  539. ProductType=External
  540. KeySearchMain=HKEY_LOCAL_MACHINE
  541. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  542. KeySearchEntry=DisplayName
  543. KeySearchValue=BitDefender Total Security 2009
  544. MSICommand=MSIExec /x
  545. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  546. MSISilentParam=/q REMOVE=ALL REBOOT=R
  547. DisplayName=BitDefender Total Security 2009
  548.  
  549. [BitDefender_TS10]
  550. ;Bitdefender total security 2010
  551. ProductType=External
  552. KeySearchMain=HKEY_LOCAL_MACHINE
  553. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  554. KeySearchEntry=DisplayName
  555. KeySearchValue=BitDefender Total Security 2010
  556. MSICommand=MSIExec /x
  557. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  558. MSISilentParam=/q REMOVE=ALL REBOOT=R
  559. DisplayName=BitDefender Total Security 2010
  560.  
  561. [BitDefender_IS08]
  562. ;Bitdefender internet security 2008
  563. ProductType=External
  564. KeySearchMain=HKEY_LOCAL_MACHINE
  565. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BF7D87C5-CFC3-40C5-A367-24586EEBB8CA}
  566. KeySearchEntry=DisplayName
  567. KeySearchValue=BitDefender Internet Security 2008
  568. MSICommand=MSIExec /x
  569. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  570. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  571. DisplayName=BitDefender Internet Security 2008
  572.  
  573. [BitDefender_IS09]
  574. ;Bitdefender internet security 2009
  575. ProductType=External
  576. KeySearchMain=HKEY_LOCAL_MACHINE
  577. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  578. KeySearchEntry=DisplayName
  579. KeySearchValue=BitDefender Internet Security 2009
  580. MSICommand=MSIExec /x
  581. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  582. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  583. DisplayName=BitDefender Internet Security 2009
  584.  
  585. [BitDefender_IS10]
  586. ;Bitdefender internet security 2010
  587. ProductType=External
  588. KeySearchMain=HKEY_LOCAL_MACHINE
  589. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  590. KeySearchEntry=DisplayName
  591. KeySearchValue=BitDefender Internet Security 2010
  592. MSICommand=MSIExec /x
  593. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  594. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  595. DisplayName=BitDefender Internet Security 2010
  596.  
  597. [BitDefender_Pro_V7]
  598. ;BitDefender Professional Edition v7.1.110
  599. ProductType=External
  600. KeySearchMain=HKEY_LOCAL_MACHINE
  601. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{39731B4F-4D32-4421-A0E5-F146623741B2}
  602. KeySearchEntry=DisplayName
  603. KeySearchValue=BitDefender Professional Edition
  604. MSICommand=MSIExec /x
  605. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  606. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  607. DisplayName=BitDefender Professional Edition
  608.  
  609. [BROKENINST]
  610. ProductType=Internal
  611. PromptUser=0
  612. SidegradePlugin=FSPRODRM.DLL
  613. DisplayName=Broken or incompletely uninstalled product
  614.  
  615. [BSECURE_45]
  616. ProductType=External
  617. KeySearchMain=HKEY_LOCAL_MACHINE
  618. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  619. KeySearchEntry=DisplayName
  620. KeySearchValue=Bsecure Internet Protection Services v.4.5 
  621. DisplayName=Bsecure Internet Protection Services v.4.5 
  622. KeyEntry=UninstallString
  623.  
  624. [BullGuard_70]
  625. ;BullGuard version 7.0
  626. ;Includes Firewall and Antivirus
  627. ProductType=External
  628. KeySearchMain=HKEY_LOCAL_MACHINE
  629. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BullGuard
  630. KeySearchEntry=DisplayName
  631. KeySearchValue=BullGuard 7.0
  632. KeyEntry=UninstallString
  633. DisplayName=BullGuard 7.0
  634. DialogAutomation=DETACHED_PROCESS_AUTOMATION;BullGuard 7.0 Uninstall,Yes#BullGuard 7.0 Uninstall,Uninstall#BullGuard 7.0 Uninstall ,"I want to manually reboot later"#BullGuard 7.0 Uninstall ,Finish
  635.  
  636. [BullGuard_80]
  637. ;BullGuard version 8.0
  638. ;Includes Firewall and Antivirus
  639. ProductType=External
  640. KeySearchMain=HKEY_LOCAL_MACHINE
  641. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BullGuard
  642. KeySearchEntry=DisplayName
  643. KeySearchValue=BullGuard 8.0
  644. KeyEntry=UninstallString
  645. DisplayName=BullGuard 8.0
  646. DialogAutomation=DETACHED_PROCESS_AUTOMATION;BullGuard 8.0 Uninstall,Yes$BullGuard 8.0 Deinstallation,Ja$DΘsinstallation de BullGuard 8.0,Oui#BullGuard 8.0 Uninstall,Uninstall$BullGuard 8.0 Deinstallation,Deinstallieren$DΘsinstallation de BullGuard 8.0,DΘsinstaller#BullGuard 8.0 Uninstall ,"I want to manually reboot later"$BullGuard 8.0 Deinstallation ,"Windows spΣter selbst neu starten"$DΘsinstallation de BullGuard 8.0 ,"Je souhaite redΘmarrer moi-mΩme plus tard"#BullGuard 8.0 Uninstall ,Finish$BullGuard 8.0 Deinstallation ,Fertig stellen$DΘsinstallation de BullGuard 8.0 ,Fermer
  647.  
  648. [CA_AntiVirus_2007]
  649. ProductType=External
  650. KeySearchMain=HKEY_LOCAL_MACHINE
  651. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VETWIN32Vp5
  652. KeySearchEntry=DisplayName
  653. KeySearchValue=CA Anti-Virus
  654. KeyEntry=UninstallString
  655. KeyParam=/silent
  656. DisplayName=CA Anti-Virus
  657.  
  658. [CA_eTrust_AntiVirus]
  659. ProductType=External
  660. KeySearchMain=HKEY_LOCAL_MACHINE
  661. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\eTrust Antivirus
  662. KeySearchEntry=DisplayName
  663. KeySearchValue=CA eTrust Antivirus
  664. KeyEntry=UninstallString
  665. KeyParam=-y -x -a
  666. DialogAutomation=Confirm File Deletion,Yes|Uninstall,OK|Remove Programs From Your Computer,Ok
  667. DisplayName=CA eTrust Antivirus
  668.  
  669. [CA_eTrust_AntiVirus_2005]
  670. ProductType=External
  671. KeySearchMain=HKEY_LOCAL_MACHINE
  672. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  673. KeySearchEntry=DisplayName
  674. KeySearchValue=CA eTrust Antivirus
  675. MSICommand=MSIExec /x
  676. MSIParam=/qr REMOVE=ALL REBOOT=R
  677. MSISilentParam=/q REMOVE=ALL REBOOT=R
  678. DisplayName=CA eTrust Antivirus
  679.  
  680. [CA_eTrust_EZ_AntiVirus_2005]
  681. ProductType=External
  682. KeySearchMain=HKEY_LOCAL_MACHINE
  683. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  684. KeySearchEntry=DisplayName
  685. KeySearchValue=eTrust EZ Antivirus
  686. DisplayName=eTrust EZ Antivirus 2005
  687. KeyEntry=UninstallString
  688. KeyParam=/silent
  689.  
  690. [CA_eTrust_EZ_AV]
  691. ProductType=External
  692. KeySearchMain=HKEY_LOCAL_MACHINE
  693. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  694. KeySearchEntry=DisplayName
  695. KeySearchValue=eTrust EZ Antivirus
  696. DisplayName=eTrust EZ Antivirus
  697. KeyEntry=UninstallString
  698. KeyParam=/S
  699.  
  700. [CA_eTrust_EZ_FW]
  701. ProductType=External
  702. DisplayName=EZ Firewall
  703. SidegradePlugin=cscozarm.dll
  704.  
  705. [CA_eTrust_InoculateIT]
  706. ;CA eTrust InoculateIT
  707. ProductType=External
  708. KeySearchMain=HKEY_LOCAL_MACHINE
  709. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  710. KeySearchEntry=DisplayName
  711. KeySearchValue=eTrust InoculateIT
  712. DisplayName=eTrust InoculateIT
  713. KeyEntry=UninstallString
  714.  
  715. [CA_eTrust_PestPatrol]
  716. ProductType=External
  717. KeySearchMain=HKEY_LOCAL_MACHINE
  718. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  719. KeySearchEntry=DisplayName
  720. KeySearchValue=CA eTrust PestPatrol
  721. DisplayName=CA eTrust PestPatrol
  722. KeyEntry=UninstallString
  723.  
  724. [CA_IS_2008]
  725. ;Detection only because can be password protected
  726. ProductType=External
  727. KeySearchMain=HKEY_LOCAL_MACHINE
  728. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\eTrust Suite Personal
  729. KeySearchEntry=DisplayName
  730. KeySearchValue=CA Internet Security Suite
  731. KeyEntry=UninstallString
  732. DisplayName=CA Internet Security Suite
  733. ForceReboot=1
  734.  
  735. [CA_AV_2009]
  736. ;Uninstall CA AV component and GUI
  737. ProductType=External
  738. KeySearchMain=HKEY_LOCAL_MACHINE
  739. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cciss_av
  740. KeySearchEntry=DisplayName
  741. KeySearchValue=CA Anti-Virus
  742. KeyEntry=UninstallString
  743. DisplayName=CA Anti-Virus
  744. ForceReboot=1
  745.  
  746. [CA_FW_2009]
  747. ;Uninstall CA FW component and GUI
  748. ProductType=External
  749. KeySearchMain=HKEY_LOCAL_MACHINE
  750. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cciss_pfw
  751. KeySearchEntry=DisplayName
  752. KeySearchValue=CA Personal Firewall
  753. KeyEntry=UninstallString
  754. DisplayName=CA Personal Firewall
  755. ForceReboot=1
  756.  
  757. [CA_eTrust_ITMAgent]
  758. ProductType=External
  759. KeySearchMain=HKEY_LOCAL_MACHINE
  760. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  761. KeySearchEntry=DisplayName
  762. KeySearchValue=CA eTrustITM Agent
  763. MSICommand=MSIExec /x
  764. MSIParam=/qr REMOVE=ALL REBOOT=R
  765. MSISilentParam=/q REMOVE=ALL REBOOT=R
  766. DisplayName=CA eTrustITM Agent
  767.  
  768. [CA_eTrust_iGateway]
  769. ProductType=External
  770. KeySearchMain=HKEY_LOCAL_MACHINE
  771. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  772. KeySearchEntry=DisplayName
  773. KeySearchValue=CA iTechnology iGateway
  774. MSICommand=MSIExec /x
  775. MSIParam=/qr REMOVE=ALL REBOOT=R
  776. MSISilentParam=/q REMOVE=ALL REBOOT=R
  777. DisplayName=CA iTechnology iGateway
  778.  
  779. [Cisco_VPN_Client]
  780. ProductType=External
  781. KeySearchMain=HKEY_LOCAL_MACHINE
  782. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  783. KeySearchEntry=DisplayName
  784. KeySearchValue=VPN Client
  785. DisplayName=VPN Client
  786. KeyEntry=UninstallString
  787.  
  788. [Cisco_ZA]
  789. ProductType=External
  790. DisplayName=Cisco VPN Client Firewall
  791. SidegradePlugin=cscozarm.dll
  792.  
  793. [Comodo_IS]
  794. ProductType=External
  795. KeySearchMain=HKEY_LOCAL_MACHINE
  796. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\COMODO Internet Security
  797. KeySearchEntry=DisplayName
  798. KeySearchValue=COMODO Internet Security
  799. DisplayName=Comodo Internet Security
  800. KeyEntry=UninstallString
  801. KeyParam=-s
  802.  
  803. [Comodo_HS]
  804. ProductType=External
  805. KeySearchMain=HKEY_LOCAL_MACHINE
  806. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Comodo HopSurf Toolbar
  807. KeySearchEntry=DisplayName
  808. KeySearchValue=Comodo HopSurf
  809. DisplayName=Comodo HopSurf
  810. KeyEntry=UninstallString
  811. KeyParam=-u -s
  812.  
  813. [Comodo_LivePC_Support]
  814. ProductType=External
  815. KeySearchMain=HKEY_LOCAL_MACHINE
  816. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9ACC9F63-CF54-46D7-9140-D40E57563AAF}_is1
  817. KeySearchEntry=HelpLink
  818. KeySearchValue=http://www.livePCsupport.com/
  819. DisplayName=Comodo livePCsupport
  820. KeyEntry=QuietUninstallString
  821. DialogAutomation=DETACHED_PROCESS_AUTOMATION;COMODO livePCsupport Uninstall,No$COMODO livePCsupport Uninstall,Ei$COMODO livePCsupport Uninstall,Nej$COMODO livePCsupport Uninstall,Non$COMODO livePCsupport Uninstall,Nein$COMODO livePCsupport Uninstall,Nei$COMODO livePCsupport Uninstall,Nee
  822.  
  823. [DrSolomon]
  824. ProductType=External
  825. KeySearchMain=HKEY_LOCAL_MACHINE
  826. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  827. KeySearchEntry=DisplayName
  828. KeySearchValue=Dr Solomon's VirusScan
  829. MSICommand=MSIExec /x
  830. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  831. DisplayName=Dr Solomon's VirusScan
  832.  
  833. [EarthLink_PCC]
  834. ProductType=External
  835. KeySearchMain=HKEY_LOCAL_MACHINE
  836. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EarthLink Protection Control Center 
  837. KeySearchEntry=DisplayName 
  838. KeySearchValue=EarthLink Protection Control Center 
  839. DisplayName=EarthLink Protection Control Center 
  840. KeyEntry=UninstallString 
  841. DialogAutomation=EarthLink Protection Control Center,Next >#EarthLink Protection Control Center,Finish#Remove Shared Component,No to All 
  842.  
  843. [EarthLink_PCC_2.0]
  844. ProductType=External
  845. KeySearchMain=HKEY_LOCAL_MACHINE
  846. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7E026A05-69E6-40C5-8838-1256DE89650C}
  847. KeySearchEntry=DisplayName 
  848. KeySearchValue=EarthLink Protection Control Center 
  849. DisplayName=EarthLink Protection Control Center 
  850. KeyEntry=UninstallString 
  851. DialogAutomation=DETACHED_PROCESS_AUTOMATION;EarthLink Protection Control Center - InstallShield Wizard,Yes#EarthLink Protection Control Center - InstallShield Wizard,"No, I will restart my computer later."#EarthLink Protection Control Center - InstallShield Wizard,Finish
  852.  
  853. [EarthLink_TA]
  854. ;Earthlink TotalAccess
  855. ProductType=External
  856. KeySearchMain=HKEY_LOCAL_MACHINE
  857. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EarthLink TotalAccess 2004 
  858. KeySearchEntry=DisplayName 
  859. KeySearchValue=EarthLink Software 
  860. DisplayName=EarthLink Software 
  861.  
  862. [EarthLink_TB]
  863. ;EarthLink Toolbar
  864. ProductType=External
  865. KeySearchMain=HKEY_LOCAL_MACHINE
  866. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B8C2A83F-20B0-49D9-BA2B-6495DD8639ED}
  867. KeySearchEntry=DisplayName
  868. KeySearchValue=EarthLink Toolbar
  869. DisplayName=EarthLink Toolbar
  870. KeyEntry=UninstallString
  871. DialogAutomation=DETACHED_PROCESS_AUTOMATION;The EarthLink Toolbar Uninstall,Uninstall#The EarthLink Toolbar Uninstall,I want to manually reboot later#The EarthLink Toolbar Uninstall,Finish
  872.  
  873. [EarthLink_TB_Embarq]
  874. ;EarthLink Toolbar Embarq
  875. ProductType=External
  876. KeySearchMain=HKEY_LOCAL_MACHINE
  877. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B8C2A83F-20B0-49D9-BA2B-6495DD8639ED}
  878. KeySearchEntry=DisplayName
  879. KeySearchValue=EMBARQ Toolbar (Powered by EarthLink)
  880. DisplayName=EMBARQ Toolbar (Powered by EarthLink)
  881. KeyEntry=UninstallString
  882. DialogAutomation=DETACHED_PROCESS_AUTOMATION;The EMBARQ Toolbar Uninstall (Powered by EarthLink),Uninstall#The EMBARQ Toolbar Uninstall (Powered by EarthLink),I want to manually reboot later#The EMBARQ Toolbar Uninstall (Powered by EarthLink),Finish
  883.  
  884. [Escan_AV]
  885. ;eScan Anti-Virus (AV) Edition for Windows
  886. ProductType=External
  887. KeySearchMain=HKEY_LOCAL_MACHINE
  888. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  889. KeySearchEntry=DisplayName 
  890. KeySearchValue=eScan Anti-Virus (AV) Edition for Windows
  891. DisplayName=eScan Anti-Virus (AV) Edition for Windows
  892.  
  893. [FortiClient_1.2]
  894. ProductType=External
  895. KeySearchMain=HKEY_LOCAL_MACHINE
  896. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C2FAE67B-9C91-4C88-91C6-37E4D5F50FE9}
  897. KeySearchEntry=DisplayVersion
  898. KeySearchValue=1.2.*
  899. MSICommand=MSIExec /x
  900. MSIParam=/qb REMOVE=ALL REBOOT=ReallySuppress
  901. DisplayName=FortiClient
  902.  
  903. [FSAS]
  904. ;F-Secure Anti-spyware, standalone version
  905. ProductType=Internal
  906. PromptUser=0
  907. SidegradePlugin=FSPRODRM.DLL
  908. DisplayName=F-Secure Anti-spyware
  909.  
  910. [FSAV]
  911. ;Anti-virus, versions <5.50
  912. ProductType=Internal
  913. KeySearchMain=HKEY_LOCAL_MACHINE
  914. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  915. KeySearchEntry=DisplayName
  916. KeySearchValue=F-Secure Anti-Virus
  917. KeyEntry=UninstallString 
  918. KeyParam=-a
  919. DisplayName=F-Secure Anti-Virus
  920.  
  921. [FSAVCS]
  922. ;Anti-virus Client Security 5.50
  923. ProductType=Internal
  924. PromptUser=1
  925. SidegradePlugin=FSPRODRM.DLL
  926. DisplayName=F-Secure Anti-Virus Client Security
  927.  
  928. [FSDFW]
  929. ;All versions of FSDFW (meaning <5.60 since 5.60 is Internet Shield)
  930. ProductType=Internal
  931. ;changed PromptUser from 0 to 1 on 2003-06-02 to fix #27723
  932. PromptUser=1
  933. DisplayName=F-Secure Distributed Firewall
  934. ;Changed to use FSPRODRM.DLL on 2003-11-03 to fix #30226
  935. SidegradePlugin=FSPRODRM.DLL
  936.  
  937. [FSFC]
  938. ;In PEX 5.00 and newer, detect all versions of FC
  939. ;See SCR #32134 for more details
  940. ProductType=Internal
  941. PromptUser=0
  942. KeySearchMain=HKEY_LOCAL_MACHINE
  943. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  944. KeySearchEntry=DisplayName
  945. KeySearchValue=F-Secure FileCrypto
  946. DisplayName=F-Secure FileCrypto
  947.  
  948. [FSFC_OLD]
  949. ;In AVCS products, conflict with FC versions older than 5.15
  950. ;See #34739
  951. ProductType=Internal
  952. PromptUser=0
  953. SidegradePlugin=FSPRODRM.DLL
  954. DisplayName=F-Secure FileCrypto
  955.  
  956. [FSPC]
  957. ProductType=Internal
  958. KeySearchMain=HKEY_LOCAL_MACHINE
  959. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  960. KeySearchEntry=ProductRegKey
  961. KeySearchValue=FSPC
  962. KeyEntry=UninstallString
  963. KeyParam=-a
  964. DisplayName=F-Secure Parental Control
  965.  
  966. [FSORSP]
  967. ;Gets installed with Exploit Shield
  968. ProductType=Internal
  969. KeySearchMain=HKEY_LOCAL_MACHINE
  970. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  971. KeySearchEntry=DisplayName
  972. KeySearchValue=F-Secure ORSP Client
  973. KeyEntry=UninstallString
  974. KeyParam=-a
  975. DisplayName=F-Secure ORSP Client
  976.  
  977. [FSES]
  978. ;Tested with version 0.5.88 and 0.60.77
  979. ProductType=Internal
  980. KeySearchMain=HKEY_LOCAL_MACHINE
  981. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  982. KeySearchEntry=DisplayName
  983. KeySearchValue=F-Secure ExploitShield
  984. ;KeyEntry=UninstallString
  985. DisplayName=F-Secure ExploitShield
  986.  
  987. [FSVPN+]
  988. ProductType=Internal
  989. PromptUser=0
  990. SidegradePlugin=FSPRODRM.DLL
  991. DisplayName=F-Secure VPN+ Client
  992.  
  993. [FSAUASUB]
  994. ;Fixes hanging post-install in IS2009->IS2010 local upgrades
  995. ProductType=Internal
  996. PromptUser=0
  997. SidegradePlugin=fsauasub.dll
  998. DisplayName=Files from the previous installation
  999.  
  1000. [F_Prot_AV_For_Windows]
  1001. ProductType=External
  1002. KeySearchMain=HKEY_LOCAL_MACHINE
  1003. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1004. KeySearchEntry=DisplayName
  1005. KeySearchValue=F-PROT Antivirus for Windows
  1006. MSICommand=MSIExec /x
  1007. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1008. DisplayName=F-PROT Antivirus for Windows
  1009.  
  1010. [GDATA_AV_2007]
  1011. ProductType=External
  1012. KeySearchMain=HKEY_LOCAL_MACHINE
  1013. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4D0FEAB4-5D81-4461-A9CA-766B530FC6EA}
  1014. KeySearchEntry=DisplayName
  1015. KeySearchValue=G DATA AntiVirenKit
  1016. KeyEntry=UninstallString
  1017. DisplayName=G DATA AntiVirenKit
  1018. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Deinstallation,OK#Frage,Yes$Frage,Ja#G DATA AntiVirenKit Setup,"Nein, Computer wird spΣter neu gestartet."#G DATA AntiVirenKit Setup,Fertig stellen
  1019.  
  1020. [GDATA_AV_2008]
  1021. ProductType=External
  1022. KeySearchMain=HKEY_LOCAL_MACHINE
  1023. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C5FA15A8-5849-4595-AFAD-C414A31A7516}
  1024. KeySearchEntry=DisplayName
  1025. KeySearchValue=G DATA AntiVirus
  1026. KeyEntry=UninstallString
  1027. DisplayName=G DATA AntiVirus
  1028. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Uninstall,OK$Deinstallation,OK#Question,Yes$Frage,Ja#G DATA AntiVirus Setup,"No, I will restart my computer later."$G DATA AntiVirus Setup,"Nein, Computer wird spΣter neu gestartet."#G DATA AntiVirus Setup,Finish$G DATA AntiVirus Setup,Fertig stellen
  1029.  
  1030. [GDATA_AV_2010]
  1031. ProductType=External
  1032. KeySearchMain=HKEY_LOCAL_MACHINE
  1033. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0FDB2D25-D880-4E10-868F-8C64EFE155F1}
  1034. KeySearchEntry=DisplayName
  1035. KeySearchValue=G DATA AntiVirus
  1036. KeyEntry=UninstallString
  1037. DisplayName=G DATA AntiVirus
  1038. DialogAutomation=DETACHED_PROCESS_AUTOMATION;G Data AntiVirus - InstallShield Wizard,Weiter >#G Data AntiVirus - InstallShield Wizard,"Programm entfernen"#G Data AntiVirus - InstallShield Wizard,Weiter >#G Data AntiVirus - InstallShield Wizard,Entfernen#G Data AntiVirus,"In QuarantΣne befindliche Dateien l÷schen"#G Data AntiVirus,OK#G Data AntiVirus - InstallShield Wizard,Fertigstellen#G Data AntiVirus Installerinformationen,Nein
  1039.  
  1040. [GDATA_IS_2007]
  1041. ProductType=External
  1042. KeySearchMain=HKEY_LOCAL_MACHINE
  1043. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9128E393-0013-4B04-BD72-73287A25B28C}
  1044. KeySearchEntry=DisplayName
  1045. KeySearchValue=G DATA InternetSecurity
  1046. KeyEntry=UninstallString
  1047. DisplayName=G DATA InternetSecurity
  1048. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Deinstallation,OK#Frage,Yes$Frage,Ja#G DATA InternetSecurity Setup,"Nein, Computer wird spΣter neu gestartet."#G DATA InternetSecurity Setup,Fertig stellen
  1049.  
  1050. [GDATA_IS_2010]
  1051. ProductType=External
  1052. KeySearchMain=HKEY_LOCAL_MACHINE
  1053. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D729E05E-B2B9-4DC4-AF57-47310576EDE0}
  1054. KeySearchEntry=DisplayName
  1055. KeySearchValue=G DATA InternetSecurity
  1056. KeyEntry=UninstallString
  1057. DisplayName=G DATA InternetSecurity
  1058. DialogAutomation=DETACHED_PROCESS_AUTOMATION;G DATA InternetSecurity - InstallShield Wizard,Weiter >#G Data InternetSecurity - InstallShield Wizard,"Programm entfernen"#G Data InternetSecurity - InstallShield Wizard,Weiter >#G Data InternetSecurity - InstallShield Wizard,Entfernen#G Data InternetSecurity,"In QuarantΣne befindliche Dateien l÷schen"#G Data InternetSecurity,OK#G Data InternetSecurity - InstallShield Wizard,Fertigstellen#G Data InternetSecurity Installerinformationen,Nein
  1059.  
  1060. [GDATA_Total_care_2008]
  1061. ProductType=External
  1062. KeySearchMain=HKEY_LOCAL_MACHINE
  1063. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6FFD7DF3-0AC5-4727-A7D9-EBD39BE1FEB8}
  1064. KeySearchEntry=DisplayName
  1065. KeySearchValue=G DATA TotalCare
  1066. KeyEntry=UninstallString
  1067. DisplayName=G DATA TotalCare
  1068. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Deinstallation,OK#Frage,JA#G DATA TotalCare Setup,"Nein, Computer wird spΣter neu gestartet."#G DATA TotalCare Setup,Fertig stellen
  1069.  
  1070. [GDATA_Total_care_2010]
  1071. ProductType=External
  1072. KeySearchMain=HKEY_LOCAL_MACHINE
  1073. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C8D55041-A13C-4620-8DF4-9C5A9C16908D}
  1074. KeySearchEntry=DisplayName
  1075. KeySearchValue=G DATA TotalCare
  1076. KeyEntry=UninstallString
  1077. DisplayName=G DATA TotalCare
  1078. DialogAutomation=DETACHED_PROCESS_AUTOMATION;G DATA TotalCare - InstallShield Wizard,Weiter >#G Data TotalCare - InstallShield Wizard,"Programm entfernen"#G Data TotalCare - InstallShield Wizard,Weiter >#G Data TotalCare - InstallShield Wizard,Entfernen#G Data TotalCare,"In QuarantΣne befindliche Dateien l÷schen"#G Data TotalCare,OK#G Data TotalCare - InstallShield Wizard,Fertigstellen#G Data TotalCare Installerinformationen,Nein
  1079.  
  1080. [H+BEDV_AntiVir]
  1081. ;H+BEDV AntiVir Personal Edition 6.19
  1082. ProductType=External
  1083. KeySearchMain=HKEY_LOCAL_MACHINE
  1084. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1085. KeySearchEntry=DisplayName
  1086. KeySearchValue-nt51=AntiVir/XP
  1087. KeyEntry=UninstallString
  1088. KeyParam=/silent
  1089. DisplayName=H+BEDV AntiVir Personal Edition
  1090.  
  1091. [iProtectYou_709]
  1092. ProductType=External
  1093. KeySearchMain=HKEY_LOCAL_MACHINE
  1094. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1095. KeySearchEntry=DisplayName
  1096. KeySearchValue=iProtectYou 7.09
  1097. DisplayName=iProtectYou 7.09
  1098. KeyEntry=UninstallString
  1099.  
  1100. [Jiangmin_KV2007]
  1101. ProductType=External
  1102. KeySearchMain=HKEY_LOCAL_MACHINE
  1103. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\kv2007
  1104. KeySearchEntry=DisplayName
  1105. KeySearchValue=Jiangmin Antivirus Software
  1106. DisplayName=Jiangmin Antivirus Software
  1107.  
  1108. [K7_TotalSecurity_2006]
  1109. ProductType=External
  1110. KeySearchMain=HKEY_LOCAL_MACHINE
  1111. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CCB276E6-0B2E-11DA-B617-0008A17E7A0F}
  1112. KeySearchEntry=DisplayName
  1113. KeySearchValue=K7 TotalSecurity 2006
  1114. KeyEntry=UninstallString
  1115. DisplayName=K7 TotalSecurity 2006
  1116. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Windows Installer,Yes#K7Total Security 2006,Yes
  1117.  
  1118. [KAS101_PE]
  1119. ;Conflicts with our Anti-Virus / Anti-Spyware component
  1120. ProductType=External
  1121. KeySearchMain=HKEY_LOCAL_MACHINE
  1122. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2A3CEBFA-0E93-4b88-83FD-E93348F35D8C}
  1123. KeySearchEntry=DisplayName
  1124. KeySearchValue=Kaspersky Anti-Spam Personal
  1125. DisplayName=Kaspersky Anti-Spam Personal
  1126.  
  1127. [KAS_AV_60]
  1128. ProductType=External
  1129. KeySearchMain=HKEY_LOCAL_MACHINE
  1130. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{75193929-9A52-4CA4-98DE-8C7296940920}
  1131. KeySearchValue=Kaspersky Anti-Virus 6.0
  1132. KeySearchEntry=DisplayName
  1133. KeyEntry=UninstallString
  1134. DisplayName=Kaspersky Anti-Virus 6.0
  1135. DialogAutomation=Kaspersky Anti-Virus 6.0,Remove Installation#Kaspersky Anti-Virus 6.0,Next >#Kaspersky Anti-Virus 6.0,Remove#Kaspersky Anti-Virus 6.0,OK#Kaspersky Anti-Virus 6.0,No
  1136.  
  1137. [KAS_AV6_WKS]
  1138. ProductType=External
  1139. KeySearchMain=HKEY_LOCAL_MACHINE
  1140. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{79B986AD-54D8-4498-AA06-89808829ACC0}
  1141. KeySearchValue=Kaspersky Anti-Virus 6.0 for Windows Workstations
  1142. KeySearchEntry=DisplayName
  1143. MSICommand=MSIExec /x
  1144. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1145. DisplayName=Kaspersky Anti-Virus 6.0 for Windows Workstations
  1146.  
  1147. [KAS_IS_60]
  1148. ProductType=External
  1149. KeySearchMain=HKEY_LOCAL_MACHINE
  1150. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D0DCD54F-C829-41A5-AF32-71E632BB0E2C}
  1151. KeySearchEntry=DisplayName
  1152. KeySearchValue=Kaspersky Internet Security 6.0
  1153. KeyEntry=UninstallString
  1154. DisplayName=Kaspersky Internet Security 6.0
  1155. DialogAutomation=Kaspersky Internet Security 6.0,Remove Installation#Kaspersky Internet Security 6.0,Next >#Kaspersky Internet Security 6.0,Remove#Kaspersky Internet Security 6.0,OK#Kaspersky Internet Security 6.0,No
  1156.  
  1157. [KAS_IS_70]
  1158. ;Kaspersky Internet Security 7.0
  1159. ;Version 7.0.0.125
  1160. ProductType=External
  1161. KeySearchMain=HKEY_LOCAL_MACHINE
  1162. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C774410D-3EF9-4DE7-AC01-332613163ECF}
  1163. KeySearchEntry=DisplayName
  1164. KeySearchValue=Kaspersky Internet Security 7.0
  1165. KeyEntry=UninstallString
  1166. DisplayName=Kaspersky Internet Security 7.0
  1167. DialogAutomation=Kaspersky Internet Security 7.0,Remove Installation#Kaspersky Internet Security 7.0,Next >#Kaspersky Internet Security 7.0,Remove#Kaspersky Internet Security 7.0,OK#Kaspersky Internet Security 7.0,No
  1168.  
  1169. [KAS_IS2009]
  1170. ProductType=External
  1171. KeySearchMain=HKEY_LOCAL_MACHINE
  1172. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1173. KeySearchEntry=DisplayName
  1174. KeySearchValue=Kaspersky Internet Security 2009
  1175. KeyEntry=UninstallString
  1176. DialogAutomation=Kaspersky Internet Security 2009,Remove Installation$Kaspersky Internet Security 2009,L÷schen von Komponenten$Kaspersky Internet Security 2009,Suppression des composants$Kaspersky Internet Security 2009,Rimuovi l'installazione#Kaspersky Internet Security 2009,Next >$Kaspersky Internet Security 2009,Weiter >$Kaspersky Internet Security 2009,Suivant >$Kaspersky Internet Security 2009,Avanti >#Kaspersky Internet Security 2009,Remove$Kaspersky Internet Security 2009,Entfernen$Kaspersky Internet Security 2009,Supprimer$Kaspersky Internet Security 2009,Rimuovi#Kaspersky Internet Security 2009,OK$Kaspersky Internet Security 2009,OK$Kaspersky Internet Security 2009,OK$Kaspersky Internet Security 2009,OK#Kaspersky Internet Security 2009,No$Kaspersky Internet Security 2009,Nein$Kaspersky Internet Security 2009,Non$Kaspersky Internet Security 2009,No
  1177. DisplayName=Kaspersky Internet Security 2009
  1178.  
  1179. [KAS_AV2009]
  1180. ProductType=External
  1181. KeySearchMain=HKEY_LOCAL_MACHINE
  1182. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1183. KeySearchEntry=DisplayName
  1184. KeySearchValue=Kaspersky Anti-Virus 2009
  1185. KeyEntry=UninstallString
  1186. DialogAutomation=Kaspersky Anti-Virus 2009,Remove Installation$Kaspersky Anti-Virus 2009,L÷schen von Komponenten$Kaspersky Anti-Virus 2009,Suppression des composants$Kaspersky Anti-Virus 2009,Rimuovi l'installazione#Kaspersky Anti-Virus 2009,Next >$Kaspersky Anti-Virus 2009,Weiter >$Kaspersky Anti-Virus 2009,Suivant >$Kaspersky Anti-Virus 2009,Avanti >#Kaspersky Anti-Virus 2009,Remove$Kaspersky Anti-Virus 2009,Entfernen$Kaspersky Anti-Virus 2009,Supprimer$Kaspersky Anti-Virus 2009,Rimuovi#Kaspersky Anti-Virus 2009,OK$Kaspersky Anti-Virus 2009,OK$Kaspersky Anti-Virus 2009,OK$Kaspersky Anti-Virus 2009,OK#Kaspersky Anti-Virus 2009,No$Kaspersky Anti-Virus 2009,Nein$Kaspersky Anti-Virus 2009,Non$Kaspersky Anti-Virus 2009,No
  1187. DisplayName=Kaspersky Anti-Virus 2009
  1188.  
  1189. [KAS_AV2010]
  1190. ProductType=External
  1191. KeySearchMain=HKEY_LOCAL_MACHINE
  1192. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallWIX_{943B6738-4801-4982-90EC-0442EF7AEB16}
  1193. KeySearchEntry=DisplayName
  1194. KeySearchValue=Kaspersky Anti-Virus 2010
  1195. KeyEntry=UninstallString
  1196. DialogAutomation=Kaspersky Anti-Virus 2010,Remove Installation$Kaspersky Anti-Virus 2010,L÷schen von Komponenten$Kaspersky Anti-Virus 2010,Suppression des composants$Kaspersky Anti-Virus 2010,Rimuovi l'installazione$Kaspersky Anti-Virus 2010,Quitar instalaci≤n#Kaspersky Anti-Virus 2010,Next >$Kaspersky Anti-Virus 2010,Weiter >$Kaspersky Anti-Virus 2010,Suivant >$Kaspersky Anti-Virus 2010,Avanti >$Kaspersky Anti-Virus 2010,Siguiente >#Kaspersky Anti-Virus 2010,Remove$Kaspersky Anti-Virus 2010,Entfernen$Kaspersky Anti-Virus 2010,Supprimer$Kaspersky Anti-Virus 2010,Rimuovi$Kaspersky Anti-Virus 2010,Quitar#Kaspersky Anti-Virus 2010,No$Kaspersky Anti-Virus 2010,Nein$Kaspersky Anti-Virus 2010,Non$Kaspersky Anti-Virus 2010,No$Kaspersky Anti-Virus 2010,No
  1197. DisplayName=Kaspersky Anti-Virus 2010
  1198.  
  1199. [KAS_IS2010]
  1200. ProductType=External
  1201. KeySearchMain=HKEY_LOCAL_MACHINE
  1202. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1203. KeySearchEntry=DisplayName
  1204. KeySearchValue=Kaspersky Internet Security 2010
  1205. KeyEntry=UninstallString
  1206. DialogAutomation=Kaspersky Internet Security 2010,Remove Installation$Kaspersky Internet Security 2010,L÷schen von Komponenten$Kaspersky Internet Security 2010,Suppression des composants$Kaspersky Internet Security 2010,Rimuovi l'installazione$Kaspersky Internet Security 2010,Quitar instalaci≤n#Kaspersky Internet Security 2010,Next >$Kaspersky Internet Security 2010,Weiter >$Kaspersky Internet Security 2010,Suivant >$Kaspersky Internet Security 2010,Avanti >$Kaspersky Internet Security 2010,Siguiente >#Kaspersky Internet Security 2010,Remove$Kaspersky Internet Security 2010,Entfernen$Kaspersky Internet Security 2010,Supprimer$Kaspersky Internet Security 2010,Rimuovi$Kaspersky Internet Security 2010,Quitar#Kaspersky Internet Security 2010,No$Kaspersky Internet Security 2010,Nein$Kaspersky Internet Security 2010,Non$Kaspersky Internet Security 2010,No$Kaspersky Internet Security 2010,No
  1207. DisplayName=Kaspersky Internet Security 2010
  1208.  
  1209. [KAV40_HE]
  1210. ;Kaspersky(TM) Anti-Virus Personal 4.0 (i.e. Home Edition)
  1211. ProductType=External
  1212. KeySearchMain=HKEY_LOCAL_MACHINE
  1213. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1214. KeySearchEntry=DisplayName
  1215. KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.0
  1216. DisplayName=Kaspersky(TM) Anti-Virus Personal 4.0
  1217.  
  1218. [KAV40_PE]
  1219. ;Kaspersky(TM) Anti-Virus Personal Pro 4.0
  1220. ProductType=External
  1221. KeySearchMain=HKEY_LOCAL_MACHINE
  1222. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1223. KeySearchEntry=DisplayName
  1224. KeySearchValue=Kaspersky(TM) Anti-Virus Personal Pro 4.0
  1225. DisplayName=Kaspersky(TM) Anti-Virus Personal Pro 4.0
  1226.  
  1227. [KAV45_HE]
  1228. ;Kaspersky(TM) Anti-Virus Personal 4.50 (i.e. home edition)
  1229. ProductType=External
  1230. KeySearchMain=HKEY_LOCAL_MACHINE
  1231. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1232. KeySearchEntry=DisplayName
  1233. KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.5
  1234. DisplayName=Kaspersky(TM) Anti-Virus Personal 4.5
  1235.  
  1236. [KAV505_PE]
  1237. ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
  1238. ProductType=External
  1239. KeySearchMain=HKEY_LOCAL_MACHINE
  1240. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Kaspersky Anti-Virus Personal Pro\
  1241. KeySearchEntry=DisplayName
  1242. KeySearchValue=Kaspersky Anti-Virus Personal Pro
  1243. DisplayName=Kaspersky Anti-Virus Personal Pro
  1244.  
  1245. [KAV50_PE]
  1246. ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
  1247. ProductType=External
  1248. KeySearchMain=HKEY_LOCAL_MACHINE
  1249. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Kaspersky Anti-Virus Personal\
  1250. KeySearchEntry=DisplayName
  1251. KeySearchValue=Kaspersky Anti-Virus Personal
  1252. DisplayName=Kaspersky Anti-Virus Personal
  1253.  
  1254. [KAV60_SRV_EE_x32]
  1255. ProductType=External
  1256. KeySearchMain=HKEY_LOCAL_MACHINE
  1257. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{20B7CBA9-8617-4722-A95A-97503D65A779}
  1258. KeySearchValue=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1259. KeySearchEntry=DisplayName
  1260. MSICommand=MSIExec /x
  1261. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1262. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1263. DisplayName=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1264.  
  1265. [KAV60_SRV_EE_x64]
  1266. ProductType=External
  1267. KeySearchMain=HKEY_LOCAL_MACHINE
  1268. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A6F67A1B-C5DA-4F1D-B92D-F0BCF3D08F78}
  1269. KeySearchValue=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1270. KeySearchEntry=DisplayName
  1271. MSICommand=MSIExec /x
  1272. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1273. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1274. DisplayName=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1275.  
  1276. [Kerio_Personal_Firewall]
  1277. ProductType=External
  1278. KeySearchMain=HKEY_LOCAL_MACHINE
  1279. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1280. KeySearchEntry=DisplayName
  1281. KeySearchValue=Kerio Personal Firewall
  1282. MSICommand=MSIExec /x
  1283. MSIParam=/qn REMOVE=ALL 
  1284. DisplayName=Kerio Personal Firewall
  1285.  
  1286. [Sunbelt_Personal_Firewall]
  1287. ProductType=External
  1288. KeySearchMain=HKEY_LOCAL_MACHINE
  1289. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1290. KeySearchEntry=DisplayName
  1291. KeySearchValue=Sunbelt Personal Firewall
  1292. MSICommand=MSIExec /x
  1293. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1294. DisplayName=Sunbelt Personal Firewall
  1295.  
  1296. [Kingsoft_IS_2007]
  1297. ProductType=External
  1298. KeySearchMain=HKEY_LOCAL_MACHINE
  1299. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{41AF58D2-4EB7-424E-ACE8-2B673D46B1D8}
  1300. KeySearchEntry=DisplayName
  1301. KeySearchValue=Kingsoft Internet Security
  1302. KeyEntry=UninstallString
  1303. DisplayName=Kingsoft Internet Security
  1304. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Kingsoft Internet Security Installer,Remove#Kingsoft Internet Security Installer,Next >#Confirm File Deletion,OK#Kingsoft Internet Security Installer,Next >#Kingsoft Internet Security Installer,"No, I will restart my computer later."#Kingsoft Internet Security Installer,Next >
  1305.  
  1306. [McAfee_2007]
  1307. ;This entry works also for McAfee total protection 2009 & Internet Security 2009
  1308. ProductType=External
  1309. SidegradePlugin=mcafeerm.dll
  1310. DisplayName=McAfee SecurityCenter
  1311.  
  1312. [McAfee_2008]
  1313. ;This entry works also for McAfee total protection 2008 & older
  1314. ProductType=External
  1315. SidegradePlugin=mcafeerm.dll
  1316. DisplayName=McAfee SecurityCenter
  1317.  
  1318. [McAfee_405_NT]
  1319. ProductType=External
  1320. SidegradePlugin=vsrm.dll
  1321. DisplayName=McAfee VirusScan NT
  1322.  
  1323. [McAfee_451_AW]
  1324. ProductType=External
  1325. KeySearchMain=HKEY_LOCAL_MACHINE
  1326. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{87AEFD84-BC0D-11D4-B885-00508B022A51}
  1327. KeySearchEntry=DisplayName
  1328. KeySearchValue=McAfee VirusScan
  1329. MSICommand=MSIExec /x
  1330. MSIParam=/qb REMOVE=ALL REBOOT=ReallySuppress
  1331. DisplayName=McAfee VirusScan
  1332.  
  1333. [McAfee_AntiSpyware_110]
  1334. ProductType=External
  1335. KeySearchMain=HKEY_LOCAL_MACHINE
  1336. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1337. KeySearchEntry=DisplayName
  1338. KeySearchValue=McAfee AntiSpyware
  1339. KeyEntry=UninstallString
  1340. DisplayName=McAfee AntiSpyware
  1341.  
  1342. [McAfee_EE]
  1343. ProductType=External
  1344. KeySearchMain=HKEY_LOCAL_MACHINE
  1345. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1346. KeySearchEntry=DisplayName
  1347. KeySearchValue=McAfee VirusScan Enterprise
  1348. MSICommand=MSIExec /x
  1349. DisplayName=McAfee VirusScan Enterprise
  1350. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1351.  
  1352. [McAfee_DesktopFW]
  1353. ProductType=External
  1354. KeySearchMain=HKEY_LOCAL_MACHINE
  1355. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1356. KeySearchEntry=DisplayName
  1357. KeySearchValue=McAfee Desktop Firewall 8.5
  1358. KeyEntry=UninstallString
  1359. DisplayName=McAfee Desktop Firewall 8.5
  1360. DialogAutomation=DETACHED_PROCESS_AUTOMATION;McAfee Desktop Firewall - Installer,Next >#Question,Yes$Question,Ja$Question,KyllΣ#McAfee Desktop Firewall - Installer,"Yes, I want to restart my computer now."#McAfee Desktop Firewall - Installer,Finish
  1361.  
  1362. [McAfee_framework]
  1363. ProductType=External
  1364. KeySearchMain=HKEY_LOCAL_MACHINE
  1365. KeySearchPath=SOFTWARE\Network Associates\TVD\Shared Components\Framework
  1366. KeySearchEntry=Version
  1367. KeySearchValue=3.6.0.608
  1368. KeyEntry=Uninstall Tool
  1369. KeyParam=/Remove=Updater /Silent
  1370. DisplayName=McAfee Framework 3.6.0.608
  1371.  
  1372. [McAfee_HE]
  1373. ;--------- Home Edition 7.0 -------------------------
  1374. ProductType=External
  1375. KeySearchMain=HKEY_LOCAL_MACHINE
  1376. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1377. KeySearchEntry=DisplayName
  1378. KeySearchValue=McAfee VirusScan Home Edition
  1379. MSICommand=MSIExec /x
  1380. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1381. DisplayName=McAfee VirusScan Home Edition
  1382.  
  1383. [McAfee_IS]
  1384. ProductType=External
  1385. KeySearchMain=HKEY_LOCAL_MACHINE
  1386. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1387. KeySearchEntry=DisplayName
  1388. KeySearchValue=McAfee Internet Security
  1389. MSICommand=MSIExec /x
  1390. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1391. DisplayName=McAfee Internet Security
  1392.  
  1393. [McAfee_IS_6]
  1394. ProductType=External
  1395. KeySearchMain=HKEY_LOCAL_MACHINE
  1396. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{56D45213-8AD9-46C5-A393-EB21A760DD43}
  1397. KeySearchEntry=DisplayName
  1398. KeySearchValue=McAfee Internet Security 6.0
  1399. MSICommand=MSIExec /x
  1400. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1401. DisplayName=McAfee Internet Security 6.0
  1402.  
  1403. [McAfee_ISS_2006]
  1404. ProductType=External
  1405. KeySearchMain=HKEY_LOCAL_MACHINE
  1406. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Uninstall Utility
  1407. KeySearchEntry=DisplayName
  1408. KeySearchValue=McAfee Uninstall Wizard
  1409. DisplayName=McAfee Uninstall Wizard
  1410.  
  1411. [McAfee_ISS_FW]
  1412. ;McAfee Internet Security Suite 2004 v6.0
  1413. ;McAfee Internet Security suite 2005 v.7.0
  1414. ;McAfee Internet Security Suite 2006
  1415. ;This is the Firewall component
  1416. ProductType=External
  1417. SidegradePlugin=mcafeerm.dll
  1418. DisplayName=McAfee Personal Firewall
  1419.  
  1420. [McAfee_ISS_FW_2005]
  1421. ProductType=External
  1422. KeySearchMain=HKEY_LOCAL_MACHINE
  1423. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Personal Firewall Plus
  1424. KeySearchEntry=DisplayName
  1425. KeySearchValue=McAfee Personal Firewall Plus
  1426. DisplayName=McAfee Personal Firewall Plus
  1427.  
  1428. [McAfee_ISS_PS_2005]
  1429. ProductType=External
  1430. KeySearchMain=HKEY_LOCAL_MACHINE
  1431. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Privacy Service
  1432. KeySearchEntry=DisplayName
  1433. KeySearchValue=McAfee Privacy Service
  1434. KeyEntry=UninstallString 
  1435. KeyParam=/HIDE=1
  1436. DisplayName=McAfee Privacy Service
  1437.  
  1438. [McAfee_ISS_SC_2005]
  1439. ProductType=External
  1440. KeySearchMain=HKEY_LOCAL_MACHINE
  1441. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mcafee SecurityCenter
  1442. KeySearchEntry=DisplayName
  1443. KeySearchValue=McAfee SecurityCenter
  1444. DisplayName=McAfee SecurityCenter
  1445.  
  1446. [McAfee_ISS_SK_2005]
  1447. ProductType=External
  1448. KeySearchMain=HKEY_LOCAL_MACHINE
  1449. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SpamKiller
  1450. KeySearchEntry=DisplayName
  1451. KeySearchValue=McAfee SpamKiller
  1452. KeyEntry=UninstallString 
  1453. KeyParam=/HIDE=1
  1454. DisplayName=McAfee SpamKiller
  1455.  
  1456. [McAfee_ISS_VSO]
  1457. ;McAfee Internet Security Suite 2004 v6.0
  1458. ;McAfee Internet Security suite 2005 v.7.0
  1459. ;McAfee Internet Security Suite 2006
  1460. ;This is the VirusScan component
  1461. ProductType=External
  1462. SidegradePlugin=mcafeerm.dll
  1463. DisplayName=McAfee VirusScan
  1464.  
  1465. [McAfee_ISS_VSO_2005]
  1466. ProductType=External
  1467. KeySearchMain=HKEY_LOCAL_MACHINE
  1468. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VirusScan Online
  1469. KeySearchEntry=DisplayName
  1470. KeySearchValue=McAfee VirusScan
  1471. KeyEntry=UninstallString
  1472. KeyParam=/HIDE=1
  1473. DisplayName=McAfee VirusScan
  1474.  
  1475. [McAfee_PE]
  1476. ;--------- Pro Edition 7.0 -------------------------
  1477. ProductType=External
  1478. KeySearchMain=HKEY_LOCAL_MACHINE
  1479. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1480. KeySearchEntry=DisplayName
  1481. KeySearchValue=McAfee VirusScan Professional Edition
  1482. MSICommand=MSIExec /x
  1483. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1484. DisplayName=McAfee VirusScan Professional Edition
  1485.  
  1486. [McAfee_PE8]
  1487. ;McAfee Virusscan Professional 8.0.17
  1488. ProductType=External 
  1489. KeySearchMain=HKEY_LOCAL_MACHINE 
  1490. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VirusScan Online
  1491. KeySearchEntry=DisplayName
  1492. KeySearchValue=McAfee VirusScan
  1493. DisplayName=McAfee VirusScan
  1494. KeyEntry=UninstallString 
  1495. KeyParam=/HIDE=1
  1496.  
  1497. [McAfee_PE8SC]
  1498. ;McAfee Virusscan Professional 8.0 Security Center
  1499. ProductType=External 
  1500. KeySearchMain=HKEY_LOCAL_MACHINE 
  1501. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SecurityCenter
  1502. KeySearchEntry=DisplayName
  1503. KeySearchValue=McAfee SecurityCenter
  1504. DisplayName=McAfee SecurityCenter
  1505. KeyEntry=UninstallString 
  1506. KeyParam=/HIDE=1
  1507.  
  1508. [McAfee_PFE]
  1509. ProductType=External
  1510. SidegradePlugin=mcafeerm.dll
  1511. DisplayName=McAfee Personal Firewall Express
  1512.  
  1513. [McAfee_TP_SB_AS]
  1514. ;McAfee Total Protection for Small Business
  1515. ;Changed to detection only -> works also in WHS
  1516. ;Changed to silent again due to customer request
  1517. ProductType=External 
  1518. KeySearchMain=HKEY_LOCAL_MACHINE 
  1519. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MVS
  1520. KeySearchEntry=DisplayName
  1521. KeySearchValue=McAfee Total Protection
  1522. DisplayName=McAfee Total Protection 
  1523. KeyEntry=UninstallString 
  1524. KeyParam=/QUIET
  1525.  
  1526. [McAfee_TP_SB_FW]
  1527. ;McAfee Total Protection for Small Business Firewall
  1528. ProductType=External
  1529. KeySearchMain=HKEY_LOCAL_MACHINE
  1530. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Managed Firewall 
  1531. KeySearchEntry=DisplayName 
  1532. KeySearchValue=McAfee Firewall Protection Service 
  1533. DisplayName=McAfee Firewall Protection Service 
  1534. KeyEntry=UninstallString 
  1535. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Total Protection Service,Yes#Total Protection for Small Business,No
  1536.  
  1537. [McAfee_TP_SB_FW_FRA]
  1538. ;McAfee Total Protection for Small Business Firewall
  1539. ;FRA Total Protection SB
  1540. ProductType=External
  1541. KeySearchMain=HKEY_LOCAL_MACHINE
  1542. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Managed Firewall 
  1543. KeySearchEntry=DisplayName 
  1544. KeySearchValue=Service de protection par firewall McAfee
  1545. DisplayName=Service de protection par firewall McAfee
  1546. KeyEntry=UninstallString 
  1547. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Total Protection Service,Oui#Total Protection for Small Business,Non
  1548.  
  1549. [McAfee_TP_SB_VS]
  1550. ;McAfee Total Protection for Small Business 4.5.0 Virus and Spyware
  1551. ;Also in FRA Total Protection SB
  1552. ProductType=External
  1553. KeySearchMain=HKEY_LOCAL_MACHINE
  1554. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MVS 
  1555. KeySearchEntry=DisplayName 
  1556. KeySearchValue=McAfee Virus and Spyware Protection Service 
  1557. DisplayName=McAfee Virus and Spyware Protection Service 
  1558. KeyEntry=UninstallString 
  1559. KeyParam=/QUIET
  1560.  
  1561. [McAfee_TP_SB_SA_FRA]
  1562. ;McAfee Total Protection for Small Business 4.5.0 Virus and Spyware
  1563. ;FRA Total Protection SB
  1564. ProductType=External
  1565. KeySearchMain=HKEY_LOCAL_MACHINE
  1566. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SiteAdvisor
  1567. KeySearchEntry=DisplayName 
  1568. KeySearchValue=Service de protection du navigateur McAfee 
  1569. DisplayName=Service de protection du navigateur McAfee
  1570. KeyEntry=UninstallString 
  1571. KeyParam=/QUIET
  1572.  
  1573. [McAfee_TP_SB_SA_Dutch]
  1574. ;McAfee Total Protection for Small Business 4.5.0 Virus and Spyware
  1575. ;FRA Total Protection SB
  1576. ProductType=External
  1577. KeySearchMain=HKEY_LOCAL_MACHINE
  1578. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SiteAdvisor
  1579. KeySearchEntry=DisplayName 
  1580. KeySearchValue=Browserbeveiligingsservice van McAfee
  1581. DisplayName=Browserbeveiligingsservice van McAfee
  1582. KeyEntry=UninstallString 
  1583. KeyParam=/QUIET
  1584.  
  1585. [McAfee_TP_SB_SA]
  1586. ;McAfee Total Protection for Small Business 4.5.0 SiteAdvisor
  1587. ProductType=External
  1588. KeySearchMain=HKEY_LOCAL_MACHINE
  1589. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SiteAdvisor 
  1590. KeySearchEntry=DisplayName 
  1591. KeySearchValue=McAfee Browser Protection Service 
  1592. DisplayName=McAfee Browser Protection Service 
  1593. KeyEntry=UninstallString 
  1594. KeyParam=/QUIET
  1595.  
  1596. [McAfee_TPS_SB]
  1597. ;McAfee Total Protection for Small Business
  1598. ;Version 4.7.2.195
  1599. ProductType=External 
  1600. KeySearchMain=HKEY_LOCAL_MACHINE 
  1601. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1602. KeySearchEntry=DisplayName
  1603. KeySearchValue=McAfee Total Protection Service
  1604. DisplayName=McAfee Total Protection Service
  1605.  
  1606. [McAfee_VS_FW]
  1607. ;McAfee VirusScan Professional/Personal Edition 7.02.6
  1608. ;The firewall component. Antivirus component handled with McAfee_HE and McAfee_PE.
  1609. ;This works for both personal and professional versions
  1610. ProductType=External
  1611. KeySearchMain=HKEY_LOCAL_MACHINE
  1612. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1613. KeySearchEntry=DisplayName
  1614. KeySearchValue=McAfee Firewall
  1615. MSICommand=MSIExec /x
  1616. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1617. DisplayName=McAfee Firewall
  1618.  
  1619. [MS_AntiSpyware]
  1620. ProductType=External
  1621. KeySearchMain=HKEY_LOCAL_MACHINE
  1622. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1623. KeySearchEntry=DisplayName
  1624. KeySearchValue=Microsoft AntiSpyware
  1625. DisplayName=Microsoft AntiSpyware
  1626. MSICommand=MSIExec /x
  1627. MSIParam=/qr REMOVE=ALL REBOOT=R
  1628. MSISilentParam=/q REMOVE=ALL REBOOT=R
  1629.  
  1630. [MS_Security_Essentials]
  1631. ;ENG,FRA,DEU,NLD,ESN,ITA
  1632. ProductType=External
  1633. KeySearchMain=HKEY_LOCAL_MACHINE
  1634. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Security Essentials
  1635. KeySearchEntry=DisplayName
  1636. KeySearchValue=Microsoft Security Essentials
  1637. DisplayName=Microsoft Security Essentials
  1638. KeyEntry=UninstallString
  1639. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Microsoft Security Essentials,Uninstall$Microsoft Security Essentials,DΘsinstaller$Microsoft Security Essentials,Deinstallieren$Microsoft Security Essentials,Verwijderen$Microsoft Security Essentials,Disinstalla$Microsoft Security Essentials,Desinstalar#Microsoft Security Essentials,Finish$Microsoft Security Essentials,Terminer$Microsoft Security Essentials,Fertig stellen$Microsoft Security Essentials,Voltooien$Microsoft Security Essentials,Fine$Microsoft Security Essentials,Finalizar
  1640.  
  1641. [Microsoft_Forefront_CS_AMS]
  1642. ProductType=External
  1643. KeySearchMain=HKEY_LOCAL_MACHINE
  1644. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{436028CD-6476-4224-9274-8F0320F30FD1}
  1645. KeySearchValue=Microsoft Forefront Client Security Antimalware Service
  1646. KeySearchEntry=DisplayName
  1647. MSICommand=MSIExec /x
  1648. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1649. MSISilentParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1650. DisplayName=Microsoft Forefront Client Security Antimalware Service
  1651.  
  1652. [Microsoft_Forefront_CS_SAS_x32]
  1653. ProductType=External
  1654. KeySearchMain=HKEY_LOCAL_MACHINE
  1655. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E8B56B38-A826-11DB-8C83-0011430C73A4}
  1656. KeySearchValue=Microsoft Forefront Client Security State Assessment Service
  1657. KeySearchEntry=DisplayName
  1658. MSICommand=MSIExec /x
  1659. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1660. MSISilentParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1661. DisplayName=Microsoft Forefront Client Security State Assessment Service
  1662.  
  1663. [Microsoft_Forefront_CS_SAS_x64]
  1664. ProductType=External
  1665. KeySearchMain=HKEY_LOCAL_MACHINE
  1666. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E8B56B39-A826-11DB-8C83-0011430C73A4}
  1667. KeySearchValue=Microsoft Forefront Client Security State Assessment Service
  1668. KeySearchEntry=DisplayName
  1669. MSICommand=MSIExec /x
  1670. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1671. MSISilentParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1672. DisplayName=Microsoft Forefront Client Security State Assessment Service
  1673.  
  1674. [NAIEPOAgent]
  1675. ProductType=External
  1676. KeySearchMain=HKEY_LOCAL_MACHINE
  1677. KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\
  1678. KeySearchEntry=Product Name
  1679. KeySearchValue=NAI ePolicy Orchestrator Agent
  1680. KeyEntry=Uninstall Command
  1681. DisplayName=NAI ePolicy Orchestrator Agent
  1682.  
  1683. [NAIEPOAgent3000]
  1684. ProductType=External 
  1685. KeySearchMain=HKEY_LOCAL_MACHINE 
  1686. KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\ 
  1687. KeySearchEntry=Software ID 
  1688. KeySearchValue=EPOAGENT3000 
  1689. KeyEntry=Uninstall Command 
  1690. DisplayName=NAI ePolicy Orchestrator Agent
  1691.  
  1692. [NIC]
  1693. ;Norman viruscontrol with fw 5.50
  1694. ProductType=External
  1695. KeySearchMain=HKEY_LOCAL_MACHINE
  1696. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1697. KeySearchEntry=DisplayName
  1698. KeySearchValue=Norman Internet Control
  1699. MSICommand=MSIExec /x
  1700. MSIParam=/qr REMOVE=ALL REBOOT=ReallySuppress
  1701. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1702. DisplayName=Norman Internet Security v 5.99
  1703.  
  1704. [NOD_32]
  1705. ;2.50.19 on XP SP2 (ENG), 2.70.32 on Vista32 (ENG)
  1706. ;Also 2.70.31 FRA, 2.51.30 DEU, 2.70.31 HUN, 2.51.30 ROM, 2.70.31 ESN
  1707. ProductType=External
  1708. KeySearchMain=HKEY_LOCAL_MACHINE
  1709. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1710. KeySearchEntry=DisplayName
  1711. KeySearchValue=NOD32 antivirus system
  1712. DisplayName=NOD32 antivirus system
  1713.  
  1714. [NOD_32_CHS]
  1715. ProductType=External
  1716. KeySearchMain=HKEY_LOCAL_MACHINE
  1717. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1718. KeySearchEntry=DisplayName
  1719. KeySearchValue=NOD32╖└╢╛╧╡═│
  1720. DisplayName=NOD32╖└╢╛╧╡═│
  1721.  
  1722. [NOD_32_CHT]
  1723. ProductType=External
  1724. KeySearchMain=HKEY_LOCAL_MACHINE
  1725. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1726. KeySearchEntry=DisplayName
  1727. KeySearchValue=NOD32¿╛¼r¿t▓╬
  1728. DisplayName=NOD32¿╛¼r¿t▓╬
  1729.  
  1730. [NOD_32_CSY]
  1731. ProductType=External
  1732. KeySearchMain=HKEY_LOCAL_MACHINE
  1733. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1734. KeySearchEntry=DisplayName
  1735. KeySearchValue=Antivirov² systΘm NOD32
  1736. DisplayName=Antivirov² systΘm NOD32
  1737.  
  1738. [NOD_32_HRV]
  1739. ProductType=External
  1740. KeySearchMain=HKEY_LOCAL_MACHINE
  1741. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1742. KeySearchEntry=DisplayName
  1743. KeySearchValue=NOD32 antivirusni sistem
  1744. DisplayName=NOD32 antivirusni sistem
  1745.  
  1746. [NOD_32_ITA]
  1747. ProductType=External
  1748. KeySearchMain=HKEY_LOCAL_MACHINE
  1749. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1750. KeySearchEntry=DisplayName
  1751. KeySearchValue=Sistema Antivirus NOD32
  1752. DisplayName=Sistema Antivirus NOD32
  1753.  
  1754. [NOD_32_JPN]
  1755. ProductType=External
  1756. KeySearchMain=HKEY_LOCAL_MACHINE
  1757. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1758. KeySearchEntry=DisplayName
  1759. KeySearchValue=NOD32âAâôâ`âEâCâïâX
  1760. DisplayName=NOD32âAâôâ`âEâCâïâX
  1761.  
  1762. [NOD_32_NLD]
  1763. ProductType=External
  1764. KeySearchMain=HKEY_LOCAL_MACHINE
  1765. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1766. KeySearchEntry=DisplayName
  1767. KeySearchValue=NOD32 antivirus systeem
  1768. DisplayName=NOD32 antivirus systeem
  1769.  
  1770. [NOD_32_PLK]
  1771. ProductType=External
  1772. KeySearchMain=HKEY_LOCAL_MACHINE
  1773. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1774. KeySearchEntry=DisplayName
  1775. KeySearchValue=System Antywirusowy NOD32
  1776. DisplayName=System Antywirusowy NOD32
  1777.  
  1778. [NOD_32_PTG]
  1779. ProductType=External
  1780. KeySearchMain=HKEY_LOCAL_MACHINE
  1781. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1782. KeySearchEntry=DisplayName
  1783. KeySearchValue=NOD32 sistema antivφrus
  1784. DisplayName=NOD32 sistema antivφrus
  1785.  
  1786. [NOD_32_RUS]
  1787. ProductType=External
  1788. KeySearchMain=HKEY_LOCAL_MACHINE
  1789. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1790. KeySearchEntry=DisplayName
  1791. KeySearchValue=└φ≥ΦΓΦ≡≤±φα  ±Φ±≥σ∞α NOD32
  1792. DisplayName=└φ≥ΦΓΦ≡≤±φα  ±Φ±≥σ∞α NOD32
  1793.  
  1794. [NOD_32_SLV]
  1795. ProductType=External
  1796. KeySearchMain=HKEY_LOCAL_MACHINE
  1797. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  1798. KeySearchEntry=DisplayName
  1799. KeySearchValue=NOD32 protivirusni sistem
  1800. DisplayName=NOD32 protivirusni sistem
  1801.  
  1802. [NVIDIA_NAM]
  1803. ;NVIDIA ForceWare Network Access Manager
  1804. ;silent parameter /auto in the plugin
  1805. ProductType=External
  1806. SidegradePlugin=nvidiarm.dll
  1807. DisplayName=NVIDIA ForceWare Network Access Manager
  1808.  
  1809. [ESET_NOD32]
  1810. ;version 3.0.650.0
  1811. ProductType=External
  1812. KeySearchMain=HKEY_LOCAL_MACHINE
  1813. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1814. KeySearchEntry=DisplayName
  1815. KeySearchValue=ESET NOD32 Antivirus
  1816. MSICommand=MSIExec /x
  1817. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1818. DisplayName=ESET NOD32 Antivirus
  1819.  
  1820. [ESET_SMART_SECURITY]
  1821. ;version 3.0.650.0
  1822. ProductType=External
  1823. KeySearchMain=HKEY_LOCAL_MACHINE
  1824. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1825. KeySearchEntry=DisplayName
  1826. KeySearchValue=ESET Smart Security
  1827. MSICommand=MSIExec /x
  1828. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1829. DisplayName=ESET Smart Security
  1830.  
  1831. [Norman_Personal_Firewall_14]
  1832. ProductType=External
  1833. KeySearchMain=HKEY_LOCAL_MACHINE
  1834. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1835. KeySearchEntry=DisplayName
  1836. KeySearchValue=Norman Personal Firewall 1.42
  1837. DisplayName=Norman Personal Firewall 1.42
  1838. KeyEntry=UninstallString
  1839.  
  1840. [Norman_Virus_Control]
  1841. ;Versions 5.50, 5.8, 5.9 (last one works with Vista)
  1842. ProductType=External
  1843. KeySearchMain=HKEY_LOCAL_MACHINE
  1844. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1845. KeySearchEntry=DisplayName
  1846. KeySearchValue=Norman Virus Control
  1847. DisplayName=Norman Virus Control
  1848. KeyEntry=UninstallString
  1849. KeyParam=/quiet
  1850.  
  1851. [Norman_Sikkerhedspakke]
  1852. ;Same version as Norman Security Suite
  1853. ProductType=External
  1854. KeySearchMain=HKEY_LOCAL_MACHINE
  1855. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A36B158D-8E9D-4BD3-8BDA-4B5EDC9C2E8C}
  1856. KeySearchEntry=DisplayName
  1857. KeySearchValue=TDC Sikkerhedspakke
  1858. DisplayName=TDC Sikkerhedspakke (Norman)
  1859. MSICommand=MSIExec /x
  1860. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1861.  
  1862. [Norman_SikkerhedspakkeV5]
  1863. ;Norman TDC version 5
  1864. ProductType=External
  1865. KeySearchMain=HKEY_LOCAL_MACHINE
  1866. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B6CE298C-333F-4059-916A-526A91818BEA}
  1867. KeySearchEntry=DisplayName
  1868. KeySearchValue=TDC Sikkerhedspakke
  1869. DisplayName=TDC Sikkerhedspakke (Norman)
  1870. KeyEntry=UninstallString
  1871. KeyParam=/quiet
  1872.  
  1873. [Norman_SecuritySuite]
  1874. ProductType=External
  1875. KeySearchMain=HKEY_LOCAL_MACHINE
  1876. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A36B158D-8E9D-4BD3-8BDA-4B5EDC9C2E8C}
  1877. KeySearchEntry=DisplayName
  1878. KeySearchValue=Norman Security Suite
  1879. DisplayName=Norman Security Suite
  1880. MSICommand=MSIExec /x
  1881. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1882.  
  1883. [Norman_Virus_Control_599]
  1884. ;Norman 5.99
  1885. ProductType=External
  1886. KeySearchMain=HKEY_LOCAL_MACHINE
  1887. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{704C87B4-B089-4415-BCE0-CBE76172F104}
  1888. KeySearchEntry=DisplayName
  1889. KeySearchValue=Norman Virus Control
  1890. DisplayName=Norman Virus Control 5.99
  1891. KeyEntry=UninstallString
  1892. MSICommand=MSIExec /x
  1893. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1894.  
  1895. [Norton2003]
  1896. ProductType=External
  1897. KeySearchMain=HKEY_LOCAL_MACHINE
  1898. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1899. KeySearchEntry=DisplayName
  1900. KeySearchValue=Norton AntiVirus 2003
  1901. MSICommand=MSIExec /x
  1902. MSIParam=/qr REMOVE=ALL REBOOT=R
  1903. MSISilentParam=/q REMOVE=ALL REBOOT=R
  1904. DisplayName=Norton AntiVirus 2003
  1905.  
  1906. [Norton_360]
  1907. ;Norton 360 version 1 and 2 for Vista32
  1908. ProductType=Internal
  1909. KeySearchMain=HKEY_LOCAL_MACHINE
  1910. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{2D617065-1C52-4240-B5BC-C0AE12157777}
  1911. KeySearchEntry=DisplayName
  1912. KeySearchValue=Norton 360 (Symantec Corporation)
  1913. KeyEntry=UninstallString
  1914. DisplayName=Norton 360
  1915. DialogAutomation=Norton 360 Setup,Remove All|Norton 360 Setup,"Save Norton 360 Backup settings"|Norton 360 Setup,Uninstall|Norton 360 Setup,Next >|Norton 360 Setup,Restart Windows Later|Norton 360 Setup,Finish
  1916.  
  1917. [Norton_360_version3]
  1918. ;Norton 360 version 3
  1919. ;reboot during manual installation
  1920. ProductType=Internal
  1921. KeySearchMain=HKEY_LOCAL_MACHINE
  1922. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\N360
  1923. KeySearchEntry=DisplayName
  1924. KeySearchValue=Norton 360
  1925. KeyEntry=UninstallString
  1926. DisplayName=Norton 360
  1927. ForceReboot=1
  1928.  
  1929. [Norton_AV_2004]
  1930. ;Symantec Norton Antivirus 2004 (SNA2004)
  1931. ProductType=External
  1932. KeySearchMain=HKEY_LOCAL_MACHINE
  1933. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1934. KeySearchEntry=DisplayName
  1935. KeySearchValue=Norton AntiVirus 2004 (Symantec Corporation)
  1936. DisplayName=Norton AntiVirus 2004 (Symantec Corporation)
  1937.  
  1938. [Norton_AV_2008]
  1939. ;Norton AntiVirus 2007 for Vista32
  1940. ProductType=Internal
  1941. KeySearchMain=HKEY_LOCAL_MACHINE
  1942. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{77FFBA7E-0973-4F39-BBDB-AC2F537578D2}
  1943. KeySearchEntry=DisplayName
  1944. KeySearchValue=Norton AntiVirus (Symantec Corporation)
  1945. KeyEntry=UninstallString
  1946. DisplayName=Norton AntiVirus 2008
  1947. DialogAutomation=Norton AntiVirus Setup,Remove All|Norton AntiVirus Setup,Next|Norton AntiVirus Setup,Restart Windows Later|Norton AntiVirus Setup,Finish
  1948.  
  1949. [Norton_Corporate_7]
  1950. ProductType=External
  1951. KeySearchMain=HKEY_LOCAL_MACHINE
  1952. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1953. KeySearchEntry=DisplayName
  1954. KeySearchValue=Norton AntiVirus Corporate Edition
  1955. MSICommand=MSIExec /x
  1956. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress PASSWORDVALID=1
  1957. DisplayName=Norton AntiVirus Corporate Edition
  1958.  
  1959. [Norton_IS_2004]
  1960. ;Norton Internet Security 2004
  1961. ProductType=External
  1962. KeySearchMain=HKEY_LOCAL_MACHINE
  1963. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{A93C9E60-29B6-49da-BA21-F70AC6AADE20}
  1964. KeySearchEntry=DisplayName
  1965. KeySearchValue=Norton Internet Security (Symantec Corporation)
  1966. KeyEntry=UninstallString
  1967. DisplayName=Norton Internet Security 
  1968. DialogAutomation=Norton Internet Security Setup,Remove All|Norton Internet Security Setup,Next >|Norton Internet Security Setup,Restart Windows Later|Norton Internet Security Setup,Finish
  1969.  
  1970. [Norton_IS_2005]
  1971. ;Norton Internet Security 2005, version 8.0.0.64
  1972. ;Include also Norton AntiVirus 2005, version 11.0.2.4,
  1973. ;Norton Personal Firewall 2005 and
  1974. ;Norton Internet Security 2005 Anti-Spyware Edition English and Chinese version 8.5.0.113
  1975. ProductType=External
  1976. KeySearchMain=HKEY_LOCAL_MACHINE
  1977. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1978. KeySearchEntry=DisplayName
  1979. KeySearchValue=Norton Internet Security 2005 (Symantec Corporation)
  1980. KeyEntry=UninstallString
  1981. DisplayName=Norton Internet Security 2005 
  1982. DialogAutomation=Norton Internet Security 2005 Setup,Remove All|Norton Internet Security 2005 Setup,Next >|Norton Internet Security 2005 Setup,Restart Windows Later|Norton Internet Security 2005 Setup,Finish
  1983.  
  1984. [Norton_IS_2006]
  1985. ProductType=External
  1986. KeySearchMain=HKEY_LOCAL_MACHINE
  1987. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1988. KeySearchEntry=DisplayName
  1989. KeySearchValue=Norton Internet Security 2006 (Symantec Corporation)
  1990. KeyEntry=UninstallString
  1991. DisplayName=Norton Internet Security 2006 (Symantec Corporation)
  1992.  
  1993. [Norton_IS_2007]
  1994. ;Norton Internet Security 2007 for Vista32
  1995. ProductType=Internal
  1996. KeySearchMain=HKEY_LOCAL_MACHINE
  1997. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{5AA2CD16-706F-41f3-87C5-2B5A031F2B3B}
  1998. KeySearchEntry=DisplayName
  1999. KeySearchValue=Norton Internet Security (Symantec Corporation)
  2000. KeyEntry=UninstallString
  2001. DisplayName=Norton Internet Security 2007
  2002. DialogAutomation=Norton Internet Security Setup,Remove All|Norton Internet Security Setup,Next >|Norton Internet Security Setup,Restart Windows Later|Norton Internet Security Setup,Finish
  2003.  
  2004. [Norton_IS_2009]
  2005. ;manual entry, no silent parameters found and dialog automation couldn't be used
  2006. ;can be used with Norton IS 2010
  2007. ProductType=External
  2008. KeySearchMain=HKEY_LOCAL_MACHINE
  2009. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NIS
  2010. KeySearchEntry=DisplayName
  2011. KeySearchValue=Norton Internet Security
  2012. KeyEntry=UninstallString
  2013. DisplayName=Norton Internet Security
  2014.  
  2015. [Norton_AV_2009]
  2016. ;manual entry, no silent parameters found and dialog automation couldn't be used
  2017. ;can be used with Norton AV 2010
  2018. ProductType=External
  2019. KeySearchMain=HKEY_LOCAL_MACHINE
  2020. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NAV
  2021. KeySearchEntry=DisplayName
  2022. KeySearchValue=Norton AntiVirus
  2023. KeyEntry=UninstallString
  2024. DisplayName=Norton AntiVirus
  2025.  
  2026. [Norton_Personal_Firewall_2004]
  2027. ;Norton Personal Firewall 2004
  2028. ProductType=External
  2029. KeySearchMain=HKEY_LOCAL_MACHINE
  2030. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2031. KeySearchEntry=DisplayName
  2032. KeySearchValue=Norton Personal Firewall (Symantec Corporation) 
  2033. DisplayName=Norton Personal Firewall (Symantec Corporation)
  2034. KeyEntry=UninstallString
  2035.  
  2036. [Norton_Systemworks_2004]
  2037. ProductType=External
  2038. KeySearchMain=HKEY_LOCAL_MACHINE
  2039. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2040. KeySearchEntry=DisplayName
  2041. KeySearchValue=Norton SystemWorks 2004 Professional (Symantec Corporation)
  2042. KeyEntry=UninstallString
  2043. DisplayName=Norton SystemWorks 2004 Professional (Symantec Corporation)
  2044.  
  2045. [Norton_Systemworks_2005]
  2046. ProductType=External
  2047. KeySearchMain=HKEY_LOCAL_MACHINE
  2048. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2049. KeySearchEntry=DisplayName
  2050. KeySearchValue=Norton SystemWorks 2005 (Symantec Corporation)
  2051. DisplayName=Norton SystemWorks 2005 (Symantec Corporation)
  2052. KeyEntry=UninstallString
  2053.  
  2054. [Norton_IS_2008]
  2055. ;Norton Internet Security 2008 for Vista32
  2056. ProductType=Internal
  2057. KeySearchMain=HKEY_LOCAL_MACHINE
  2058. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{C1C185CA-C531-49F5-A6FA-B838405A049D}
  2059. KeySearchEntry=DisplayName
  2060. KeySearchValue=Norton Internet Security (Symantec Corporation)
  2061. KeyEntry=UninstallString
  2062. DisplayName=Norton Internet Security 2008
  2063. DialogAutomation=Norton Internet Security Setup,Remove All|Norton Internet Security Setup,Next|Norton Internet Security Setup,Restart Windows Later|Norton Internet Security Setup,Finish
  2064.  
  2065. [Norton_IS_2004_FR]
  2066. ;Norton Internet Security 2004 french
  2067. ProductType=External
  2068. KeySearchMain=HKEY_LOCAL_MACHINE
  2069. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{AED74EFF-83ED-4ed6-8413-285C24BCEB6E}
  2070. KeySearchEntry=DisplayName
  2071. KeySearchValue=Norton Internet Security Professional (Symantec Corporation)
  2072. KeyEntry=UninstallString
  2073. DisplayName=Norton Internet Security 2004 
  2074. DialogAutomation=Norton Internet Security Professional,Supprimer tout|Norton Internet Security Professional,Suivant >|Norton Internet Security Professional,Suivant >|Norton Internet Security Professional,Redmarrer Windows ultrieurement|Norton Internet Security Professional,Terminer
  2075.  
  2076. [Norton_PROTECTION_CENTER]
  2077. ProductType=External
  2078. KeySearchMain=HKEY_LOCAL_MACHINE
  2079. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{5AA2CD16-706F-41f3-87C5-2B5A031F2B3B}
  2080. KeySearchEntry=Publisher
  2081. KeySearchValue=Symantec Corporation
  2082. KeyEntry=UninstallString
  2083. DisplayName=Norton Security Online
  2084. DialogAutomation=Norton Security Online Setup,Remove All|Norton Security Online Setup,Next >|Norton Security Online Setup,"Restart Windows Later"|Norton Security Online Setup,Finish
  2085.  
  2086. [Norton_Yahoo!_Applications]
  2087. ;This is urgent sg request from US office
  2088. ;Norton - Rohers Yahoo! Applications
  2089. ProductType=External
  2090. KeySearchMain=HKEY_LOCAL_MACHINE
  2091. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2092. KeySearchEntry=DisplayName
  2093. KeySearchValue=Rogers Yahoo! Applications
  2094. KeyEntry=UninstallString
  2095. DisplayName=Rogers Yahoo! Applications
  2096. DialogAutomation=Rogers Yahoo! Applications,Select All#Rogers Yahoo! Applications,Uninstall#Uninstaller,Yes#Restart Alert,No
  2097.  
  2098. [Norton_PROTECTION_CENTER2]
  2099. ;Test entry for Norton Protection center inside Yahoo Applications
  2100. ProductType=External
  2101. KeySearchMain=HKEY_LOCAL_MACHINE
  2102. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{C1C185CA-C531-49F5-A6FA-B838405A049D}
  2103. KeySearchEntry=Publisher
  2104. KeySearchValue=Symantec Corporation
  2105. KeyEntry=UninstallString
  2106. DisplayName=Norton Security Online
  2107. DialogAutomation=Norton Security Online Setup,Remove All|Norton Security Online Setup,Next|Norton Security Online Setup,Next|Norton Security Online Setup,"Restart Windows Later"|Norton Security Online Setup,Finish
  2108.  
  2109. [NAV2005NL]
  2110. ;Norton Antivirus 2005, Dutch
  2111. ProductType=Internal
  2112. KeySearchMain=HKEY_LOCAL_MACHINE
  2113. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{C6F5B6CF-609C-428E-876F-CA83176C021B}
  2114. KeySearchEntry=DisplayName
  2115. KeySearchValue=Norton AntiVirus 2005 (Symantec Corporation)
  2116. KeyEntry=UninstallString
  2117. DisplayName=Norton AntiVirus 2005
  2118. DialogAutomation=Norton AntiVirus 2005 Setup,Alles Verwijderen#Norton AntiVirus 2005 Setup,Volgende >#Norton AntiVirus 2005 Setup,Voltooien
  2119.  
  2120. [NPF2005NL]
  2121. ;Norton Personal Firewall 2005, Dutch
  2122. ProductType=Internal
  2123. KeySearchMain=HKEY_LOCAL_MACHINE
  2124. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{3BD0196C-6553-460c-A0C4-90D8AE5D60D2}
  2125. KeySearchEntry=DisplayName
  2126. KeySearchValue=Norton Personal Firewall 2005 (Symantec Corporation)
  2127. KeyEntry=UninstallString
  2128. DisplayName=Norton Personal Firewall 2005
  2129. DialogAutomation=Setup van Norton Personal Firewall 2005,Alles Verwijderen#Setup van Norton Personal Firewall 2005,Volgende >#Setup van Norton Personal Firewall 2005,Voltooien
  2130.  
  2131. [OfficeScan_5.02]
  2132. ProductType=External
  2133. KeySearchMain=HKEY_LOCAL_MACHINE
  2134. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2135. KeySearchEntry=DisplayName
  2136. KeySearchValue-nt50=Trend Micro OfficeScan WinNT
  2137. KeyEntry=UninstallString
  2138. KeyParam=-980223 -331
  2139.  
  2140. [OpteNet_PC]
  2141. ProductType=External
  2142. ;Optenet Parental Control
  2143. KeySearchMain=HKEY_LOCAL_MACHINE
  2144. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2145. KeySearchEntry=DisplayName
  2146. KeyEntry=UninstallString
  2147. KeySearchValue=OPTENET
  2148. DisplayName=OPTENET
  2149.  
  2150. [OTHERSP]
  2151. ;Used to be Incompatible F-Secure product
  2152. ProductType=Internal
  2153. PromptUser=0
  2154. SidegradePlugin=FSPRODRM.DLL
  2155. DisplayName=Conflicting security product
  2156.  
  2157. [Panda_AdminSecure]
  2158. ProductType=External
  2159. KeySearchMain=HKEY_LOCAL_MACHINE
  2160. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2161. KeySearchEntry=DisplayName
  2162. KeySearchValue=Panda AdminSecure
  2163. MSICommand=MSIExec /x
  2164. MSIParam=/qr REMOVE=ALL REBOOT=R
  2165. DisplayName=Panda AdminSecure
  2166.  
  2167. [Panda_Agent]
  2168. ProductType=External
  2169. SidegradePlugin=PANDARM.DLL
  2170. DisplayName=Panda Network Agent
  2171.  
  2172. [Panda_Antivirus_2007]
  2173. ProductType=External
  2174. KeySearchMain=HKEY_LOCAL_MACHINE
  2175. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D1DA2BA7-2592-4036-9BB2-DCCABDE8DC1A}
  2176. KeySearchEntry=DisplayName
  2177. KeySearchValue=Panda Antivirus 2007
  2178. KeyEntry=UninstallString
  2179. KeyParam=/Auto
  2180. DisplayName=Panda Antivirus 2007
  2181.  
  2182. [Panda_Antivirus_2008]
  2183. ProductType=External
  2184. KeySearchMain=HKEY_LOCAL_MACHINE
  2185. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D1DA2BA7-2592-4036-9BB2-DCCABDE8DC1A}
  2186. KeySearchEntry=DisplayName
  2187. KeySearchValue=Panda Antivirus 2008
  2188. KeyEntry=UninstallString
  2189. KeyParam=/Auto
  2190. DisplayName=Panda Antivirus 2008
  2191.  
  2192. [Panda_AV_FW_2007]
  2193. ProductType=External
  2194. KeySearchMain=HKEY_LOCAL_MACHINE
  2195. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{98032D6F-3EE6-4646-B68C-40BF012AC89B}
  2196. KeySearchEntry=DisplayName
  2197. KeySearchValue=Panda Antivirus + Firewall 2007
  2198. DisplayName=Panda Antivirus + Firewall 2007
  2199. KeyEntry=UninstallString
  2200. KeyParam=/Auto
  2201.  
  2202. [Panda_AV_FW_2008]
  2203. ProductType=External
  2204. KeySearchMain=HKEY_LOCAL_MACHINE
  2205. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{98032D6F-3EE6-4646-B68C-40BF012AC89B}
  2206. KeySearchEntry=DisplayName
  2207. KeySearchValue=Panda Antivirus + Firewall 2008
  2208. DisplayName=Panda Antivirus + Firewall 2008
  2209. KeyEntry=UninstallString
  2210. KeyParam=/Auto
  2211.  
  2212. [Panda_IS_2009]
  2213. ProductType=External
  2214. KeySearchMain=HKEY_LOCAL_MACHINE
  2215. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7926EFB6-7CB4-4A9D-AB01-095F67F9D519}
  2216. KeySearchEntry=DisplayName
  2217. KeySearchValue=Panda Internet Security 2009
  2218. KeyEntry=UninstallString
  2219. KeyParam=/Auto
  2220. DisplayName=Panda Internet Security 2009
  2221.  
  2222. [Panda_AV_Pro_2009]
  2223. ProductType=External
  2224. KeySearchMain=HKEY_LOCAL_MACHINE
  2225. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E55FB276-73C9-4776-AB53-BC028C0509ED}
  2226. KeySearchEntry=DisplayName
  2227. KeySearchValue=Panda Antivirus Pro 2009
  2228. KeyEntry=UninstallString
  2229. KeyParam=/Auto
  2230. DisplayName=Panda Antivirus Pro 2009
  2231.  
  2232. [Panda_AV_Pro_2010]
  2233. ProductType=External
  2234. KeySearchMain=HKEY_LOCAL_MACHINE
  2235. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E55FB276-73C9-4776-AB53-BC028C0509ED}
  2236. KeySearchEntry=DisplayName
  2237. KeySearchValue=Panda Antivirus Pro 2010
  2238. KeyEntry=UninstallString
  2239. KeyParam=/Auto
  2240. DisplayName=Panda Antivirus Pro 2010
  2241.  
  2242. [Panda_IS_2010]
  2243. ProductType=External
  2244. KeySearchMain=HKEY_LOCAL_MACHINE
  2245. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7926EFB6-7CB4-4A9D-AB01-095F67F9D519}
  2246. KeySearchEntry=DisplayName
  2247. KeySearchValue=Panda Internet Security 2010
  2248. KeyEntry=UninstallString
  2249. KeyParam=/Auto
  2250. DisplayName=Panda Internet Security 2010
  2251.  
  2252. [Panda_GP_2010]
  2253. ProductType=External
  2254. KeySearchMain=HKEY_LOCAL_MACHINE
  2255. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{81A25967-DB85-4B48-A8A7-D25AC191DEE4}
  2256. KeySearchEntry=DisplayName
  2257. KeySearchValue=Panda Global Protection 2010
  2258. KeyEntry=UninstallString
  2259. KeyParam=/Auto
  2260. DisplayName=Panda Global Protection 2010
  2261.  
  2262. [Panda_GP_2009]
  2263. ProductType=External
  2264. KeySearchMain=HKEY_LOCAL_MACHINE
  2265. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{81A25967-DB85-4B48-A8A7-D25AC191DEE4}
  2266. KeySearchEntry=DisplayName
  2267. KeySearchValue=Panda Global Protection 2009
  2268. KeyEntry=UninstallString
  2269. KeyParam=/Auto
  2270. DisplayName=Panda Global Protection 2009
  2271.  
  2272. [Panda_ClientShield]
  2273. ;Panda ClientShield corporate version 2.00
  2274. ;Panda ClientShield corporate version 3.01.10.0000
  2275. ;Panda ClientShield corporate version 4.02
  2276. ProductType=External
  2277. KeySearchMain=HKEY_LOCAL_MACHINE
  2278. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2279. KeySearchEntry=DisplayName
  2280. KeySearchValue=Panda ClientShield
  2281. DisplayName=Panda ClientShield
  2282. KeyEntry=UninstallString
  2283.  
  2284. [Panda_FileSecure]
  2285. ProductType=External
  2286. KeySearchMain=HKEY_LOCAL_MACHINE
  2287. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2288. KeySearchEntry=DisplayName
  2289. KeySearchValue=Panda FileSecure
  2290. DisplayName=Panda FileSecure
  2291. KeyEntry=UninstallString
  2292.  
  2293. [PandaPlatinum]
  2294. ProductType=External
  2295. KeySearchMain=HKEY_LOCAL_MACHINE
  2296. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2297. KeySearchEntry=DisplayName
  2298. KeySearchValue=Panda Antivirus Platinum
  2299. DisplayName=Panda Antivirus Platinum
  2300. KeyEntry=UninstallString
  2301. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Confirmar eliminaci≤n de archivos,Sφ#Panda Antivirus Platinum Setup,"No, reiniciarΘ el equipo mßs tarde."#Panda Antivirus Platinum Setup,Finalizar
  2302.  
  2303. [PandaPlatinum_IS8]
  2304. ProductType=External
  2305. KeySearchMain=HKEY_LOCAL_MACHINE
  2306. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2307. KeySearchEntry=DisplayName
  2308. KeySearchValue=Panda Platinum Internet Security
  2309. DisplayName=Panda Platinum Internet Security
  2310. KeyEntry=UninstallString
  2311.  
  2312. [PandaPlatinum_IS_2005]
  2313. ProductType=External
  2314. KeySearchMain=HKEY_LOCAL_MACHINE
  2315. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E91563B4-D9EC-11D5-A2BB-00606771B69D}
  2316. KeySearchEntry=DisplayName
  2317. KeySearchValue=Panda Platinum 2005 Internet Security 
  2318. DisplayName=Panda Platinum 2005 Internet Security 
  2319. KeyEntry=UninstallString
  2320. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Uninstall Panda Platinum 2005 Internet Security,Yes#Uninstall Panda Platinum 2005 Internet Security,"No, I will restart my computer later."#Uninstall Panda Platinum 2005 Internet Security,Finish
  2321.  
  2322. [PandaPlatinum_IS_2006]
  2323. ProductType=External
  2324. KeySearchMain=HKEY_LOCAL_MACHINE
  2325. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EEBA9416-3207-47E0-9022-116440599DBC}
  2326. KeySearchEntry=DisplayName
  2327. KeySearchValue=Panda Platinum 2006 Internet Security 
  2328. DisplayName=Panda Platinum 2006 Internet Security 
  2329. KeyEntry=UninstallString
  2330. KeyParam=/Auto
  2331.  
  2332. [PandaPlatinum_IS_2007]
  2333. ProductType=External
  2334. KeySearchMain=HKEY_LOCAL_MACHINE
  2335. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EEBA9416-3207-47E0-9022-116440599DBC}
  2336. KeySearchEntry=DisplayName
  2337. KeySearchValue=Panda Internet Security 2007
  2338. DisplayName=Panda Internet Security 2007
  2339. KeyEntry=UninstallString
  2340. KeyParam=/Auto
  2341.  
  2342. [PandaTitanium_AV_2004]
  2343. ProductType=External
  2344. KeySearchMain=HKEY_LOCAL_MACHINE
  2345. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2346. KeySearchEntry=DisplayName
  2347. KeySearchValue=Panda Titanium Antivirus 2004
  2348. DisplayName=Panda Titanium Antivirus 2004
  2349. KeyEntry=UninstallString
  2350.  
  2351. [PandaTitanium_AV_2005]
  2352. ;English, French, Spanish
  2353. ProductType=External
  2354. KeySearchMain=HKEY_LOCAL_MACHINE
  2355. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BB85F18B-43C6-48B5-ABA9-6A5DDA65AA1B}
  2356. KeySearchEntry=DisplayName
  2357. KeySearchValue=Panda Titanium Antivirus 2005
  2358. DisplayName=Panda Titanium Antivirus 2005
  2359. KeyEntry=UninstallString
  2360. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Uninstall Panda Titanium Antivirus 2005,Yes$DΘsinstaller Panda Titanium Antivirus 2005,Yes$Desinstalaci≤n de Panda Titanium Antivirus 2005,Yes#Uninstall Panda Titanium Antivirus 2005,"No, I will restart my computer later."$DΘsinstaller Panda Titanium Antivirus 2005,"Non, je redΘmarrerai mon ordinateur plus tard."$Desinstalaci≤n de Panda Titanium Antivirus 2005,"No, reiniciarΘ el equipo mßs tarde."#Uninstall Panda Titanium Antivirus 2005,Finish$DΘsinstaller Panda Titanium Antivirus 2005,Terminer$Desinstalaci≤n de Panda Titanium Antivirus 2005,Finalizar
  2361.  
  2362. [PandaTitanium_AV_AntiSpyware_2006]
  2363. ProductType=External
  2364. KeySearchMain=HKEY_LOCAL_MACHINE
  2365. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{98032D6F-3EE6-4646-B68C-40BF012AC89B}\
  2366. KeySearchEntry=DisplayName
  2367. KeySearchValue=Panda Titanium 2006 Antivirus + Antispyware
  2368. DisplayName=Panda Titanium 2006 Antivirus + Antispyware
  2369. KeyEntry=UninstallString
  2370. KeyParam=/Auto
  2371.  
  2372. [Panda_IS_2008]
  2373. ProductType=External
  2374. KeySearchMain=HKEY_LOCAL_MACHINE
  2375. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EEBA9416-3207-47E0-9022-116440599DBC}
  2376. KeySearchEntry=DisplayName
  2377. KeySearchValue=Panda Internet Security 2008
  2378. DisplayName=Panda Internet Security 2008
  2379. KeyEntry=UninstallString
  2380. KeyParam=/Auto
  2381.  
  2382. [PC_Cillin]
  2383. ;Trend Micro PC-cillin 2003
  2384. ProductType=External
  2385. KeySearchMain=HKEY_LOCAL_MACHINE
  2386. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2387. KeySearchEntry=DisplayName
  2388. KeySearchValue=PC-cillin 2003
  2389. MSICommand=MSIExec /x
  2390. MSIParam=/q REMOVE=ALL REBOOT=R
  2391. DisplayName=PC-cillin 2003
  2392.  
  2393. [PC_Cillin_2005]
  2394. ProductType=External
  2395. KeySearchMain=HKEY_LOCAL_MACHINE
  2396. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2397. KeySearchEntry=DisplayName
  2398. KeySearchValue=Trend Micro PC-cillin Internet Security 2005
  2399. MSICommand=MSIExec /x
  2400. MSIParam=/q REMOVE=ALL REBOOT=R
  2401. DisplayName=Trend Micro PC-cillin Internet Security 2005
  2402.  
  2403. [PC_Cillin_2006]
  2404. ;After removing operation manual reboot is needed
  2405. ProductType=External
  2406. KeySearchMain=HKEY_LOCAL_MACHINE
  2407. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2408. KeySearchEntry=DisplayName
  2409. KeySearchValue=Trend Micro PC-cillin Internet Security 2006
  2410. MSICommand=MSIExec /x
  2411. MSIParam=/qb REMOVE=ALL
  2412. DisplayName=Trend Micro PC-cillin Internet Security 2006
  2413.  
  2414. [PC_Cillin_12]
  2415. ;Trend Micro PC-cillin Internet Security 12
  2416. ProductType=External
  2417. KeySearchMain=HKEY_LOCAL_MACHINE
  2418. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2419. KeySearchEntry=DisplayName
  2420. KeySearchValue=Trend Micro PC-cillin Internet Security 12
  2421. MSICommand=MSIExec /x
  2422. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  2423. DisplayName=Trend Micro PC-cillin Internet Security 12
  2424.  
  2425. [PEX]
  2426. ;All PEX versions
  2427. ProductType=Internal
  2428. PromptUser=0
  2429. SidegradePlugin=FSPRODRM.DLL
  2430. ;Get product name from the plugin since PEX name can be what ever
  2431. GetNameFromPlugin=1
  2432. DisplayName=F-Secure Personal Express
  2433.  
  2434. [Preventon]
  2435. ;Preventon Antivirus, Dutch installation
  2436. ProductType=External
  2437. KeySearchMain=HKEY_LOCAL_MACHINE
  2438. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PC Antivirus
  2439. KeySearchEntry=DisplayName
  2440. KeySearchValue=PC Antivirus
  2441. DisplayName=PC Antivirus
  2442. KeyEntry=UninstallString
  2443. DialogAutomation=DETACHED_PROCESS_AUTOMATION;PC Antivirus De-installatie,Ja#PC Antivirus De-installatie ,"Ik wil later handmatig herstarten"#PC Antivirus De-installatie ,Voltooien#PC Antivirus De-installatie,OK
  2444.  
  2445. [PureSight]
  2446. ;iCognito PureSight - all versions which conflict with our Parental Control
  2447. ProductType=External
  2448. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2449. KeySearchEntry=DisplayName
  2450. KeySearchValue=PureSight PC
  2451. DisplayName=PureSight Parental Control
  2452. KeyEntry=UninstallString
  2453. DialogAutomation=DETACHED_PROCESS_AUTOMATION;PureSight PC Setup,Next >#Confirm Uninstall,OK
  2454. ;SidegradePlugin=igpsdet.dll
  2455.  
  2456. [Radialpoint_Security_Center2008]
  2457. ;Detection only because uninstallation can be password protected
  2458. ProductType=External
  2459. KeySearchMain=HKEY_LOCAL_MACHINE
  2460. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D728053E-A54F-460F-A807-B7FED2A9D6DA}
  2461. KeySearchEntry=DisplayName
  2462. KeySearchValue=Radialpoint Security Services
  2463. DisplayName=Radialpoint Security Services
  2464.  
  2465. [Radialpoint_Servicepoint_Agent2008]
  2466. ProductType=External
  2467. KeySearchMain=HKEY_LOCAL_MACHINE
  2468. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RadialpointClientGateway_is1
  2469. KeySearchEntry=DisplayName
  2470. KeySearchValue=Radialpoint Servicepoint Agent 1.5.11
  2471. DisplayName=Radialpoint Servicepoint Agent 1.5.11
  2472.  
  2473. [Radialpoint_PCguard]
  2474. ;Detection only because uninstallation can be password protected
  2475. ProductType=External
  2476. KeySearchMain=HKEY_LOCAL_MACHINE
  2477. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{153BC7CA-9F2F-45AC-B4A1-AFAFBD5D904B}
  2478. KeySearchEntry=DisplayName
  2479. KeySearchValue=Virgin Broadband PCguard
  2480. DisplayName=Virgin Broadband PCguard
  2481.  
  2482. [Rising_AV]
  2483. ;manual because uninstallation requires user interaction
  2484. ;ENG,DEU
  2485. ProductType=External
  2486. KeySearchMain=HKEY_LOCAL_MACHINE
  2487. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2488. KeySearchEntry=DisplayName
  2489. KeySearchValue=Rising Antivirus*
  2490. KeyEntry=UninstallString
  2491. ForceReboot=1
  2492. DisplayName=Rising Antivirus
  2493.  
  2494. [Rising_FW]
  2495. ;manual because uninstallation requires user interaction
  2496. ;ENG,DEU
  2497. ProductType=External
  2498. KeySearchMain=HKEY_LOCAL_MACHINE
  2499. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2500. KeySearchEntry=DisplayName
  2501. KeySearchValue=Rising Personal Firewall*
  2502. KeyEntry=UninstallString
  2503. ForceReboot=1
  2504. DisplayName=Rising Personal Firewall
  2505.  
  2506. [Rising_IS]
  2507. ;manual because uninstallation requires user interaction
  2508. ;ENG,DEU
  2509. ProductType=External
  2510. KeySearchMain=HKEY_LOCAL_MACHINE
  2511. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2512. KeySearchEntry=DisplayName
  2513. KeySearchValue=Rising Internet Security*
  2514. KeyEntry=UninstallString
  2515. ForceReboot=1
  2516. DisplayName=Rising Internet Security
  2517.  
  2518. [Rising_AV_CHI]
  2519. ;manual because uninstallation requires user interaction
  2520. ;Chinese
  2521. ProductType=External
  2522. KeySearchMain=HKEY_LOCAL_MACHINE
  2523. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Rav
  2524. KeySearchEntry=DisplayName
  2525. KeySearchValue=╖τ¼P¿╛¼r│nÑ≤*
  2526. KeyEntry=UninstallString
  2527. ForceReboot=1
  2528. DisplayName=╖τ¼P¿╛¼r│nÑ≤
  2529.  
  2530. [Rising_FW_CHI]
  2531. ;manual because uninstallation requires user interaction
  2532. ;Chinese
  2533. ProductType=External
  2534. KeySearchMain=HKEY_LOCAL_MACHINE
  2535. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RFW
  2536. KeySearchEntry=DisplayName
  2537. KeySearchValue=╖τ¼P¡╙ñH¿╛ñ⌡└≡*
  2538. KeyEntry=UninstallString
  2539. ForceReboot=1
  2540. DisplayName=╖τ¼P¡╙ñH¿╛ñ⌡└≡
  2541.  
  2542. [Rising_IS_CHI]
  2543. ;manual because uninstallation requires user interaction
  2544. ;Chinese
  2545. ProductType=External
  2546. KeySearchMain=HKEY_LOCAL_MACHINE
  2547. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ris
  2548. KeySearchEntry=DisplayName
  2549. KeySearchValue=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤*
  2550. KeyEntry=UninstallString
  2551. ForceReboot=1
  2552. DisplayName=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤
  2553.  
  2554. [Sympatico_sec_man]
  2555. ;Sympatico Security Manager
  2556. ;Detection only because uninstallation can be password protected
  2557. ;changed to be silent because user needs to give password when updatable sidegrade package is downloaded -> no password protection
  2558. ProductType=External
  2559. KeySearchMain=HKEY_LOCAL_MACHINE
  2560. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2561. KeySearchEntry=DisplayName
  2562. KeySearchValue=Sympatico Security Manager
  2563. DisplayName=Sympatico Security Manager
  2564. KeyEntry=UninstallString
  2565. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Sympatico Security Manager - InstallShield Wizard,Yes#Sympatico Security Manager - InstallShield Wizard,"No, I will restart my computer later."#Sympatico Security Manager - InstallShield Wizard,Finish
  2566.  
  2567. [Sympatico_sec_adv]
  2568. ;Sympatico Security Advisor
  2569. ;Detection only because uninstallation can be password protected
  2570. ;changed to be silent because user needs to give password when updatable sidegrade package is downloaded -> no password protection
  2571. ProductType=External
  2572. KeySearchMain=HKEY_LOCAL_MACHINE
  2573. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2574. KeySearchEntry=DisplayName
  2575. KeySearchValue=Sympatico Security Advisor 1.5.11
  2576. DisplayName=Sympatico Security Advisor 1.5.11
  2577. KeyEntry=UninstallString
  2578. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Sympatico Security Advisor Uninstall,Yes#Sympatico Security Advisor Uninstall,OK
  2579.  
  2580. [SG6_Agnitum_Outpost1]
  2581. ProductType=External
  2582. ;Agnitum Outpost Firewall, version 1.0.1125.1556
  2583. ;We're unable to remove this silently - so user has to uninstall it manually
  2584. ;detection and manual removal added
  2585. KeySearchMain=HKEY_LOCAL_MACHINE
  2586. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2587. KeySearchEntry=DisplayName
  2588. KeySearchValue=Agnitum Outpost Firewall Pro 1.0
  2589. DisplayName=Agnitum Outpost Firewall Pro 1.0
  2590. ;KeyEntry=UninstallString
  2591.  
  2592. [SG6_Antivir]
  2593. ;G-Data Antivir 
  2594. :AntiVirenKit 2005
  2595. ;Detection only
  2596. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2597. KeySearchEntry=DisplayName
  2598. KeySearchValue=AntiVirenKit 2005
  2599. DisplayName=AntiVirenKit 2005
  2600. ;Cannot be uninstalled automatically, for AVCS just detection:
  2601. ;KeyEntry=UninstallString 
  2602.  
  2603. [SG6_Authentium]
  2604. ;Authentium Safe and Secure
  2605. ProductType=External
  2606. KeySearchMain=HKEY_LOCAL_MACHINE
  2607. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Curtains for Windows 1.5
  2608. KeySearchEntry=DisplayName
  2609. KeySearchValue=Safe and Secure
  2610. DisplayName=Safe and Secure
  2611. ;KeyEntry=UninstallString
  2612. ;DialogAutomation=DETACHED_PROCESS_AUTOMATION;Repair and Uninstaller Application,Continue&Repair and Uninstaller Application,Continue
  2613.  
  2614. [SG6_AVG70_FE]
  2615. ;AVG Free Edition, versions 7.323, 7.338 and 7.1.375
  2616. ;Unable to remove these automaticly
  2617. ProductType=External
  2618. KeySearchMain=HKEY_LOCAL_MACHINE
  2619. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2620. KeySearchEntry=DisplayName
  2621. KeySearchValue=AVG Free Edition
  2622. DisplayName=AVG Free Edition
  2623. ;KeyEntry=UninstallString
  2624. ;KeyParam=/HIDDEN
  2625.  
  2626. [SG6_AVG_Free_8.5]
  2627. ;AVG Free 8.5 build 285 ENG + ESN
  2628. ;ForceReboot=1, we catch the possible reboot and show reboot dialog
  2629. ;changed to manual because AVG releases new build weekly
  2630. ProductType=External
  2631. KeySearchMain=HKEY_LOCAL_MACHINE
  2632. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG8Uninstall
  2633. KeySearchEntry=ProductType
  2634. KeySearchValue=Avg75Free
  2635. DisplayName=AVG Free 8.5
  2636. ;KeyEntry=UninstallString
  2637. ;DialogAutomation=AVG Free 8.5 compilaci≤n 285 (25/3/2009),"Eliminar la configuraci≤n del usuario"$AVG Free 8.5 build 285 (3/25/2009),"Remove user settings"#AVG Free 8.5 compilaci≤n 285 (25/3/2009),"Incluso los objetos de B≤veda de Virus"$AVG Free 8.5 build 285 (3/25/2009),"Including objects in the Virus Vault"#AVG Free 8.5 compilaci≤n 285 (25/3/2009),Sφ$AVG Free 8.5 build 285 (3/25/2009),Yes#Resultado de la desinstalaci≤n,"Reiniciar el equipo ahora"$Result of the uninstallation,"Restart the computer now"#Resultado de la desinstalaci≤n,OK$Result of the uninstallation,OK
  2638. ;ForceReboot=1
  2639.  
  2640. [SG6_AVG_8.5]
  2641. ;AVG 8.5 build 287 ENG
  2642. ;ForceReboot=1, we catch the possible reboot and show reboot dialog
  2643. ;changed to manual because AVG releases new build weekly
  2644. ProductType=External
  2645. KeySearchMain=HKEY_LOCAL_MACHINE
  2646. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG8Uninstall
  2647. KeySearchEntry=ProductType
  2648. KeySearchValue=Avg75Full
  2649. DisplayName=AVG 8.5
  2650. ;KeyEntry=UninstallString
  2651. ;DialogAutomation=AVG 8.5 build 287 (4/9/2009),"Remove user settings"#AVG 8.5 build 287 (4/9/2009),"Including objects in the Virus Vault"#AVG 8.5 build 287 (4/9/2009),Yes#AVG 8.5 build 287 (4/9/2009),Next >#Result of the uninstallation,"Restart the computer now"#Result of the uninstallation,OK
  2652. ;ForceReboot=1
  2653.  
  2654. [SG6_BSECURE_45]
  2655. ;Bsecure Internet Protection Services
  2656. ;Version 4.5
  2657. ;We're unable to remove this silently - so user has to uninstall it manually
  2658. ;We just detect this
  2659. ProductType=External
  2660. KeySearchMain=HKEY_LOCAL_MACHINE
  2661. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2662. KeySearchEntry=DisplayName
  2663. KeySearchValue=Bsecure Internet Protection Services v.4.5 
  2664. DisplayName=Bsecure Internet Protection Services v.4.5 
  2665. ;KeyEntry=UninstallString
  2666.  
  2667. [SG6_CA_eTrust_InoculateIT]
  2668. ;CA eTrust InoculateIT
  2669. ;Version 6.0.96
  2670. ;Includes manual removal
  2671. ProductType=External
  2672. KeySearchMain=HKEY_LOCAL_MACHINE
  2673. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2674. KeySearchEntry=DisplayName
  2675. KeySearchValue=eTrust InoculateIT
  2676. DisplayName=eTrust InoculateIT
  2677. ;KeyEntry=UninstallString
  2678.  
  2679. [SG6_CA_eTrust_PestPatrol]
  2680. ;Version 5.0.1.5
  2681. ;Cannot be uninstalled automatically, for AVCS just detection:
  2682. ProductType=External
  2683. KeySearchMain=HKEY_LOCAL_MACHINE
  2684. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2685. KeySearchEntry=DisplayName
  2686. KeySearchValue=CA eTrust PestPatrol
  2687. DisplayName=CA eTrust PestPatrol
  2688. ;KeyEntry=UninstallString
  2689.  
  2690. [SG6_CA_IS_2008]
  2691. ;Detection only because can be password protected
  2692. ProductType=External
  2693. KeySearchMain=HKEY_LOCAL_MACHINE
  2694. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\eTrust Suite Personal
  2695. KeySearchEntry=DisplayName
  2696. KeySearchValue=CA Internet Security Suite
  2697. ;KeyEntry=UninstallString
  2698. DisplayName=CA Internet Security Suite
  2699. ;ForceReboot=1
  2700.  
  2701. [SG6_CA_AV_2009]
  2702. ;Uninstall CA AV component and GUI
  2703. ProductType=External
  2704. KeySearchMain=HKEY_LOCAL_MACHINE
  2705. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cciss_av
  2706. KeySearchEntry=DisplayName
  2707. KeySearchValue=CA Anti-Virus
  2708. ;KeyEntry=UninstallString
  2709. DisplayName=CA Anti-Virus
  2710. ;ForceReboot=1
  2711.  
  2712. [SG6_CA_FW_2009]
  2713. ;Uninstall CA FW component and GUI
  2714. ProductType=External
  2715. KeySearchMain=HKEY_LOCAL_MACHINE
  2716. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cciss_pfw
  2717. KeySearchEntry=DisplayName
  2718. KeySearchValue=CA Personal Firewall
  2719. ;KeyEntry=UninstallString
  2720. DisplayName=CA Personal Firewall
  2721. ;ForceReboot=1
  2722.  
  2723. [SG6_Cisco_VPN_Client]
  2724. ;Cisco VPN Client Firewall
  2725. ;Version 4.6.04.0043
  2726. ;Can not be removed silently
  2727. ;This removes whole VPN Client
  2728. ProductType=External
  2729. KeySearchMain=HKEY_LOCAL_MACHINE
  2730. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2731. KeySearchEntry=DisplayName
  2732. KeySearchValue=VPN Client
  2733. DisplayName=VPN Client
  2734.  
  2735. [SG6_iProtectYou_709]
  2736. ProductType=External
  2737. ;iProtectYou, version 7.09
  2738. ;We're unable to remove this silently - so user has to uninstall it manually
  2739. ;detection and manual removal added
  2740. KeySearchMain=HKEY_LOCAL_MACHINE
  2741. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2742. KeySearchEntry=DisplayName
  2743. KeySearchValue=iProtectYou 7.09
  2744. DisplayName=iProtectYou 7.09
  2745. ;KeyEntry=UninstallString
  2746.  
  2747. [SG6_Kerio_Personal_Firewall]
  2748. ;Version 4.1.2
  2749. ProductType=External
  2750. KeySearchMain=HKEY_LOCAL_MACHINE
  2751. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2752. KeySearchEntry=DisplayName
  2753. KeySearchValue=Kerio Personal Firewall
  2754. ;MSICommand=MSIExec /x
  2755. ;MSIParam=/qn REMOVE=ALL 
  2756. DisplayName=Kerio Personal Firewall
  2757.  
  2758. [SG6_McAfee_AntiSpyware_110]
  2759. ;McAfee AntiSpyware, Version 1.10.0149.0
  2760. ;Cannot be removed silently
  2761. ;Detection only
  2762. ProductType=External
  2763. KeySearchMain=HKEY_LOCAL_MACHINE
  2764. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2765. KeySearchEntry=DisplayName
  2766. KeySearchValue=McAfee AntiSpyware
  2767. ;KeyEntry=UninstallString
  2768. DisplayName=McAfee AntiSpyware
  2769.  
  2770. [SG6_McAfee_IS]
  2771. ProductType=External
  2772. KeySearchMain=HKEY_LOCAL_MACHINE
  2773. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2774. KeySearchEntry=DisplayName
  2775. KeySearchValue=McAfee Internet Security
  2776. ;MSICommand=MSIExec /x
  2777. ;MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  2778. DisplayName=McAfee Internet Security
  2779.  
  2780. [SG6_McAfee_VS_FW]
  2781. ;McAfee VirusScan Professional/Personal Edition 7.02.6
  2782. ;The firewall component. Antivirus component handled with McAfee_HE and McAfee_PE.
  2783. ;This works for both personal and professional versions
  2784. ProductType=External
  2785. KeySearchMain=HKEY_LOCAL_MACHINE
  2786. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2787. KeySearchEntry=DisplayName
  2788. KeySearchValue=McAfee Firewall
  2789. ;MSICommand=MSIExec /x
  2790. ;MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  2791. DisplayName=McAfee Firewall
  2792.  
  2793. [SG6_MS_AntiSpyware]
  2794. ;Microsoft AntiSpyware, beta 1.0 version
  2795. ProductType=External
  2796. KeySearchMain=HKEY_LOCAL_MACHINE
  2797. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2798. KeySearchEntry=DisplayName
  2799. KeySearchValue=Microsoft AntiSpyware
  2800. DisplayName=Microsoft AntiSpyware
  2801. MSICommand=MSIExec /x
  2802. MSIParam=/qr REMOVE=ALL REBOOT=R
  2803. MSISilentParam=/q REMOVE=ALL REBOOT=R
  2804.  
  2805. [SG6_Norman_Personal_Firewall_14]
  2806. ;Version 1.42
  2807. ;Can not be removed silently.
  2808. ProductType=External
  2809. KeySearchMain=HKEY_LOCAL_MACHINE
  2810. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2811. KeySearchEntry=DisplayName
  2812. KeySearchValue=Norman Personal Firewall 1.42
  2813. DisplayName=Norman Personal Firewall 1.42
  2814. ;KeyEntry=UninstallString
  2815.  
  2816. [SG6_Norton2003]
  2817. ;Norton Antivirus 2003 a.k.a. version 9.0
  2818. ProductType=External
  2819. KeySearchMain=HKEY_LOCAL_MACHINE
  2820. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2821. KeySearchEntry=DisplayName
  2822. KeySearchValue=Norton AntiVirus 2003
  2823. DisplayName=Norton AntiVirus 2003
  2824.  
  2825. [SG6_Norton_IS_2005]
  2826. ;Norton Internet Security 2005, version 8.0.0.64
  2827. ;Include also Norton AntiVirus 2005, version 11.0.2.4,
  2828. ;Norton Personal Firewall 2005 and
  2829. ;Norton Internet Security 2005 Anti-Spyware Edition English and Chinese version 8.5.0.113
  2830. ;Cannot be removed silently
  2831. ProductType=External
  2832. KeySearchMain=HKEY_LOCAL_MACHINE
  2833. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2834. KeySearchEntry=DisplayName
  2835. KeySearchValue=Norton Internet Security 2005 (Symantec Corporation)
  2836. ;KeyEntry=UninstallString
  2837. DisplayName=Norton Internet Security 2005 
  2838.  
  2839. [SG6_Norton_IS_2006]
  2840. ;Norton Internet Security 2006 BETA, Version 9.0.0.41
  2841. ;Cannot be removed silently
  2842. ;Detection only
  2843. ProductType=External
  2844. KeySearchMain=HKEY_LOCAL_MACHINE
  2845. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2846. KeySearchEntry=DisplayName
  2847. KeySearchValue=Norton Internet Security 2006 (Symantec Corporation)
  2848. ;KeyEntry=UninstallString
  2849. DisplayName=Norton Internet Security 2006 (Symantec Corporation)
  2850.  
  2851. [SG6_Norton_Personal_Firewall_2004]
  2852. ;Norton Personal Firewall 2004, Version 7.0.0.177
  2853. ;Cannot be uninstalled automatically, for AVCS just detection
  2854. ProductType=External
  2855. KeySearchMain=HKEY_LOCAL_MACHINE
  2856. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2857. KeySearchEntry=DisplayName
  2858. KeySearchValue=Norton Personal Firewall (Symantec Corporation) 
  2859. DisplayName=Norton Personal Firewall (Symantec Corporation)
  2860. ;KeyEntry=UninstallString
  2861.  
  2862. [SG6_Norton_Systemworks_2004]
  2863. ;Norton Systemworks 2004 a.k.a. version 7.00.00
  2864. ;Detection only
  2865. ProductType=External
  2866. KeySearchMain=HKEY_LOCAL_MACHINE
  2867. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2868. KeySearchEntry=DisplayName
  2869. KeySearchValue=Norton SystemWorks 2004 Professional (Symantec Corporation)
  2870. ;Cannot be uninstalled automatically, for AVCS just detection:
  2871. ;KeyEntry=UninstallString
  2872. DisplayName=Norton SystemWorks 2004 Professional (Symantec Corporation) 
  2873.  
  2874. [SG6_Norton_Systemworks_2005]
  2875. ;Detection only
  2876. ProductType=External
  2877. KeySearchMain=HKEY_LOCAL_MACHINE
  2878. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2879. KeySearchEntry=DisplayName
  2880. KeySearchValue=Norton SystemWorks 2005 (Symantec Corporation)
  2881. DisplayName=Norton SystemWorks 2005 (Symantec Corporation)
  2882. ;Cannot be uninstalled automatically, for AVCS just detection:
  2883. ;KeyEntry=UninstallString
  2884.  
  2885. [SG6_Norton_IS_2009]
  2886. ;manual entry, no silent parameters found and dialog automation couldn't be used
  2887. ProductType=External
  2888. KeySearchMain=HKEY_LOCAL_MACHINE
  2889. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2890. KeySearchEntry=DisplayName
  2891. KeySearchValue=Norton Internet Security
  2892. ;KeyEntry=UninstallString
  2893. DisplayName=Norton Internet Security 2009
  2894.  
  2895. [SG6_Norton_AV_2009]
  2896. ;manual entry, no silent parameters found and dialog automation couldn't be used
  2897. ProductType=External
  2898. KeySearchMain=HKEY_LOCAL_MACHINE
  2899. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NAV
  2900. KeySearchEntry=DisplayName
  2901. KeySearchValue=Norton AntiVirus
  2902. ;KeyEntry=UninstallString
  2903. DisplayName=Norton AntiVirus 2009
  2904.  
  2905. [SG6_OpteNet_PC]
  2906. ProductType=External
  2907. ;Optenet Parental Control
  2908. ;Version 9.4.1
  2909. ;We're unable to remove this silently - so user has to uninstall it manually
  2910. ;detection and manual removal added
  2911. KeySearchMain=HKEY_LOCAL_MACHINE
  2912. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2913. KeySearchEntry=DisplayName
  2914. ;KeyEntry=UninstallString
  2915. KeySearchValue=OPTENET
  2916. DisplayName=OPTENET
  2917.  
  2918. [SG6_PandaPlatinum]
  2919. ;Panda Antivirus Platinum
  2920. ;Tested with version 7.01.80
  2921. ;We're unable to remove this silently - so user has to uninstall it manually
  2922. ;We just detect this
  2923. ProductType=External
  2924. KeySearchMain=HKEY_LOCAL_MACHINE
  2925. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2926. KeySearchEntry=DisplayName
  2927. KeySearchValue=Panda Antivirus Platinum
  2928. DisplayName=Panda Antivirus Platinum
  2929.  
  2930. [SG6_PandaPlatinum_IS8]
  2931. ;Panda Platinum Internet Security 8.0
  2932. ;We're unable to remove this silently - so user has to uninstall it manually
  2933. ;We just detect this
  2934. ProductType=External
  2935. KeySearchMain=HKEY_LOCAL_MACHINE
  2936. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2937. KeySearchEntry=DisplayName
  2938. KeySearchValue=Panda Platinum Internet Security
  2939. DisplayName=Panda Platinum Internet Security
  2940.  
  2941. [SG6_PandaTitanium_AV_2004]
  2942. ;Panda Titanium Antivirus 2004 (PTA 2004) v3.0
  2943. ;We're unable to remove this silently - so user has to uninstall it manually
  2944. ;We just detect this
  2945. ProductType=External
  2946. KeySearchMain=HKEY_LOCAL_MACHINE
  2947. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2948. KeySearchEntry=DisplayName
  2949. KeySearchValue=Panda Titanium Antivirus 2004
  2950. DisplayName=Panda Titanium Antivirus 2004
  2951.  
  2952. [SG6_PC_Cillin_2006]
  2953. ;Trend Micro PC Cillin Internet Security 2006
  2954. ;After removing operation manual reboot is needed
  2955. ProductType=External
  2956. KeySearchMain=HKEY_LOCAL_MACHINE
  2957. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2958. KeySearchEntry=DisplayName
  2959. KeySearchValue=Trend Micro PC-cillin Internet Security 2006
  2960. ;MSICommand=MSIExec /x
  2961. ;MSIParam=/qb REMOVE=ALL
  2962. DisplayName=Trend Micro PC-cillin Internet Security 2006
  2963.  
  2964. [SG6_Rising_AV]
  2965. ;manual because uninstallation requires user interaction
  2966. ;ENG,DEU
  2967. ProductType=External
  2968. KeySearchMain=HKEY_LOCAL_MACHINE
  2969. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2970. KeySearchEntry=DisplayName
  2971. KeySearchValue=Rising Antivirus*
  2972. ;KeyEntry=UninstallString
  2973. DisplayName=Rising Antivirus
  2974.  
  2975. [SG6_Rising_FW]
  2976. ;manual because uninstallation requires user interaction
  2977. ;ENG,DEU
  2978. ProductType=External
  2979. KeySearchMain=HKEY_LOCAL_MACHINE
  2980. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2981. KeySearchEntry=DisplayName
  2982. KeySearchValue=Rising Personal Firewall*
  2983. ;KeyEntry=UninstallString
  2984. DisplayName=Rising Personal Firewall
  2985.  
  2986. [SG6_Rising_IS]
  2987. ;manual because uninstallation requires user interaction
  2988. ;ENG,DEU
  2989. ProductType=External
  2990. KeySearchMain=HKEY_LOCAL_MACHINE
  2991. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2992. KeySearchEntry=DisplayName
  2993. KeySearchValue=Rising Internet Security*
  2994. ;KeyEntry=UninstallString
  2995. DisplayName=Rising Internet Security
  2996.  
  2997. [SG6_Rising_AV_CHI]
  2998. ;manual because uninstallation requires user interaction
  2999. ;Chinese
  3000. ProductType=External
  3001. KeySearchMain=HKEY_LOCAL_MACHINE
  3002. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3003. KeySearchEntry=DisplayName
  3004. KeySearchValue=╖τ¼P¿╛¼r│nÑ≤*
  3005. ;KeyEntry=UninstallString
  3006. ;ForceReboot=1
  3007. DisplayName=╖τ¼P¿╛¼r│nÑ≤
  3008.  
  3009. [SG6_Rising_FW_CHI]
  3010. ;manual because uninstallation requires user interaction
  3011. ;Chinese
  3012. ProductType=External
  3013. KeySearchMain=HKEY_LOCAL_MACHINE
  3014. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3015. KeySearchEntry=DisplayName
  3016. KeySearchValue=╖τ¼P¡╙ñH¿╛ñ⌡└≡*
  3017. ;KeyEntry=UninstallString
  3018. ;ForceReboot=1
  3019. DisplayName=╖τ¼P¡╙ñH¿╛ñ⌡└≡
  3020.  
  3021. [SG6_Rising_IS_CHI]
  3022. ;manual because uninstallation requires user interaction
  3023. ;Chinese
  3024. ProductType=External
  3025. KeySearchMain=HKEY_LOCAL_MACHINE
  3026. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3027. KeySearchEntry=DisplayName
  3028. KeySearchValue=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤*
  3029. ;KeyEntry=UninstallString
  3030. ;ForceReboot=1
  3031. DisplayName=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤
  3032.  
  3033. [SG6_Spy_Sweeper]
  3034. ;Version 3.2
  3035. ;Includes manual removal
  3036. ProductType=External
  3037. KeySearchMain=HKEY_LOCAL_MACHINE
  3038. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3039. KeySearchEntry=DisplayName
  3040. KeySearchValue=Spy Sweeper
  3041. DisplayName=Spy Sweeper
  3042. ;Cannot be uninstalled automatically, for AVCS just detection:
  3043. ;KeyEntry=UninstallString
  3044.  
  3045. [SG6_Symantec_CS_20]
  3046. ;Symantec Client Security 2.0
  3047. ;Also known as 9.0.0.338 
  3048. ;Includes firewall and anti-virus
  3049. ;Detection and manual removal
  3050. ProductType=External
  3051. KeySearchMain=HKEY_LOCAL_MACHINE
  3052. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3053. KeySearchEntry=DisplayName
  3054. KeySearchValue=Symantec Client Security
  3055. ;MSICommand=MSIExec /x
  3056. ;MSIParam=/qr REMOVE=ALL REBOOT=R
  3057. ;MSISilentParam=/q REMOVE=ALL REBOOT=R
  3058. DisplayName=Symantec Client Security
  3059.  
  3060. [SG6_TM_VirusWall_50]
  3061. ;Trend Micro InterScan VirusWall for SMB
  3062. ;Version 5.00.0000
  3063. ;We're unable to remove this silently - so user has to uninstall it manually
  3064. ;We just detect this
  3065. ProductType=External
  3066. KeySearchMain=HKEY_LOCAL_MACHINE
  3067. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3068. KeySearchEntry=DisplayName
  3069. KeySearchValue=Trend Micro InterScan VirusWall for SMB
  3070. DisplayName=Trend Micro InterScan VirusWall for SMB
  3071. ;KeyEntry=UninstallString 
  3072.  
  3073. [SG6_Viguard]
  3074. ;Viguard Firewall 2003, version 1.1
  3075. ;Viguard Dynamic Virus Protection 2002
  3076. ;Viguard Le Pack Securite, version 10
  3077. ;We're unable to remove this silently - so user has to uninstall it manually
  3078. ;We just detect this
  3079. ProductType=External
  3080. KeySearchMain=HKEY_LOCAL_MACHINE
  3081. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3082. KeySearchEntry=DisplayName
  3083. KeySearchValue=ViGUARD
  3084. DisplayName=ViGUARD
  3085. ;KeyEntry=UninstallString
  3086.  
  3087. [SG6_Yahoo_as_IE]
  3088. ;Yahoo anti-spyware toolbar for IE
  3089. ProductType=External
  3090. KeySearchMain=HKEY_LOCAL_MACHINE
  3091. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3092. KeySearchEntry=DisplayName
  3093. KeySearchValue=Yahoo! Toolbar
  3094. DisplayName=Yahoo! Toolbar
  3095.  
  3096. [SG6_ZeroAds_1.4]
  3097. ProductType=External
  3098. ;ZeroAds Popup blocker, version 1.4
  3099. ;We're unable to remove this silently - so user has to uninstall it manually
  3100. ;detection and manual removal added
  3101. KeySearchMain=HKEY_LOCAL_MACHINE
  3102. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3103. KeySearchEntry=DisplayName
  3104. KeySearchValue=ZeroAds
  3105. DisplayName=ZeroAds
  3106. ;KeyEntry=UninstallString
  3107.  
  3108. [SG6_ZOOMTOWNIS_45]
  3109. ;ZoomTownInternetSecurity 
  3110. ;Version 5.5
  3111. ;We're unable to remove this silently - so user has to uninstall it manually
  3112. ;We just detect this
  3113. ProductType=External
  3114. KeySearchMain=HKEY_LOCAL_MACHINE
  3115. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3116. KeySearchEntry=DisplayName
  3117. KeySearchValue=ZoomTownInternetSecurity v.4.5 
  3118. DisplayName=ZoomTownInternetSecurity v.4.5 
  3119. ;KeyEntry=UninstallString
  3120.  
  3121. [SG6_Norton_360]
  3122. ;Norton 360 for Vista32
  3123. ProductType=Internal
  3124. KeySearchMain=HKEY_LOCAL_MACHINE
  3125. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{2D617065-1C52-4240-B5BC-C0AE12157777}
  3126. KeySearchEntry=DisplayName
  3127. KeySearchValue=Norton 360 (Symantec Corporation)
  3128. ;KeyEntry=UninstallString
  3129. DisplayName=Norton 360
  3130. ;DialogAutomation=Norton 360 Setup,Remove All|Norton 360 Setup,"Save Norton 360 Backup settings"|Norton 360 Setup,Uninstall|Norton 360 Setup,Next >|Norton 360 Setup,Restart Windows Later|Norton 360 Setup,Finish
  3131.  
  3132. [SG6_Norton_360_version3]
  3133. ;Norton 360 version 3
  3134. ;reboot during manual installation
  3135. ProductType=Internal
  3136. KeySearchMain=HKEY_LOCAL_MACHINE
  3137. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\N360
  3138. KeySearchEntry=DisplayName
  3139. KeySearchValue=Norton 360
  3140. ;KeyEntry=UninstallString
  3141. DisplayName=Norton 360
  3142. ;ForceReboot=1
  3143.  
  3144. [SG6_FSES]
  3145. ;Tested with version 0.5.88 and 0.60.77
  3146. ProductType=Internal
  3147. KeySearchMain=HKEY_LOCAL_MACHINE
  3148. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3149. KeySearchEntry=DisplayName
  3150. KeySearchValue=F-Secure ExploitShield
  3151. ;KeyEntry=UninstallString
  3152. DisplayName=F-Secure ExploitShield
  3153.  
  3154. [Sophos]
  3155. ProductType=External
  3156. KeySearchMain=HKEY_LOCAL_MACHINE
  3157. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Sophos-SweepNT
  3158. KeySearchEntry=DisplayName
  3159. KeySearchValue=Sophos Anti-Virus*
  3160. KeyEntry=UninstallString
  3161. DisplayName=Sophos Anti-Virus
  3162. DialogAutomation=SOPHOS Removal,Next >|SOPHOS Setup - Active Applications,Close|SOPHOS Removal,Finish|SOPHOS Removal - Removal Complete,Exit - Restart Later
  3163.  
  3164. [Sophos_505]
  3165. ;can remove also sophos 7.0.6, 7.3.3
  3166. ProductType=External
  3167. KeySearchMain=HKEY_LOCAL_MACHINE
  3168. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3169. KeySearchEntry=DisplayName
  3170. KeySearchValue=Sophos Anti-Virus
  3171. MSICommand=MSIExec /x
  3172. MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
  3173. DisplayName=Sophos Anti-Virus
  3174.  
  3175. [Sophos_505_AutoUpdate]
  3176. ;can remove also sophos 7.0.6 and 7.3.3 autoupdate
  3177. ProductType=External
  3178. KeySearchMain=HKEY_LOCAL_MACHINE
  3179. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3180. KeySearchEntry=DisplayName
  3181. KeySearchValue=Sophos AutoUpdate
  3182. MSICommand=MSIExec /x
  3183. MSIParam=/qn
  3184. DisplayName=Sophos AutoUpdate
  3185.  
  3186. [Sophos_706_RMS]
  3187. ;Tested with Sophos Antivirus 7.0.6
  3188. ProductType=External
  3189. KeySearchMain=HKEY_LOCAL_MACHINE
  3190. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3191. KeySearchEntry=DisplayName
  3192. KeySearchValue=Sophos Remote Management System
  3193. MSICommand=MSIExec /x
  3194. MSIParam=/qn
  3195. DisplayName=Sophos Remote Management System
  3196.  
  3197. [Sourcenext_2006]
  3198. ;Sourcenext 2006
  3199. ;Japanese version
  3200. ;includes AV and FW
  3201. ProductType=External
  3202. KeySearchMain=HKEY_LOCAL_MACHINE
  3203. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{85F6FC98-FA56-4D01-AAC2-BF2993BF77E5}
  3204. KeySearchEntry=DisplayName
  3205. KeySearchValue=âEâCâïâXâZâLâàâèâeâB
  3206. MSICommand=MSIExec /x
  3207. MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
  3208. DisplayName=âEâCâïâXâZâLâàâèâeâB
  3209.  
  3210. [Spy_Sweeper]
  3211. ProductType=External
  3212. KeySearchMain=HKEY_LOCAL_MACHINE
  3213. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3214. KeySearchEntry=DisplayName
  3215. KeySearchValue=Spy Sweeper
  3216. DisplayName=Spy Sweeper
  3217. KeyEntry=UninstallString
  3218.  
  3219. [Spybot1.3]
  3220. ProductType=External
  3221. KeySearchMain=HKEY_LOCAL_MACHINE
  3222. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3223. KeySearchEntry=DisplayName
  3224. KeySearchValue=Spybot - Search & Destroy 1.3
  3225. DisplayName=Spybot - Search & Destroy 1.3
  3226. KeyEntry=UninstallString
  3227. KeyParam=/silent /NoRestart
  3228.  
  3229. [Spy_Terminator]
  3230. ProductType=External
  3231. KeySearchMain=HKEY_LOCAL_MACHINE
  3232. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Spyware Terminator_is1
  3233. KeySearchEntry=DisplayName
  3234. KeySearchValue=Spyware Terminator
  3235. DisplayName=Spyware Terminator
  3236. KeyEntry=QuietUninstallString
  3237.  
  3238. [Spy_Toolbar]
  3239. ProductType=External
  3240. KeySearchMain=HKEY_LOCAL_MACHINE
  3241. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CToolbar_UNINSTALL
  3242. KeySearchEntry=DisplayName
  3243. KeySearchValue=Crawler Toolbar with Web Security Guard
  3244. DisplayName=Crawler Toolbar with Web Security Guard
  3245.  
  3246. [Symantec_AV_10]
  3247. ProductType=External
  3248. KeySearchMain=HKEY_LOCAL_MACHINE
  3249. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3250. KeySearchEntry=DisplayName
  3251. KeySearchValue=Symantec AntiVirus
  3252. MSICommand=MSIExec /x
  3253. MSIParam=/qr REMOVE=ALL REBOOT=R
  3254. MSISilentParam=/q REMOVE=ALL REBOOT=R
  3255. DisplayName=Symantec AntiVirus
  3256.  
  3257. [Symantec_AV_10_0_1]
  3258. ProductType=External
  3259. SidegradePlugin=symav9_10.dll
  3260. DisplayName=Symantec AntiVirus
  3261.  
  3262. [Symantec_AV_902]
  3263. ProductType=External
  3264. SidegradePlugin=symav9.dll
  3265. DisplayName=Symantec AntiVirus
  3266.  
  3267. [Symantec_CE]
  3268. ;Symantec AntiVirus Corporate Edition
  3269. ProductType=External
  3270. KeySearchMain=HKEY_LOCAL_MACHINE
  3271. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3272. KeySearchEntry=DisplayName
  3273. KeySearchValue=Symantec AntiVirus Client
  3274. MSICommand=MSIExec /x
  3275. MSIParam=/q REMOVE=ALL REBOOT=R
  3276. DisplayName=Symantec AntiVirus Client
  3277.  
  3278. [Symantec_CE_90]
  3279. ;Symantec AntiVirus Corporate Edition
  3280. ProductType=External
  3281. KeySearchMain=HKEY_LOCAL_MACHINE
  3282. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3283. KeySearchEntry=DisplayName
  3284. KeySearchValue=Symantec AntiVirus
  3285. MSICommand=MSIExec /x
  3286. MSISilentParam=/qr REMOVE=ALL REBOOT=R
  3287. DisplayName=Symantec AntiVirus 
  3288.  
  3289. [Symantec_CS_20]
  3290. ;Symantec Client Security 2.0
  3291. ;Also known as 9.0.0.338 
  3292. ;Includes firewall and anti-virus
  3293. ProductType=External
  3294. KeySearchMain=HKEY_LOCAL_MACHINE
  3295. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{00CD72B3-E2DF-4DFC-BCC1-5CC4F564518D}
  3296. KeySearchEntry=DisplayName
  3297. KeySearchValue=Symantec Client Security
  3298. MSICommand=MSIExec /x
  3299. MSIParam=/qr REMOVE=ALL REBOOT=R
  3300. MSISilentParam=/q REMOVE=ALL REBOOT=R
  3301. DisplayName=Symantec Client Security
  3302.  
  3303. [Symantec_CS_30]
  3304. ProductType=External
  3305. KeySearchMain=HKEY_LOCAL_MACHINE
  3306. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E9FA3047-0B15-4E19-85CE-EE7FC6E60F99}
  3307. KeySearchEntry=DisplayName
  3308. KeySearchValue=Symantec Client Security
  3309. MSICommand=MSIExec /x
  3310. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  3311. DisplayName=Symantec Client Security
  3312.  
  3313. [Symantec_Endpoint]
  3314. ProductType=External
  3315. KeySearchMain=HKEY_LOCAL_MACHINE
  3316. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3317. KeySearchEntry=DisplayName
  3318. KeySearchValue=Symantec Endpoint Protection
  3319. MSICommand=MSIExec /x
  3320. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  3321. DisplayName=Symantec Endpoint Protection
  3322.  
  3323. [Symantec_LiveUpdate_17]
  3324. ;Symantec Live Update (for Symantec AV corporate edition)
  3325. ProductType=External
  3326. KeySearchMain=HKEY_LOCAL_MACHINE
  3327. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3328. KeySearchEntry=DisplayName
  3329. KeySearchValue=LiveUpdate 1.7 (Symantec Corporation)
  3330. KeyEntry=UninstallString
  3331. KeyParam=/Q
  3332. DisplayName=LiveUpdate 1.7 (Symantec Corporation)
  3333.  
  3334. [Symantec_LiveUpdate_18]
  3335. ;Symantec Live Update (for Symantec AV corporate edition)
  3336. ProductType=External
  3337. KeySearchMain=HKEY_LOCAL_MACHINE
  3338. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3339. KeySearchEntry=DisplayName
  3340. KeySearchValue=LiveUpdate 1.80 (Symantec Corporation)
  3341. KeyEntry=UninstallString 
  3342. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Installation de LiveUpdate,Oui#Installation de LiveUpdate,OK
  3343. DisplayName=LiveUpdate 1.80 (Symantec Corporation)
  3344.  
  3345. [Symantec_LiveUpdate_2.0]
  3346. ProductType=External
  3347. KeySearchMain=HKEY_LOCAL_MACHINE
  3348. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3349. KeySearchEntry=DisplayName
  3350. KeySearchValue=LiveUpdate 2.0 (Symantec Corporation)
  3351. KeyEntry=UninstallString 
  3352. KeyParam=/Q
  3353. DisplayName=LiveUpdate 2.0 (Symantec Corporation)
  3354.  
  3355. [Symantec_LiveUpdate_26]
  3356. ;Symantec Live Update (for Symantec AV corporate edition)
  3357. ;also in Symantec Client Security 3.0
  3358. ProductType=External
  3359. KeySearchMain=HKEY_LOCAL_MACHINE
  3360. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3361. KeySearchEntry=DisplayName
  3362. KeySearchValue=LiveUpdate 2.6 (Symantec Corporation)
  3363. KeyEntry=UninstallString 
  3364. KeyParam=/Q
  3365. DisplayName=LiveUpdate 2.6 (Symantec Corporation)
  3366.  
  3367. [Symantec_LiveUpdate]
  3368. ProductType=External
  3369. KeySearchMain=HKEY_LOCAL_MACHINE
  3370. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3371. KeySearchEntry=DisplayName
  3372. KeySearchValue=LiveUpdate
  3373. KeyEntry=UninstallString 
  3374. DialogAutomation=DETACHED_PROCESS_AUTOMATION;DΘsinstallation de LiveUpdate,Oui#DΘsinstallation de LiveUpdate,OK
  3375. DisplayName=LiveUpdate
  3376.  
  3377. [Symantec_LiveUpdate_1.6]
  3378. ProductType=External
  3379. KeySearchMain=HKEY_LOCAL_MACHINE
  3380. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3381. KeySearchEntry=DisplayName
  3382. KeySearchValue=LiveUpdate 1.6 (Symantec Corporation)
  3383. KeyEntry=UninstallString 
  3384. KeyParam=/Q
  3385. DisplayName=LiveUpdate 1.6 (Symantec Corporation)
  3386.  
  3387. [Symantec_LiveUpdate_3.3]
  3388. ProductType=External
  3389. KeySearchMain=HKEY_LOCAL_MACHINE
  3390. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3391. KeySearchEntry=DisplayName
  3392. KeySearchValue=LiveUpdate 3.3 (Symantec Corporation)
  3393. KeyEntry=UninstallString 
  3394. KeyParam=/Q
  3395. DisplayName=LiveUpdate 3.3 (Symantec Corporation)
  3396.  
  3397. [Symantec_LiveUpdate_3.4]
  3398. ;This is for US office
  3399. ProductType=External
  3400. KeySearchMain=HKEY_LOCAL_MACHINE
  3401. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3402. KeySearchEntry=DisplayName
  3403. KeySearchValue=LiveUpdate (Symantec Corporation)
  3404. KeyEntry=UninstallString
  3405. DialogAutomation=Windows Installer,Yes#LiveUpdate (Symantec Corporation),Yes
  3406. DisplayName=LiveUpdate (Symantec Corporation)
  3407.  
  3408. [Symantec_LiveUpdate_3.1]
  3409. ProductType=External
  3410. KeySearchMain=HKEY_LOCAL_MACHINE
  3411. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3412. KeySearchEntry=DisplayName
  3413. KeySearchValue=LiveUpdate 3.1 (Symantec Corporation)
  3414. KeyEntry=UninstallString 
  3415. KeyParam=/Q
  3416. DisplayName=LiveUpdate 3.1 (Symantec Corporation)
  3417.  
  3418. [Symantec_LiveUpdate_3.2]
  3419. ProductType=External
  3420. KeySearchMain=HKEY_LOCAL_MACHINE
  3421. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3422. KeySearchEntry=DisplayName
  3423. KeySearchValue=LiveUpdate 3.2 (Symantec Corporation)
  3424. KeyEntry=UninstallString 
  3425. KeyParam=/Q
  3426. DisplayName=LiveUpdate 3.2 (Symantec Corporation)
  3427.  
  3428. [Threatfire]
  3429. ;version 5.3.3
  3430. ProductType=External
  3431. KeySearchMain=HKEY_LOCAL_MACHINE
  3432. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3433. KeySearchEntry=DisplayName
  3434. KeySearchValue=ThreatFire
  3435. DisplayName=ThreatFire
  3436. KeyEntry=QuietUninstallString
  3437.  
  3438. [Spyware_doctor6.1]
  3439. ;version 6.1
  3440. ProductType=External
  3441. KeySearchMain=HKEY_LOCAL_MACHINE
  3442. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3443. KeySearchEntry=DisplayName
  3444. KeySearchValue=Spyware Doctor 6.1
  3445. DisplayName=Spyware Doctor 6.1
  3446. ;KeyEntry=QuietUninstallString
  3447. ;DialogAutomation=Spyware Doctor Uninstall,No$Spyware Doctor Uninstall,Ei$Spyware Doctor Uninstall,Nej$Spyware Doctor Uninstall,Non$Spyware Doctor Uninstall,Nein
  3448. ;ForceReboot=1
  3449.  
  3450. [TM_OfficeScan]
  3451. ;Trend Micro OfficeScan Corporate edition
  3452. ;version 5.5, 7.0, 7.3, 8.x
  3453. ProductType=External
  3454. SidegradePlugin=TRENDRM.DLL
  3455. DisplayName=Trend Micro OfficeScan Client
  3456.  
  3457. [TM_VirusWall_50]
  3458. ProductType=External
  3459. KeySearchMain=HKEY_LOCAL_MACHINE
  3460. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3461. KeySearchEntry=DisplayName
  3462. KeySearchValue=Trend Micro InterScan VirusWall for SMB
  3463. DisplayName=Trend Micro InterScan VirusWall for SMB
  3464. KeyEntry=UninstallString 
  3465.  
  3466. [Trend_IS_2004]
  3467. ;This includes av, firewall, email scanning, privacy data control and spam control
  3468. ProductType=External
  3469. KeySearchMain=HKEY_LOCAL_MACHINE
  3470. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3943C4CF-AC42-4E00-8824-25159B8478F1}
  3471. KeySearchEntry=DisplayName
  3472. KeySearchValue=Trend Micro Internet Security
  3473. MSICommand=MSIExec /x
  3474. MSIParam=/qr REMOVE=ALL REBOOT=R
  3475. MSISilentParam=/q REMOVE=ALL REBOOT=R
  3476. DisplayName=Trend Micro Internet Security
  3477.  
  3478. [Trend_Micro_AntiVirus_2007]
  3479. ; Trend Micro AntiVirus 2007 32-bit
  3480. ProductType=External
  3481. KeySearchMain=HKEY_LOCAL_MACHINE
  3482. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{71E4D679-20AB-41E9-A350-D5BF92088FFE}
  3483. KeySearchEntry=DisplayName
  3484. KeySearchValue=Trend Micro AntiVirus
  3485. KeyEntry=UninstallString
  3486. KeyParam=/qb /norestart
  3487. DisplayName=Trend Micro AntiVirus 2007
  3488.  
  3489. [Trend_Micro_Internet_Security_2007]
  3490. ProductType=External
  3491. KeySearchMain=HKEY_LOCAL_MACHINE
  3492. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TmPcc
  3493. KeySearchEntry=DisplayName
  3494. KeySearchValue=Trend Micro PC-cillin Internet Security 2007
  3495. DisplayName=Trend Micro PC-cillin Internet Security 2007
  3496.  
  3497. [Trend_Micro_IS_PRO]
  3498. ; Trend Micro Internet Security Pro 2008
  3499. ; works also for IS2009
  3500. ProductType=External
  3501. KeySearchMain=HKEY_LOCAL_MACHINE
  3502. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  3503. KeySearchEntry=DisplayName
  3504. KeySearchValue=Trend Micro Internet Security Pro
  3505. DisplayName=Trend Micro Internet Security Pro
  3506. KeyEntry=UninstallString
  3507. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Trend Micro Internet Security Pro Installation Wizard,Next >#Trend Micro Internet Security Pro Installation Wizard,Remove#Trend Micro Internet Security Pro Installation Wizard,Finish
  3508.  
  3509. [Trend_IS_2008]
  3510. ;This includes av, firewall, email scanning, privacy data control and spam control
  3511. ProductType=External
  3512. KeySearchMain=HKEY_LOCAL_MACHINE
  3513. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  3514. KeySearchEntry=DisplayName
  3515. KeySearchValue=Trend Micro Internet Security
  3516. KeyEntry=UninstallString
  3517. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Trend Micro Internet Security Installation Wizard,Next >$Assistant d'installation de Trend Micro Internet Security,Suivant >$Trend Micro Internet Security Installationsassistent,Weiter >$Procedura guidata di installazione di Trend Micro Internet Security,Avanti >#Trend Micro Internet Security Installation Wizard,Remove$Assistant d'installation de Trend Micro Internet Security,Supprimer$Trend Micro Internet Security Installationsassistent,Entfernen$Procedura guidata di disinstallazione di Trend Micro Internet Security,Rimuovi#Trend Micro Internet Security Installation Wizard,Finish$Assistant d'installation de Trend Micro Internet Security,Terminer$Trend Micro Internet Security Installationsassistent,Fertig stellen$Procedura guidata di installazione di Trend Micro Internet Security,Fine
  3518. DisplayName=Trend Micro Internet Security
  3519.  
  3520. [Trend_AV2008]
  3521. ProductType=External
  3522. KeySearchMain=HKEY_LOCAL_MACHINE
  3523. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  3524. KeySearchEntry=DisplayName
  3525. KeySearchValue=Trend Micro AntiVirus
  3526. DisplayName=Trend Micro AntiVirus
  3527. KeyEntry=UninstallString
  3528. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Trend Micro AntiVirus Installation Wizard,Next >$Assistant d'installation de Trend Micro AntiVirus,Suivant >$Trend Micro AntiVirus Installationsassistent,Weiter >$Procedura guidata di installazione di Trend Micro AntiVirus,Avanti >#Trend Micro AntiVirus Installation Wizard,Remove$Assistant d'installation de Trend Micro AntiVirus,Supprimer$Trend Micro AntiVirus Installationsassistent,Entfernen$Procedura guidata di disinstallazione di Trend Micro AntiVirus,Rimuovi#Trend Micro AntiVirus Installation Wizard,Finish$Assistant d'installation de Trend Micro AntiVirus,Terminer$Trend Micro AntiVirus Installationsassistent,Fertig stellen$Procedura guidata di installazione di Trend Micro AntiVirus,Fine
  3529.  
  3530. [Trend_Micro_SRV_PROTECT_5]
  3531. ; Trend Micro ServerProtect Normal Server 5.7
  3532. ProductType=External
  3533. KeySearchMain=HKEY_LOCAL_MACHINE
  3534. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ServerProtect for NT\
  3535. KeySearchEntry=DisplayName
  3536. KeySearchValue=ServerProtect Normal Server
  3537. DisplayName=Trend Micro ServerProtect Normal Server 5
  3538. KeyEntry=UninstallString
  3539. KeyParam=SILENT
  3540.  
  3541. [TrendVB_2004-JPN]
  3542. ;Trend Micro Virus Buster 2004
  3543. ;Japanese version
  3544. ;Removed from the list because #62940 + Trend Micro has stopped support for this product
  3545. ProductType=External
  3546. KeySearchMain=HKEY_LOCAL_MACHINE
  3547. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3548. KeySearchEntry=DisplayName
  3549. KeySearchValue=âEâCâïâXâoâXâ^ü[2004
  3550. MSICommand=MSIExec /x
  3551. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  3552. DisplayName=âEâCâïâXâoâXâ^ü[2004
  3553.  
  3554. [TrendVB_2005-JPN]
  3555. ;Trend Micro Virus Buster 2005
  3556. ;Japanese version
  3557. ;Removed from the list because #62940 + Trend Micro has stopped support for this product
  3558. ProductType=External
  3559. KeySearchMain=HKEY_LOCAL_MACHINE
  3560. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3561. KeySearchEntry=DisplayName
  3562. KeySearchValue=âEâCâïâXâoâXâ^ü[2005
  3563. MSICommand=MSIExec /x
  3564. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  3565. DisplayName=âEâCâïâXâoâXâ^ü[2005
  3566.  
  3567. [TrendVB_2006-JPN]
  3568. ;Trend Micro Virus Buster 2006
  3569. ;Japanese version
  3570. ProductType=External
  3571. KeySearchMain=HKEY_LOCAL_MACHINE
  3572. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EA8C73AA-3D75-44C9-87A2-8E945FC5FEE6}
  3573. KeySearchEntry=DisplayName
  3574. KeySearchValue=âEâCâïâXâoâXâ^ü[2006
  3575. !
  3576. ü[2006
  3577. MSICommand=MSIExec /x
  3578. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  3579. DisplayName=âEâCâïâXâoâXâ^ü[2006
  3580. !
  3581. ü[2006
  3582.  
  3583. [TrendVB_2009-JPN]
  3584. ;Trend Micro Virus Buster 2009
  3585. ;Japanese version
  3586. ProductType=External
  3587. KeySearchMain=HKEY_LOCAL_MACHINE
  3588. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  3589. KeySearchEntry=DisplayName
  3590. KeySearchValue=âEâCâïâXâoâXâ^ü[2009
  3591. KeyEntry=UninstallString
  3592. DialogAutomation=DETACHED_PROCESS_AUTOMATION;âEâCâïâXâoâXâ^ü[2009 âCâôâXâgü[âë,âAâôâCâôâXâgü[âï(U)#âEâCâïâXâoâXâ^ü[2009 âCâôâXâgü[âë,îπé┼ì─ïNô«é╖éΘ(L)
  3593. DisplayName=âEâCâïâXâoâXâ^ü[2009
  3594.  
  3595. [Viguard]
  3596. ;Viguard Firewall 2003, version 1.1
  3597. ;Viguard Dynamic Virus Protection 2002
  3598. ;Viguard Le Pack Securite, version 10
  3599. ProductType=External
  3600. KeySearchMain=HKEY_LOCAL_MACHINE
  3601. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3602. KeySearchEntry=DisplayName
  3603. KeySearchValue=ViGUARD
  3604. DisplayName=ViGUARD
  3605. KeyEntry=UninstallString
  3606.  
  3607. [Windows_Live_OneCare]
  3608. ProductType=External
  3609. KeySearchMain=HKEY_LOCAL_MACHINE
  3610. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinSS
  3611. KeySearchEntry=DisplayName
  3612. KeySearchValue=Windows Live OneCare
  3613. KeyEntry=UninstallString
  3614. DisplayName=Windows Live OneCare
  3615. DialogAutomation=Uninstall Windows Live OneCare,Uninstall$Windows Live OneCare - verwijderen,Verwijderen$DΘsinstaller Windows Live OneCare,DΘsinstaller$Windows Live OneCare-Deinstallation,Deinstallieren$Disinstalla Windows Live OneCare,Disinstalla$Desinstalaci≤n de Windows Live OneCare,Desinstalar$Windows Live OneCare é╠âAâôâCâôâXâgü[âï,âAâôâCâôâXâgü[âï(U)#Uninstall Windows Live OneCare,Restart my computer now$Windows Live OneCare - verwijderen,Opnieuw opstarten$DΘsinstaller Windows Live OneCare,RedΘmarrer mon ordinateur maintenant$Windows Live OneCare-Deinstallation,Computer jetzt neu starten$Disinstalla Windows Live OneCare,Riavvia il computer$Desinstalaci≤n de Windows Live OneCare,Reiniciar mi equipo ahora$Windows Live OneCare é╠âAâôâCâôâXâgü[âï,âRâôâsâàü[â^é≡ìíé╖é«ì─ïNô«é╖éΘ(R)#Uninstall Windows Live OneCare,Finish$Windows Live OneCare - verwijderen,Voltooien$DΘsinstaller Windows Live OneCare,Terminer$Windows Live OneCare-Deinstallation,Fertig stellen$Disinstalla Windows Live OneCare,Fine$Desinstalaci≤n de Windows Live OneCare,Finalizar$Windows Live OneCare é╠âAâôâCâôâXâgü[âï,è«ù╣
  3616.  
  3617. [Yahoo_as_IE]
  3618. ;Yahoo anti-spyware toolbar for IE
  3619. ProductType=External
  3620. KeySearchMain=HKEY_LOCAL_MACHINE
  3621. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3622. KeySearchEntry=DisplayName
  3623. KeySearchValue=Yahoo! Toolbar
  3624. DisplayName=Yahoo! Toolbar
  3625. KeyEntry=UninstallString
  3626.  
  3627. [ZeroAds_1.4]
  3628. ProductType=External
  3629. ;ZeroAds Popup blocker
  3630. KeySearchMain=HKEY_LOCAL_MACHINE
  3631. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3632. KeySearchEntry=DisplayName
  3633. KeySearchValue=ZeroAds
  3634. DisplayName=ZeroAds
  3635. KeyEntry=UninstallString
  3636.  
  3637. [ZoneAlarm]
  3638. ;Changed to be detection only - 17.7.08
  3639. ProductType=External
  3640. DisplayName=ZoneAlarm
  3641. SidegradePlugin=cscozarm.dll
  3642.  
  3643. [ZoneAlarm_Security_Suite]
  3644. ;Removed from use
  3645. ProductType=External
  3646. KeySearchMain=HKEY_LOCAL_MACHINE
  3647. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3648. KeySearchEntry=DisplayName
  3649. KeySearchValue=ZoneAlarm Security Suite
  3650. DisplayName=ZoneAlarm Security Suite
  3651. KeyEntry=UninstallString
  3652. KeyParam=/S 
  3653.  
  3654. [ZOOMTOWNIS_45]
  3655. ProductType=External
  3656. KeySearchMain=HKEY_LOCAL_MACHINE
  3657. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3658. KeySearchEntry=DisplayName
  3659. KeySearchValue=ZoomTownInternetSecurity v.4.5 
  3660. DisplayName=ZoomTownInternetSecurity v.4.5 
  3661. KeyEntry=UninstallString
  3662.  
  3663.