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