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-159-signed.exe / configuration / fssg / fsremoval.ini < prev    next >
INI File  |  2010-11-10  |  168KB  |  4,233 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. [F_Prot_AV_For_Windows_LAN]
  1210. ProductType=External
  1211. KeySearchMain=HKEY_LOCAL_MACHINE
  1212. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1213. KeySearchEntry=DisplayName
  1214. KeySearchValue=F-PROT Antivirus for Windows - LAN Updates
  1215. MSICommand=MSIExec /x
  1216. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1217. DisplayName=F-PROT Antivirus for Windows - LAN Updates
  1218.  
  1219. [GDATA_AV_2007]
  1220. ProductType=External
  1221. KeySearchMain=HKEY_LOCAL_MACHINE
  1222. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4D0FEAB4-5D81-4461-A9CA-766B530FC6EA}
  1223. KeySearchEntry=DisplayName
  1224. KeySearchValue=G DATA AntiVirenKit
  1225. KeyEntry=UninstallString
  1226. DisplayName=G DATA AntiVirenKit
  1227. 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
  1228.  
  1229. [GDATA_AV_2008]
  1230. ProductType=External
  1231. KeySearchMain=HKEY_LOCAL_MACHINE
  1232. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C5FA15A8-5849-4595-AFAD-C414A31A7516}
  1233. KeySearchEntry=DisplayName
  1234. KeySearchValue=G DATA AntiVirus
  1235. KeyEntry=UninstallString
  1236. DisplayName=G DATA AntiVirus
  1237. 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
  1238.  
  1239. [GDATA_AV_2010]
  1240. ProductType=External
  1241. KeySearchMain=HKEY_LOCAL_MACHINE
  1242. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0FDB2D25-D880-4E10-868F-8C64EFE155F1}
  1243. KeySearchEntry=DisplayName
  1244. KeySearchValue=G DATA AntiVirus
  1245. KeyEntry=UninstallString
  1246. DisplayName=G DATA AntiVirus
  1247. 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
  1248.  
  1249. [GDATA_IS_2007]
  1250. ProductType=External
  1251. KeySearchMain=HKEY_LOCAL_MACHINE
  1252. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9128E393-0013-4B04-BD72-73287A25B28C}
  1253. KeySearchEntry=DisplayName
  1254. KeySearchValue=G DATA InternetSecurity
  1255. KeyEntry=UninstallString
  1256. DisplayName=G DATA InternetSecurity
  1257. 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
  1258.  
  1259. [GDATA_IS_2010]
  1260. ProductType=External
  1261. KeySearchMain=HKEY_LOCAL_MACHINE
  1262. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D729E05E-B2B9-4DC4-AF57-47310576EDE0}
  1263. KeySearchEntry=DisplayName
  1264. KeySearchValue=G DATA InternetSecurity
  1265. KeyEntry=UninstallString
  1266. DisplayName=G DATA InternetSecurity
  1267. 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
  1268.  
  1269. [GDATA_Total_care_2008]
  1270. ProductType=External
  1271. KeySearchMain=HKEY_LOCAL_MACHINE
  1272. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6FFD7DF3-0AC5-4727-A7D9-EBD39BE1FEB8}
  1273. KeySearchEntry=DisplayName
  1274. KeySearchValue=G DATA TotalCare
  1275. KeyEntry=UninstallString
  1276. DisplayName=G DATA TotalCare
  1277. 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
  1278.  
  1279. [GDATA_Total_care_2010]
  1280. ProductType=External
  1281. KeySearchMain=HKEY_LOCAL_MACHINE
  1282. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C8D55041-A13C-4620-8DF4-9C5A9C16908D}
  1283. KeySearchEntry=DisplayName
  1284. KeySearchValue=G DATA TotalCare
  1285. KeyEntry=UninstallString
  1286. DisplayName=G DATA TotalCare
  1287. 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
  1288.  
  1289. [H+BEDV_AntiVir]
  1290. ;H+BEDV AntiVir Personal Edition 6.19
  1291. ProductType=External
  1292. KeySearchMain=HKEY_LOCAL_MACHINE
  1293. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1294. KeySearchEntry=DisplayName
  1295. KeySearchValue-nt51=AntiVir/XP
  1296. KeyEntry=UninstallString
  1297. KeyParam=/silent
  1298. DisplayName=H+BEDV AntiVir Personal Edition
  1299.  
  1300. [iProtectYou_709]
  1301. ProductType=External
  1302. KeySearchMain=HKEY_LOCAL_MACHINE
  1303. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1304. KeySearchEntry=DisplayName
  1305. KeySearchValue=iProtectYou 7.09
  1306. DisplayName=iProtectYou 7.09
  1307. KeyEntry=UninstallString
  1308.  
  1309. [Jiangmin_KV2007]
  1310. ProductType=External
  1311. KeySearchMain=HKEY_LOCAL_MACHINE
  1312. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\kv2007
  1313. KeySearchEntry=DisplayName
  1314. KeySearchValue=Jiangmin Antivirus Software
  1315. DisplayName=Jiangmin Antivirus Software
  1316.  
  1317. [K7_TotalSecurity_2006]
  1318. ProductType=External
  1319. KeySearchMain=HKEY_LOCAL_MACHINE
  1320. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CCB276E6-0B2E-11DA-B617-0008A17E7A0F}
  1321. KeySearchEntry=DisplayName
  1322. KeySearchValue=K7 TotalSecurity 2006
  1323. KeyEntry=UninstallString
  1324. DisplayName=K7 TotalSecurity 2006
  1325. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Windows Installer,Yes#K7Total Security 2006,Yes
  1326.  
  1327. [K7_AV_2010]
  1328. ;2010 version
  1329. ProductType=External
  1330. KeySearchMain=HKEY_LOCAL_MACHINE
  1331. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1332. KeySearchEntry=DisplayName
  1333. KeySearchValue=K7AntiVirus*
  1334. KeyEntry=UninstallString
  1335. DisplayName=K7AntiVirus
  1336. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Windows Installer,Ja$Windows Installer,Yes#K7TotalSecurity,Ja$K7TotalSecurity,Yes#K7TotalSecurity,Nein$K7TotalSecurity,No
  1337.  
  1338. [K7_TS_2010]
  1339. ;2010 version
  1340. ;K7 TS uninstaller never gives finish-message so sg will continue forever 'removing' this product even though it has been already removed -> detection only
  1341. ProductType=External
  1342. KeySearchMain=HKEY_LOCAL_MACHINE
  1343. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1344. KeySearchEntry=DisplayName
  1345. KeySearchValue=K7TotalSecurity*
  1346. DisplayName=K7TotalSecurity
  1347.  
  1348. [KAS101_PE]
  1349. ;Conflicts with our Anti-Virus / Anti-Spyware component
  1350. ProductType=External
  1351. KeySearchMain=HKEY_LOCAL_MACHINE
  1352. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2A3CEBFA-0E93-4b88-83FD-E93348F35D8C}
  1353. KeySearchEntry=DisplayName
  1354. KeySearchValue=Kaspersky Anti-Spam Personal
  1355. DisplayName=Kaspersky Anti-Spam Personal
  1356.  
  1357. [KAS_AV_60]
  1358. ProductType=External
  1359. KeySearchMain=HKEY_LOCAL_MACHINE
  1360. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{75193929-9A52-4CA4-98DE-8C7296940920}
  1361. KeySearchValue=Kaspersky Anti-Virus 6.0
  1362. KeySearchEntry=DisplayName
  1363. KeyEntry=UninstallString
  1364. DisplayName=Kaspersky Anti-Virus 6.0
  1365. 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
  1366.  
  1367. [KAS_AV6_WKS]
  1368. ProductType=External
  1369. KeySearchMain=HKEY_LOCAL_MACHINE
  1370. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{79B986AD-54D8-4498-AA06-89808829ACC0}
  1371. KeySearchValue=Kaspersky Anti-Virus 6.0 for Windows Workstations
  1372. KeySearchEntry=DisplayName
  1373. MSICommand=MSIExec /x
  1374. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1375. DisplayName=Kaspersky Anti-Virus 6.0 for Windows Workstations
  1376.  
  1377. [KAS_AV6_WKS_pt-BR]
  1378. ProductType=External
  1379. KeySearchMain=HKEY_LOCAL_MACHINE
  1380. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8F023021-A7EB-45D3-9269-D65264C81729}
  1381. KeySearchValue=Kaspersky Anti-Virus 6.0 para Windows Workstations
  1382. KeySearchEntry=DisplayName
  1383. MSICommand=MSIExec /x
  1384. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1385. DisplayName=Kaspersky Anti-Virus 6.0 para Windows Workstations
  1386.  
  1387. [KAS_PURE]
  1388. ProductType=External
  1389. KeySearchMain=HKEY_LOCAL_MACHINE
  1390. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1A59064A-12A9-469F-99F6-04BF118DBCFF}
  1391. KeySearchEntry=DisplayName
  1392. KeySearchValue=Kaspersky PURE
  1393. KeyEntry=UninstallString
  1394. 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
  1395. DisplayName=Kaspersky PURE
  1396.  
  1397. [KAS_AV5_WKS]
  1398. ProductType=External
  1399. KeySearchMain=HKEY_LOCAL_MACHINE
  1400. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallWiX_{0D48BC29-1FD5-4491-BD55-D4279D109B37}
  1401. KeySearchValue=Kaspersky Anti-Virus for Windows Workstations
  1402. KeySearchEntry=DisplayName
  1403. KeyEntry=UninstallString
  1404. KeyParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1405. DisplayName=Kaspersky Anti-Virus for Windows Workstations
  1406.  
  1407. [KAS_IS_60]
  1408. ProductType=External
  1409. KeySearchMain=HKEY_LOCAL_MACHINE
  1410. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D0DCD54F-C829-41A5-AF32-71E632BB0E2C}
  1411. KeySearchEntry=DisplayName
  1412. KeySearchValue=Kaspersky Internet Security 6.0
  1413. KeyEntry=UninstallString
  1414. DisplayName=Kaspersky Internet Security 6.0
  1415. 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
  1416.  
  1417. [KAS_IS_70]
  1418. ;Kaspersky Internet Security 7.0
  1419. ;Version 7.0.0.125
  1420. ProductType=External
  1421. KeySearchMain=HKEY_LOCAL_MACHINE
  1422. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C774410D-3EF9-4DE7-AC01-332613163ECF}
  1423. KeySearchEntry=DisplayName
  1424. KeySearchValue=Kaspersky Internet Security 7.0
  1425. KeyEntry=UninstallString
  1426. DisplayName=Kaspersky Internet Security 7.0
  1427. 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
  1428.  
  1429. [KAS_IS2009]
  1430. ProductType=External
  1431. KeySearchMain=HKEY_LOCAL_MACHINE
  1432. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1433. KeySearchEntry=DisplayName
  1434. KeySearchValue=Kaspersky Internet Security 2009
  1435. KeyEntry=UninstallString
  1436. 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
  1437. DisplayName=Kaspersky Internet Security 2009
  1438.  
  1439. [KAS_AV2009]
  1440. ProductType=External
  1441. KeySearchMain=HKEY_LOCAL_MACHINE
  1442. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1443. KeySearchEntry=DisplayName
  1444. KeySearchValue=Kaspersky Anti-Virus 2009
  1445. KeyEntry=UninstallString
  1446. 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
  1447. DisplayName=Kaspersky Anti-Virus 2009
  1448.  
  1449. [KAS_AV2010]
  1450. ProductType=External
  1451. KeySearchMain=HKEY_LOCAL_MACHINE
  1452. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallWIX_{943B6738-4801-4982-90EC-0442EF7AEB16}
  1453. KeySearchEntry=DisplayName
  1454. KeySearchValue=Kaspersky Anti-Virus 2010
  1455. KeyEntry=UninstallString
  1456. 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
  1457. DisplayName=Kaspersky Anti-Virus 2010
  1458.  
  1459. [KAS_IS2010]
  1460. ProductType=External
  1461. KeySearchMain=HKEY_LOCAL_MACHINE
  1462. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1463. KeySearchEntry=DisplayName
  1464. KeySearchValue=Kaspersky Internet Security 2010
  1465. KeyEntry=UninstallString
  1466. 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
  1467. DisplayName=Kaspersky Internet Security 2010
  1468.  
  1469. [KAS_IS2011]
  1470. ProductType=External
  1471. KeySearchMain=HKEY_LOCAL_MACHINE
  1472. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{66F1F013-008F-4875-B283-5A814B820347}
  1473. KeySearchEntry=DisplayName
  1474. KeySearchValue=Kaspersky Internet Security 2011
  1475. KeyEntry=UninstallString
  1476. DialogAutomation=Kaspersky Internet Security 2011,Remove Installation$Kaspersky Internet Security 2011,L÷schen von Komponenten$Kaspersky Internet Security 2011,Suppression des composants$Kaspersky Internet Security 2011,Rimuovi l'installazione$Kaspersky Internet Security 2011,Quitar instalaci≤n#Kaspersky Internet Security 2011,Next >$Kaspersky Internet Security 2011,Weiter >$Kaspersky Internet Security 2011,Suivant >$Kaspersky Internet Security 2011,Avanti >$Kaspersky Internet Security 2011,Siguiente >#Kaspersky Internet Security 2011,Remove$Kaspersky Internet Security 2011,Entfernen$Kaspersky Internet Security 2011,Supprimer$Kaspersky Internet Security 2011,Rimuovi$Kaspersky Internet Security 2011,Quitar#Kaspersky Internet Security 2011,No$Kaspersky Internet Security 2011,Nein$Kaspersky Internet Security 2011,Non$Kaspersky Internet Security 2011,No$Kaspersky Internet Security 2011,No
  1477. DisplayName=Kaspersky Internet Security 2011
  1478.  
  1479. [KAV40_HE]
  1480. ;Kaspersky(TM) Anti-Virus Personal 4.0 (i.e. Home Edition)
  1481. ProductType=External
  1482. KeySearchMain=HKEY_LOCAL_MACHINE
  1483. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1484. KeySearchEntry=DisplayName
  1485. KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.0
  1486. DisplayName=Kaspersky(TM) Anti-Virus Personal 4.0
  1487.  
  1488. [KAV40_PE]
  1489. ;Kaspersky(TM) Anti-Virus Personal Pro 4.0
  1490. ProductType=External
  1491. KeySearchMain=HKEY_LOCAL_MACHINE
  1492. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1493. KeySearchEntry=DisplayName
  1494. KeySearchValue=Kaspersky(TM) Anti-Virus Personal Pro 4.0
  1495. DisplayName=Kaspersky(TM) Anti-Virus Personal Pro 4.0
  1496.  
  1497. [KAV45_HE]
  1498. ;Kaspersky(TM) Anti-Virus Personal 4.50 (i.e. home edition)
  1499. ProductType=External
  1500. KeySearchMain=HKEY_LOCAL_MACHINE
  1501. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1502. KeySearchEntry=DisplayName
  1503. KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.5
  1504. DisplayName=Kaspersky(TM) Anti-Virus Personal 4.5
  1505.  
  1506. [KAV505_PE]
  1507. ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
  1508. ProductType=External
  1509. KeySearchMain=HKEY_LOCAL_MACHINE
  1510. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Kaspersky Anti-Virus Personal Pro\
  1511. KeySearchEntry=DisplayName
  1512. KeySearchValue=Kaspersky Anti-Virus Personal Pro
  1513. DisplayName=Kaspersky Anti-Virus Personal Pro
  1514.  
  1515. [KAV50_PE]
  1516. ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
  1517. ProductType=External
  1518. KeySearchMain=HKEY_LOCAL_MACHINE
  1519. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Kaspersky Anti-Virus Personal\
  1520. KeySearchEntry=DisplayName
  1521. KeySearchValue=Kaspersky Anti-Virus Personal
  1522. DisplayName=Kaspersky Anti-Virus Personal
  1523.  
  1524. [KAV60_SRV_EE_x32]
  1525. ProductType=External
  1526. KeySearchMain=HKEY_LOCAL_MACHINE
  1527. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{20B7CBA9-8617-4722-A95A-97503D65A779}
  1528. KeySearchValue=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1529. KeySearchEntry=DisplayName
  1530. MSICommand=MSIExec /x
  1531. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1532. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1533. DisplayName=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1534.  
  1535. [KAV60_SRV_EE_x64]
  1536. ProductType=External
  1537. KeySearchMain=HKEY_LOCAL_MACHINE
  1538. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A6F67A1B-C5DA-4F1D-B92D-F0BCF3D08F78}
  1539. KeySearchValue=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1540. KeySearchEntry=DisplayName
  1541. MSICommand=MSIExec /x
  1542. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1543. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1544. DisplayName=Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
  1545.  
  1546. [KAV60_SRV_FS_x32]
  1547. ProductType=External
  1548. KeySearchMain=HKEY_LOCAL_MACHINE
  1549. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1B419CE6-A1AA-4207-8581-A414BE9C7B85}
  1550. KeySearchValue=Kaspersky Anti-Virus 6.0 for Windows Servers
  1551. KeySearchEntry=DisplayName
  1552. MSICommand=MSIExec /x
  1553. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1554. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1555. DisplayName=Kaspersky Anti-Virus 6.0 for Windows Servers
  1556.  
  1557. [Kerio_Personal_Firewall]
  1558. ProductType=External
  1559. KeySearchMain=HKEY_LOCAL_MACHINE
  1560. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1561. KeySearchEntry=DisplayName
  1562. KeySearchValue=Kerio Personal Firewall
  1563. MSICommand=MSIExec /x
  1564. MSIParam=/qn REMOVE=ALL 
  1565. DisplayName=Kerio Personal Firewall
  1566.  
  1567. [Sunbelt_Personal_Firewall]
  1568. ProductType=External
  1569. KeySearchMain=HKEY_LOCAL_MACHINE
  1570. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1571. KeySearchEntry=DisplayName
  1572. KeySearchValue=Sunbelt Personal Firewall
  1573. MSICommand=MSIExec /x
  1574. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1575. DisplayName=Sunbelt Personal Firewall
  1576.  
  1577. [Kingsoft_IS_2007]
  1578. ProductType=External
  1579. KeySearchMain=HKEY_LOCAL_MACHINE
  1580. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{41AF58D2-4EB7-424E-ACE8-2B673D46B1D8}
  1581. KeySearchEntry=DisplayName
  1582. KeySearchValue=Kingsoft Internet Security
  1583. KeyEntry=UninstallString
  1584. DisplayName=Kingsoft Internet Security
  1585. 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 >
  1586.  
  1587. [McAfee_2007]
  1588. ;This entry works also for McAfee total protection 2009 & Internet Security 2009
  1589. ProductType=External
  1590. SidegradePlugin=mcafeerm.dll
  1591. DisplayName=McAfee SecurityCenter
  1592.  
  1593. [McAfee_2008]
  1594. ;This entry works also for McAfee total protection 2008 & older
  1595. ProductType=External
  1596. SidegradePlugin=mcafeerm.dll
  1597. DisplayName=McAfee SecurityCenter
  1598.  
  1599. [McAfee_SA]
  1600. ProductType=External
  1601. KeySearchMain=HKEY_LOCAL_MACHINE
  1602. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1603. KeySearchEntry=DisplayName
  1604. KeySearchValue=McAfee SiteAdvisor
  1605. KeyEntry=UninstallString
  1606. KeyParam=/forceuninstall /Silent
  1607. DisplayName=McAfee SiteAdvisor
  1608.  
  1609. [McAfee_AV2010]
  1610. ;no silent parameters found -> detection only
  1611. ProductType=External
  1612. KeySearchMain=HKEY_LOCAL_MACHINE
  1613. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSC
  1614. KeySearchEntry=DisplayName
  1615. KeySearchValue=McAfee AntiVirus Plus
  1616. DisplayName=McAfee AntiVirus Plus
  1617.  
  1618. [McAfee_IS2010]
  1619. ;no silent parameters found -> detection only
  1620. ProductType=External
  1621. KeySearchMain=HKEY_LOCAL_MACHINE
  1622. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSC
  1623. KeySearchEntry=DisplayName
  1624. KeySearchValue=McAfee Internet Security
  1625. DisplayName=McAfee Internet Security
  1626.  
  1627. [McAfee_TS2010]
  1628. ;no silent parameters found -> detection only
  1629. ProductType=External
  1630. KeySearchMain=HKEY_LOCAL_MACHINE
  1631. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSC
  1632. KeySearchEntry=DisplayName
  1633. KeySearchValue=McAfee Total Protection
  1634. DisplayName=McAfee Total Protection
  1635.  
  1636. [McAfee_405_NT]
  1637. ProductType=External
  1638. SidegradePlugin=vsrm.dll
  1639. DisplayName=McAfee VirusScan NT
  1640.  
  1641. [McAfee_451_AW]
  1642. ProductType=External
  1643. KeySearchMain=HKEY_LOCAL_MACHINE
  1644. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{87AEFD84-BC0D-11D4-B885-00508B022A51}
  1645. KeySearchEntry=DisplayName
  1646. KeySearchValue=McAfee VirusScan
  1647. MSICommand=MSIExec /x
  1648. MSIParam=/qb REMOVE=ALL REBOOT=ReallySuppress
  1649. DisplayName=McAfee VirusScan
  1650.  
  1651. [McAfee_AntiSpyware_110]
  1652. ProductType=External
  1653. KeySearchMain=HKEY_LOCAL_MACHINE
  1654. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1655. KeySearchEntry=DisplayName
  1656. KeySearchValue=McAfee AntiSpyware
  1657. KeyEntry=UninstallString
  1658. DisplayName=McAfee AntiSpyware
  1659.  
  1660. [McAfee_EE]
  1661. ProductType=External
  1662. KeySearchMain=HKEY_LOCAL_MACHINE
  1663. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1664. KeySearchEntry=DisplayName
  1665. KeySearchValue=McAfee VirusScan Enterprise
  1666. MSICommand=MSIExec /x
  1667. DisplayName=McAfee VirusScan Enterprise
  1668. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1669.  
  1670. [McAfee_SE_Plus]
  1671. ProductType=External
  1672. KeySearchMain=HKEY_LOCAL_MACHINE
  1673. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1674. KeySearchEntry=DisplayName
  1675. KeySearchValue=McAfee SiteAdvisor Enterprise Plus
  1676. MSICommand=MSIExec /x
  1677. DisplayName=McAfee SiteAdvisor Enterprise Plus
  1678. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1679.  
  1680. [McAfee_Agent]
  1681. ProductType=External
  1682. KeySearchMain=HKEY_LOCAL_MACHINE
  1683. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1684. KeySearchEntry=DisplayName
  1685. KeySearchValue=McAfee Agent
  1686. MSICommand=MSIExec /x
  1687. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  1688. DisplayName=McAfee Agent
  1689.  
  1690. [McAfee_HIP]
  1691. ProductType=External
  1692. KeySearchMain=HKEY_LOCAL_MACHINE
  1693. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1694. KeySearchEntry=DisplayName
  1695. KeySearchValue=McAfee Host Intrusion Prevention
  1696. MSICommand=MSIExec /x
  1697. DisplayName=McAfee Host Intrusion Prevention
  1698. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1699.  
  1700. [McAfee_ASEM]
  1701. ProductType=External
  1702. KeySearchMain=HKEY_LOCAL_MACHINE
  1703. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1704. KeySearchEntry=DisplayName
  1705. KeySearchValue=McAfee AntiSpyware Enterprise Module
  1706. KeyEntry=UninstallString
  1707. DisplayName=McAfee AntiSpyware Enterprise Module
  1708.  
  1709. [McAfee_DesktopFW]
  1710. ProductType=External
  1711. KeySearchMain=HKEY_LOCAL_MACHINE
  1712. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1713. KeySearchEntry=DisplayName
  1714. KeySearchValue=McAfee Desktop Firewall 8.5
  1715. KeyEntry=UninstallString
  1716. DisplayName=McAfee Desktop Firewall 8.5
  1717. 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
  1718.  
  1719. [McAfee_framework]
  1720. ProductType=External
  1721. KeySearchMain=HKEY_LOCAL_MACHINE
  1722. KeySearchPath=SOFTWARE\Network Associates\TVD\Shared Components\Framework
  1723. KeySearchEntry=Version
  1724. KeySearchValue=3.6.0.608
  1725. KeyEntry=Uninstall Tool
  1726. KeyParam=/Remove=Updater /Silent
  1727. DisplayName=McAfee Framework 3.6.0.608
  1728.  
  1729. [McAfee_HE]
  1730. ;--------- Home Edition 7.0 -------------------------
  1731. ProductType=External
  1732. KeySearchMain=HKEY_LOCAL_MACHINE
  1733. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1734. KeySearchEntry=DisplayName
  1735. KeySearchValue=McAfee VirusScan Home Edition
  1736. MSICommand=MSIExec /x
  1737. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1738. DisplayName=McAfee VirusScan Home Edition
  1739.  
  1740. [McAfee_IS]
  1741. ProductType=External
  1742. KeySearchMain=HKEY_LOCAL_MACHINE
  1743. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1744. KeySearchEntry=DisplayName
  1745. KeySearchValue=McAfee Internet Security
  1746. MSICommand=MSIExec /x
  1747. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1748. DisplayName=McAfee Internet Security
  1749.  
  1750. [McAfee_IS_6]
  1751. ProductType=External
  1752. KeySearchMain=HKEY_LOCAL_MACHINE
  1753. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{56D45213-8AD9-46C5-A393-EB21A760DD43}
  1754. KeySearchEntry=DisplayName
  1755. KeySearchValue=McAfee Internet Security 6.0
  1756. MSICommand=MSIExec /x
  1757. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1758. DisplayName=McAfee Internet Security 6.0
  1759.  
  1760. [McAfee_ISS_2006]
  1761. ProductType=External
  1762. KeySearchMain=HKEY_LOCAL_MACHINE
  1763. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Uninstall Utility
  1764. KeySearchEntry=DisplayName
  1765. KeySearchValue=McAfee Uninstall Wizard
  1766. DisplayName=McAfee Uninstall Wizard
  1767.  
  1768. [McAfee_ISS_FW]
  1769. ;McAfee Internet Security Suite 2004 v6.0
  1770. ;McAfee Internet Security suite 2005 v.7.0
  1771. ;McAfee Internet Security Suite 2006
  1772. ;This is the Firewall component
  1773. ProductType=External
  1774. SidegradePlugin=mcafeerm.dll
  1775. DisplayName=McAfee Personal Firewall
  1776.  
  1777. [McAfee_ISS_FW_2005]
  1778. ProductType=External
  1779. KeySearchMain=HKEY_LOCAL_MACHINE
  1780. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Personal Firewall Plus
  1781. KeySearchEntry=DisplayName
  1782. KeySearchValue=McAfee Personal Firewall Plus
  1783. DisplayName=McAfee Personal Firewall Plus
  1784.  
  1785. [McAfee_ISS_PS_2005]
  1786. ProductType=External
  1787. KeySearchMain=HKEY_LOCAL_MACHINE
  1788. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Privacy Service
  1789. KeySearchEntry=DisplayName
  1790. KeySearchValue=McAfee Privacy Service
  1791. KeyEntry=UninstallString 
  1792. KeyParam=/HIDE=1
  1793. DisplayName=McAfee Privacy Service
  1794.  
  1795. [McAfee_ISS_SC_2005]
  1796. ProductType=External
  1797. KeySearchMain=HKEY_LOCAL_MACHINE
  1798. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mcafee SecurityCenter
  1799. KeySearchEntry=DisplayName
  1800. KeySearchValue=McAfee SecurityCenter
  1801. DisplayName=McAfee SecurityCenter
  1802.  
  1803. [McAfee_ISS_SK_2005]
  1804. ProductType=External
  1805. KeySearchMain=HKEY_LOCAL_MACHINE
  1806. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SpamKiller
  1807. KeySearchEntry=DisplayName
  1808. KeySearchValue=McAfee SpamKiller
  1809. KeyEntry=UninstallString 
  1810. KeyParam=/HIDE=1
  1811. DisplayName=McAfee SpamKiller
  1812.  
  1813. [McAfee_ISS_VSO]
  1814. ;McAfee Internet Security Suite 2004 v6.0
  1815. ;McAfee Internet Security suite 2005 v.7.0
  1816. ;McAfee Internet Security Suite 2006
  1817. ;This is the VirusScan component
  1818. ProductType=External
  1819. SidegradePlugin=mcafeerm.dll
  1820. DisplayName=McAfee VirusScan
  1821.  
  1822. [McAfee_ISS_VSO_2005]
  1823. ProductType=External
  1824. KeySearchMain=HKEY_LOCAL_MACHINE
  1825. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VirusScan Online
  1826. KeySearchEntry=DisplayName
  1827. KeySearchValue=McAfee VirusScan
  1828. KeyEntry=UninstallString
  1829. KeyParam=/HIDE=1
  1830. DisplayName=McAfee VirusScan
  1831.  
  1832. [McAfee_PE]
  1833. ;--------- Pro Edition 7.0 -------------------------
  1834. ProductType=External
  1835. KeySearchMain=HKEY_LOCAL_MACHINE
  1836. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1837. KeySearchEntry=DisplayName
  1838. KeySearchValue=McAfee VirusScan Professional Edition
  1839. MSICommand=MSIExec /x
  1840. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1841. DisplayName=McAfee VirusScan Professional Edition
  1842.  
  1843. [McAfee_PE8]
  1844. ;McAfee Virusscan Professional 8.0.17
  1845. ProductType=External 
  1846. KeySearchMain=HKEY_LOCAL_MACHINE 
  1847. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VirusScan Online
  1848. KeySearchEntry=DisplayName
  1849. KeySearchValue=McAfee VirusScan
  1850. DisplayName=McAfee VirusScan
  1851. KeyEntry=UninstallString 
  1852. KeyParam=/HIDE=1
  1853.  
  1854. [McAfee_PE8SC]
  1855. ;McAfee Virusscan Professional 8.0 Security Center
  1856. ProductType=External 
  1857. KeySearchMain=HKEY_LOCAL_MACHINE 
  1858. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SecurityCenter
  1859. KeySearchEntry=DisplayName
  1860. KeySearchValue=McAfee SecurityCenter
  1861. DisplayName=McAfee SecurityCenter
  1862. KeyEntry=UninstallString 
  1863. KeyParam=/HIDE=1
  1864.  
  1865. [McAfee_PFE]
  1866. ProductType=External
  1867. SidegradePlugin=mcafeerm.dll
  1868. DisplayName=McAfee Personal Firewall Express
  1869.  
  1870. [McAfee_TP_SB_AS]
  1871. ;McAfee Total Protection for Small Business
  1872. ;Changed to detection only -> works also in WHS
  1873. ;Changed to silent again due to customer request
  1874. ProductType=External 
  1875. KeySearchMain=HKEY_LOCAL_MACHINE 
  1876. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MVS
  1877. KeySearchEntry=DisplayName
  1878. KeySearchValue=McAfee Total Protection
  1879. DisplayName=McAfee Total Protection 
  1880. KeyEntry=UninstallString 
  1881. KeyParam=/QUIET
  1882.  
  1883. [McAfee_TP_SB_FW]
  1884. ;McAfee Total Protection for Small Business Firewall
  1885. ProductType=External
  1886. KeySearchMain=HKEY_LOCAL_MACHINE
  1887. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Managed Firewall 
  1888. KeySearchEntry=DisplayName 
  1889. KeySearchValue=McAfee Firewall Protection Service 
  1890. DisplayName=McAfee Firewall Protection Service 
  1891. KeyEntry=UninstallString 
  1892. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Total Protection Service,Yes#Total Protection for Small Business,No
  1893.  
  1894. [McAfee_TP_SB_FW_FRA]
  1895. ;McAfee Total Protection for Small Business Firewall
  1896. ;FRA Total Protection SB
  1897. ProductType=External
  1898. KeySearchMain=HKEY_LOCAL_MACHINE
  1899. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee Managed Firewall 
  1900. KeySearchEntry=DisplayName 
  1901. KeySearchValue=Service de protection par firewall McAfee
  1902. DisplayName=Service de protection par firewall McAfee
  1903. KeyEntry=UninstallString 
  1904. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Total Protection Service,Oui#Total Protection for Small Business,Non
  1905.  
  1906. [McAfee_TP_SB_VS]
  1907. ;McAfee Total Protection for Small Business 4.5.0 Virus and Spyware
  1908. ;Also in FRA Total Protection SB
  1909. ProductType=External
  1910. KeySearchMain=HKEY_LOCAL_MACHINE
  1911. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MVS 
  1912. KeySearchEntry=DisplayName 
  1913. KeySearchValue=McAfee Virus and Spyware Protection Service 
  1914. DisplayName=McAfee Virus and Spyware Protection Service 
  1915. KeyEntry=UninstallString 
  1916. KeyParam=/QUIET
  1917.  
  1918. [McAfee_TP_SB_VS_FRA]
  1919. ProductType=External
  1920. KeySearchMain=HKEY_LOCAL_MACHINE
  1921. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MVS 
  1922. KeySearchEntry=DisplayName 
  1923. KeySearchValue=Service de protection antivirus et antispywareMcAfee 
  1924. DisplayName=Service de protection antivirus et antispywareMcAfee 
  1925. KeyEntry=UninstallString 
  1926. KeyParam=/QUIET
  1927.  
  1928. [McAfee_TP_SB_SA_FRA]
  1929. ;McAfee Total Protection for Small Business 4.5.0 Virus and Spyware
  1930. ;FRA Total Protection SB
  1931. ProductType=External
  1932. KeySearchMain=HKEY_LOCAL_MACHINE
  1933. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SiteAdvisor
  1934. KeySearchEntry=DisplayName 
  1935. KeySearchValue=Service de protection du navigateur McAfee 
  1936. DisplayName=Service de protection du navigateur McAfee
  1937. KeyEntry=UninstallString 
  1938. KeyParam=/QUIET
  1939.  
  1940. [McAfee_TP_SB_SA_Dutch]
  1941. ;McAfee Total Protection for Small Business 4.5.0 Virus and Spyware
  1942. ;FRA Total Protection SB
  1943. ProductType=External
  1944. KeySearchMain=HKEY_LOCAL_MACHINE
  1945. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SiteAdvisor
  1946. KeySearchEntry=DisplayName 
  1947. KeySearchValue=Browserbeveiligingsservice van McAfee
  1948. DisplayName=Browserbeveiligingsservice van McAfee
  1949. KeyEntry=UninstallString 
  1950. KeyParam=/QUIET
  1951.  
  1952. [McAfee_TP_SB_SA]
  1953. ;McAfee Total Protection for Small Business 4.5.0 SiteAdvisor
  1954. ProductType=External
  1955. KeySearchMain=HKEY_LOCAL_MACHINE
  1956. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee SiteAdvisor 
  1957. KeySearchEntry=DisplayName 
  1958. KeySearchValue=McAfee Browser Protection Service 
  1959. DisplayName=McAfee Browser Protection Service 
  1960. KeyEntry=UninstallString 
  1961. KeyParam=/QUIET
  1962.  
  1963. [McAfee_TPS_SB]
  1964. ;McAfee Total Protection for Small Business
  1965. ;Version 4.7.2.195
  1966. ProductType=External 
  1967. KeySearchMain=HKEY_LOCAL_MACHINE 
  1968. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1969. KeySearchEntry=DisplayName
  1970. KeySearchValue=McAfee Total Protection Service
  1971. DisplayName=McAfee Total Protection Service
  1972.  
  1973. [McAfee_VS_FW]
  1974. ;McAfee VirusScan Professional/Personal Edition 7.02.6
  1975. ;The firewall component. Antivirus component handled with McAfee_HE and McAfee_PE.
  1976. ;This works for both personal and professional versions
  1977. ProductType=External
  1978. KeySearchMain=HKEY_LOCAL_MACHINE
  1979. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1980. KeySearchEntry=DisplayName
  1981. KeySearchValue=McAfee Firewall
  1982. MSICommand=MSIExec /x
  1983. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1984. DisplayName=McAfee Firewall
  1985.  
  1986. [MS_AntiSpyware]
  1987. ProductType=External
  1988. KeySearchMain=HKEY_LOCAL_MACHINE
  1989. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1990. KeySearchEntry=DisplayName
  1991. KeySearchValue=Microsoft AntiSpyware
  1992. DisplayName=Microsoft AntiSpyware
  1993. MSICommand=MSIExec /x
  1994. MSIParam=/qr REMOVE=ALL REBOOT=R
  1995. MSISilentParam=/q REMOVE=ALL REBOOT=R
  1996.  
  1997. [MS_Security_Essentials]
  1998. ;ENG,FRA,DEU,NLD,ESN,ITA
  1999. ProductType=External
  2000. KeySearchMain=HKEY_LOCAL_MACHINE
  2001. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Security Essentials
  2002. KeySearchEntry=DisplayName
  2003. KeySearchValue=Microsoft Security Essentials
  2004. DisplayName=Microsoft Security Essentials
  2005. KeyEntry=UninstallString
  2006. 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
  2007.  
  2008. [Microsoft_Forefront_CS_AMS]
  2009. ProductType=External
  2010. KeySearchMain=HKEY_LOCAL_MACHINE
  2011. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{436028CD-6476-4224-9274-8F0320F30FD1}
  2012. KeySearchValue=Microsoft Forefront Client Security Antimalware Service
  2013. KeySearchEntry=DisplayName
  2014. MSICommand=MSIExec /x
  2015. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2016. MSISilentParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2017. DisplayName=Microsoft Forefront Client Security Antimalware Service
  2018.  
  2019. [Microsoft_Forefront_CS_AMS_1.5.1972.0]
  2020. ProductType=External
  2021. KeySearchMain=HKEY_LOCAL_MACHINE
  2022. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{50391F9C-82FF-458F-A77B-DEF724E6140D}
  2023. KeySearchValue=Microsoft Forefront Client Security Antimalware Service
  2024. KeySearchEntry=DisplayName
  2025. MSICommand=MSIExec /x
  2026. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2027. MSISilentParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2028. DisplayName=Microsoft Forefront Client Security Antimalware Service
  2029.  
  2030. [Microsoft_Forefront_CS_SAS_x32]
  2031. ProductType=External
  2032. KeySearchMain=HKEY_LOCAL_MACHINE
  2033. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E8B56B38-A826-11DB-8C83-0011430C73A4}
  2034. KeySearchValue=Microsoft Forefront Client Security State Assessment Service
  2035. KeySearchEntry=DisplayName
  2036. MSICommand=MSIExec /x
  2037. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2038. MSISilentParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2039. DisplayName=Microsoft Forefront Client Security State Assessment Service
  2040.  
  2041. [Microsoft_Forefront_CS_SAS_x64]
  2042. ProductType=External
  2043. KeySearchMain=HKEY_LOCAL_MACHINE
  2044. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E8B56B39-A826-11DB-8C83-0011430C73A4}
  2045. KeySearchValue=Microsoft Forefront Client Security State Assessment Service
  2046. KeySearchEntry=DisplayName
  2047. MSICommand=MSIExec /x
  2048. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2049. MSISilentParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2050. DisplayName=Microsoft Forefront Client Security State Assessment Service
  2051.  
  2052. [NAIEPOAgent]
  2053. ProductType=External
  2054. KeySearchMain=HKEY_LOCAL_MACHINE
  2055. KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\
  2056. KeySearchEntry=Product Name
  2057. KeySearchValue=NAI ePolicy Orchestrator Agent
  2058. KeyEntry=Uninstall Command
  2059. DisplayName=NAI ePolicy Orchestrator Agent
  2060.  
  2061. [NAIEPOAgent3000]
  2062. ProductType=External 
  2063. KeySearchMain=HKEY_LOCAL_MACHINE 
  2064. KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\ 
  2065. KeySearchEntry=Software ID 
  2066. KeySearchValue=EPOAGENT3000 
  2067. KeyEntry=Uninstall Command 
  2068. DisplayName=NAI ePolicy Orchestrator Agent
  2069.  
  2070. [NIC]
  2071. ;Norman viruscontrol with fw 5.50
  2072. ProductType=External
  2073. KeySearchMain=HKEY_LOCAL_MACHINE
  2074. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2075. KeySearchEntry=DisplayName
  2076. KeySearchValue=Norman Internet Control
  2077. MSICommand=MSIExec /x
  2078. MSIParam=/qr REMOVE=ALL REBOOT=ReallySuppress
  2079. MSISilentParam=/q REMOVE=ALL REBOOT=ReallySuppress
  2080. DisplayName=Norman Internet Security v 5.99
  2081.  
  2082. [NIC_5.8_Private]
  2083. ;Customer specific sidegrade
  2084. ProductType=External
  2085. KeySearchMain=HKEY_LOCAL_MACHINE
  2086. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Run\
  2087. KeySearchEntry=Norman ZANDA
  2088. ;KeySearchValue="C:\NORMAN\Npm\bin\ZLH.EXE" /LOAD /SPLASH
  2089. KeySearchValue=*ZLH.EXE*/LOAD*
  2090. ;UninstallPath=C:\Norman\NVC\Bin\
  2091. UninstallExecutable=C:\Norman\NVC\Bin\Delnvc5.exe
  2092. KeyParam=/quiet
  2093. DisplayName=Norman Virus Control
  2094.  
  2095. [NOD_32]
  2096. ;2.50.19 on XP SP2 (ENG), 2.70.32 on Vista32 (ENG)
  2097. ;Also 2.70.31 FRA, 2.51.30 DEU, 2.70.31 HUN, 2.51.30 ROM, 2.70.31 ESN
  2098. ProductType=External
  2099. KeySearchMain=HKEY_LOCAL_MACHINE
  2100. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2101. KeySearchEntry=DisplayName
  2102. KeySearchValue=NOD32 antivirus system
  2103. DisplayName=NOD32 antivirus system
  2104.  
  2105. [NOD_32_CHS]
  2106. ProductType=External
  2107. KeySearchMain=HKEY_LOCAL_MACHINE
  2108. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2109. KeySearchEntry=DisplayName
  2110. KeySearchValue=NOD32╖└╢╛╧╡═│
  2111. DisplayName=NOD32╖└╢╛╧╡═│
  2112.  
  2113. [NOD_32_CHT]
  2114. ProductType=External
  2115. KeySearchMain=HKEY_LOCAL_MACHINE
  2116. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2117. KeySearchEntry=DisplayName
  2118. KeySearchValue=NOD32¿╛¼r¿t▓╬
  2119. DisplayName=NOD32¿╛¼r¿t▓╬
  2120.  
  2121. [NOD_32_CSY]
  2122. ProductType=External
  2123. KeySearchMain=HKEY_LOCAL_MACHINE
  2124. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2125. KeySearchEntry=DisplayName
  2126. KeySearchValue=Antivirov² systΘm NOD32
  2127. DisplayName=Antivirov² systΘm NOD32
  2128.  
  2129. [NOD_32_HRV]
  2130. ProductType=External
  2131. KeySearchMain=HKEY_LOCAL_MACHINE
  2132. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2133. KeySearchEntry=DisplayName
  2134. KeySearchValue=NOD32 antivirusni sistem
  2135. DisplayName=NOD32 antivirusni sistem
  2136.  
  2137. [NOD_32_ITA]
  2138. ProductType=External
  2139. KeySearchMain=HKEY_LOCAL_MACHINE
  2140. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2141. KeySearchEntry=DisplayName
  2142. KeySearchValue=Sistema Antivirus NOD32
  2143. DisplayName=Sistema Antivirus NOD32
  2144.  
  2145. [NOD_32_JPN]
  2146. ProductType=External
  2147. KeySearchMain=HKEY_LOCAL_MACHINE
  2148. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2149. KeySearchEntry=DisplayName
  2150. KeySearchValue=NOD32âAâôâ`âEâCâïâX
  2151. DisplayName=NOD32âAâôâ`âEâCâïâX
  2152.  
  2153. [NOD_32_NLD]
  2154. ProductType=External
  2155. KeySearchMain=HKEY_LOCAL_MACHINE
  2156. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2157. KeySearchEntry=DisplayName
  2158. KeySearchValue=NOD32 antivirus systeem
  2159. DisplayName=NOD32 antivirus systeem
  2160.  
  2161. [NOD_32_PLK]
  2162. ProductType=External
  2163. KeySearchMain=HKEY_LOCAL_MACHINE
  2164. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2165. KeySearchEntry=DisplayName
  2166. KeySearchValue=System Antywirusowy NOD32
  2167. DisplayName=System Antywirusowy NOD32
  2168.  
  2169. [NOD_32_PTG]
  2170. ProductType=External
  2171. KeySearchMain=HKEY_LOCAL_MACHINE
  2172. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2173. KeySearchEntry=DisplayName
  2174. KeySearchValue=NOD32 sistema antivφrus
  2175. DisplayName=NOD32 sistema antivφrus
  2176.  
  2177. [NOD_32_RUS]
  2178. ProductType=External
  2179. KeySearchMain=HKEY_LOCAL_MACHINE
  2180. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2181. KeySearchEntry=DisplayName
  2182. KeySearchValue=└φ≥ΦΓΦ≡≤±φα  ±Φ±≥σ∞α NOD32
  2183. DisplayName=└φ≥ΦΓΦ≡≤±φα  ±Φ±≥σ∞α NOD32
  2184.  
  2185. [NOD_32_SLV]
  2186. ProductType=External
  2187. KeySearchMain=HKEY_LOCAL_MACHINE
  2188. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NOD32
  2189. KeySearchEntry=DisplayName
  2190. KeySearchValue=NOD32 protivirusni sistem
  2191. DisplayName=NOD32 protivirusni sistem
  2192.  
  2193. [NVIDIA_NAM]
  2194. ;NVIDIA ForceWare Network Access Manager
  2195. ;silent parameter /auto in the plugin
  2196. ProductType=External
  2197. SidegradePlugin=nvidiarm.dll
  2198. DisplayName=NVIDIA ForceWare Network Access Manager
  2199.  
  2200. [ESET_NOD32]
  2201. ;version 3.0.650.0
  2202. ProductType=External
  2203. KeySearchMain=HKEY_LOCAL_MACHINE
  2204. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2205. KeySearchEntry=DisplayName
  2206. KeySearchValue=ESET NOD32 Antivirus
  2207. MSICommand=MSIExec /x
  2208. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2209. DisplayName=ESET NOD32 Antivirus
  2210.  
  2211. [ESET_SMART_SECURITY]
  2212. ;version 3.0.650.0
  2213. ProductType=External
  2214. KeySearchMain=HKEY_LOCAL_MACHINE
  2215. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2216. KeySearchEntry=DisplayName
  2217. KeySearchValue=ESET Smart Security
  2218. MSICommand=MSIExec /x
  2219. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2220. DisplayName=ESET Smart Security
  2221.  
  2222. [Norman_Personal_Firewall_14]
  2223. ProductType=External
  2224. KeySearchMain=HKEY_LOCAL_MACHINE
  2225. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2226. KeySearchEntry=DisplayName
  2227. KeySearchValue=Norman Personal Firewall 1.42
  2228. DisplayName=Norman Personal Firewall 1.42
  2229. KeyEntry=UninstallString
  2230.  
  2231. [Norman_Virus_Control]
  2232. ;Versions 5.50, 5.8, 5.9 (last one works with Vista)
  2233. ProductType=External
  2234. KeySearchMain=HKEY_LOCAL_MACHINE
  2235. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2236. KeySearchEntry=DisplayName
  2237. KeySearchValue=Norman Virus Control
  2238. DisplayName=Norman Virus Control
  2239. KeyEntry=UninstallString
  2240. KeyParam=/quiet
  2241.  
  2242. [Norman_Sikkerhedspakke]
  2243. ;Same version as Norman Security Suite
  2244. ProductType=External
  2245. KeySearchMain=HKEY_LOCAL_MACHINE
  2246. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A36B158D-8E9D-4BD3-8BDA-4B5EDC9C2E8C}
  2247. KeySearchEntry=DisplayName
  2248. KeySearchValue=TDC Sikkerhedspakke
  2249. DisplayName=TDC Sikkerhedspakke (Norman)
  2250. MSICommand=MSIExec /x
  2251. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2252.  
  2253. [Norman_SikkerhedspakkeV5]
  2254. ;Norman TDC version 5
  2255. ProductType=External
  2256. KeySearchMain=HKEY_LOCAL_MACHINE
  2257. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B6CE298C-333F-4059-916A-526A91818BEA}
  2258. KeySearchEntry=DisplayName
  2259. KeySearchValue=TDC Sikkerhedspakke
  2260. DisplayName=TDC Sikkerhedspakke (Norman)
  2261. KeyEntry=UninstallString
  2262. KeyParam=/quiet
  2263.  
  2264. [Norman_SecuritySuite]
  2265. ProductType=External
  2266. KeySearchMain=HKEY_LOCAL_MACHINE
  2267. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A36B158D-8E9D-4BD3-8BDA-4B5EDC9C2E8C}
  2268. KeySearchEntry=DisplayName
  2269. KeySearchValue=Norman Security Suite
  2270. DisplayName=Norman Security Suite
  2271. MSICommand=MSIExec /x
  2272. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2273.  
  2274. [Norman_SecuritySuite_710]
  2275. ;Norman Security Suite 2010 ver. 7.10.1900 having graphics based authentication check -> detection only
  2276. ProductType=External
  2277. KeySearchMain=HKEY_LOCAL_MACHINE
  2278. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C8B34404-2E52-4C1F-A2B7-D26E46E5974D}
  2279. KeySearchEntry=Publisher
  2280. KeySearchValue=Norman ASA
  2281. DisplayName=Norton Security Suite
  2282.  
  2283. [Norman_Virus_Control_599]
  2284. ;Norman 5.99
  2285. ProductType=External
  2286. KeySearchMain=HKEY_LOCAL_MACHINE
  2287. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{704C87B4-B089-4415-BCE0-CBE76172F104}
  2288. KeySearchEntry=DisplayName
  2289. KeySearchValue=Norman Virus Control
  2290. DisplayName=Norman Virus Control 5.99
  2291. KeyEntry=UninstallString
  2292. MSICommand=MSIExec /x
  2293. MSIParam=/qn REMOVE=ALL REBOOT=ReallySuppress
  2294.  
  2295. [Norton2003]
  2296. ProductType=External
  2297. KeySearchMain=HKEY_LOCAL_MACHINE
  2298. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2299. KeySearchEntry=DisplayName
  2300. KeySearchValue=Norton AntiVirus 2003
  2301. MSICommand=MSIExec /x
  2302. MSIParam=/qr REMOVE=ALL REBOOT=R
  2303. MSISilentParam=/q REMOVE=ALL REBOOT=R
  2304. DisplayName=Norton AntiVirus 2003
  2305.  
  2306. [Norton_360]
  2307. ;Norton 360 version 1 and 2 for Vista32
  2308. ProductType=Internal
  2309. KeySearchMain=HKEY_LOCAL_MACHINE
  2310. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{2D617065-1C52-4240-B5BC-C0AE12157777}
  2311. KeySearchEntry=DisplayName
  2312. KeySearchValue=Norton 360 (Symantec Corporation)
  2313. ;KeyEntry=UninstallString
  2314. DisplayName=Norton 360
  2315. ;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
  2316.  
  2317. [Norton_360_version3]
  2318. ;Norton 360 version 3
  2319. ;reboot during manual installation
  2320. ProductType=Internal
  2321. KeySearchMain=HKEY_LOCAL_MACHINE
  2322. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\N360
  2323. KeySearchEntry=DisplayName
  2324. KeySearchValue=Norton 360
  2325. ;KeyEntry=UninstallString
  2326. DisplayName=Norton 360
  2327. ;ForceReboot=1
  2328.  
  2329. [Norton_AV_2004]
  2330. ;Symantec Norton Antivirus 2004 (SNA2004)
  2331. ProductType=External
  2332. KeySearchMain=HKEY_LOCAL_MACHINE
  2333. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2334. KeySearchEntry=DisplayName
  2335. KeySearchValue=Norton AntiVirus 2004 (Symantec Corporation)
  2336. DisplayName=Norton AntiVirus 2004 (Symantec Corporation)
  2337.  
  2338. [Norton_AV_2008]
  2339. ;Norton AntiVirus 2007 for Vista32
  2340. ProductType=Internal
  2341. KeySearchMain=HKEY_LOCAL_MACHINE
  2342. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{77FFBA7E-0973-4F39-BBDB-AC2F537578D2}
  2343. KeySearchEntry=DisplayName
  2344. KeySearchValue=Norton AntiVirus (Symantec Corporation)
  2345. KeyEntry=UninstallString
  2346. DisplayName=Norton AntiVirus 2008
  2347. DialogAutomation=Norton AntiVirus Setup,Remove All|Norton AntiVirus Setup,Next|Norton AntiVirus Setup,Restart Windows Later|Norton AntiVirus Setup,Finish
  2348.  
  2349. [Norton_Corporate_7]
  2350. ProductType=External
  2351. KeySearchMain=HKEY_LOCAL_MACHINE
  2352. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2353. KeySearchEntry=DisplayName
  2354. KeySearchValue=Norton AntiVirus Corporate Edition
  2355. MSICommand=MSIExec /x
  2356. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress PASSWORDVALID=1
  2357. DisplayName=Norton AntiVirus Corporate Edition
  2358.  
  2359. [Norton_IS_2004]
  2360. ;Norton Internet Security 2004
  2361. ProductType=External
  2362. KeySearchMain=HKEY_LOCAL_MACHINE
  2363. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{A93C9E60-29B6-49da-BA21-F70AC6AADE20}
  2364. KeySearchEntry=DisplayName
  2365. KeySearchValue=Norton Internet Security (Symantec Corporation)
  2366. KeyEntry=UninstallString
  2367. DisplayName=Norton Internet Security 
  2368. DialogAutomation=Norton Internet Security Setup,Remove All|Norton Internet Security Setup,Next >|Norton Internet Security Setup,Restart Windows Later|Norton Internet Security Setup,Finish
  2369.  
  2370. [Norton_IS_2005]
  2371. ;Norton Internet Security 2005, version 8.0.0.64
  2372. ;Include also Norton AntiVirus 2005, version 11.0.2.4,
  2373. ;Norton Personal Firewall 2005 and
  2374. ;Norton Internet Security 2005 Anti-Spyware Edition English and Chinese version 8.5.0.113
  2375. ProductType=External
  2376. KeySearchMain=HKEY_LOCAL_MACHINE
  2377. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2378. KeySearchEntry=DisplayName
  2379. KeySearchValue=Norton Internet Security 2005 (Symantec Corporation)
  2380. KeyEntry=UninstallString
  2381. DisplayName=Norton Internet Security 2005 
  2382. 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
  2383.  
  2384. [Norton_IS_2006]
  2385. ProductType=External
  2386. KeySearchMain=HKEY_LOCAL_MACHINE
  2387. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2388. KeySearchEntry=DisplayName
  2389. KeySearchValue=Norton Internet Security 2006 (Symantec Corporation)
  2390. KeyEntry=UninstallString
  2391. DisplayName=Norton Internet Security 2006 (Symantec Corporation)
  2392.  
  2393. [Norton_IS_2007]
  2394. ;Norton Internet Security 2007 for Vista32
  2395. ProductType=Internal
  2396. KeySearchMain=HKEY_LOCAL_MACHINE
  2397. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{5AA2CD16-706F-41f3-87C5-2B5A031F2B3B}
  2398. KeySearchEntry=DisplayName
  2399. KeySearchValue=Norton Internet Security (Symantec Corporation)
  2400. KeyEntry=UninstallString
  2401. DisplayName=Norton Internet Security 2007
  2402. DialogAutomation=Norton Internet Security Setup,Remove All|Norton Internet Security Setup,Next >|Norton Internet Security Setup,Restart Windows Later|Norton Internet Security Setup,Finish
  2403.  
  2404. [Norton_IS_2009]
  2405. ProductType=External
  2406. KeySearchMain=HKEY_LOCAL_MACHINE
  2407. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NIS
  2408. KeySearchEntry=DisplayName
  2409. KeySearchValue=Norton Internet Security
  2410. ;KeyEntry=UninstallString
  2411. DisplayName=Norton Internet Security
  2412.  
  2413. [Norton_AV_2009]
  2414. ProductType=External
  2415. KeySearchMain=HKEY_LOCAL_MACHINE
  2416. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NAV
  2417. KeySearchEntry=DisplayName
  2418. KeySearchValue=Norton AntiVirus
  2419. ;KeyEntry=UninstallString
  2420. DisplayName=Norton AntiVirus
  2421.  
  2422. [Norton_Personal_Firewall_2004]
  2423. ;Norton Personal Firewall 2004
  2424. ProductType=External
  2425. KeySearchMain=HKEY_LOCAL_MACHINE
  2426. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2427. KeySearchEntry=DisplayName
  2428. KeySearchValue=Norton Personal Firewall (Symantec Corporation) 
  2429. DisplayName=Norton Personal Firewall (Symantec Corporation)
  2430. KeyEntry=UninstallString
  2431.  
  2432. [Norton_Systemworks_2004]
  2433. ProductType=External
  2434. KeySearchMain=HKEY_LOCAL_MACHINE
  2435. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2436. KeySearchEntry=DisplayName
  2437. KeySearchValue=Norton SystemWorks 2004 Professional (Symantec Corporation)
  2438. KeyEntry=UninstallString
  2439. DisplayName=Norton SystemWorks 2004 Professional (Symantec Corporation)
  2440.  
  2441. [Norton_Systemworks_2005]
  2442. ProductType=External
  2443. KeySearchMain=HKEY_LOCAL_MACHINE
  2444. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2445. KeySearchEntry=DisplayName
  2446. KeySearchValue=Norton SystemWorks 2005 (Symantec Corporation)
  2447. DisplayName=Norton SystemWorks 2005 (Symantec Corporation)
  2448. KeyEntry=UninstallString
  2449.  
  2450. [Norton_IS_2008]
  2451. ;Norton Internet Security 2008 for Vista32
  2452. ProductType=Internal
  2453. KeySearchMain=HKEY_LOCAL_MACHINE
  2454. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{C1C185CA-C531-49F5-A6FA-B838405A049D}
  2455. KeySearchEntry=DisplayName
  2456. KeySearchValue=Norton Internet Security (Symantec Corporation)
  2457. KeyEntry=UninstallString
  2458. DisplayName=Norton Internet Security 2008
  2459. DialogAutomation=Norton Internet Security Setup,Remove All|Norton Internet Security Setup,Next|Norton Internet Security Setup,Restart Windows Later|Norton Internet Security Setup,Finish
  2460.  
  2461. [Norton_IS_2004_FR]
  2462. ;Norton Internet Security 2004 french
  2463. ProductType=External
  2464. KeySearchMain=HKEY_LOCAL_MACHINE
  2465. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{AED74EFF-83ED-4ed6-8413-285C24BCEB6E}
  2466. KeySearchEntry=DisplayName
  2467. KeySearchValue=Norton Internet Security Professional (Symantec Corporation)
  2468. KeyEntry=UninstallString
  2469. DisplayName=Norton Internet Security 2004 
  2470. 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
  2471.  
  2472. [Norton_PROTECTION_CENTER]
  2473. ProductType=External
  2474. KeySearchMain=HKEY_LOCAL_MACHINE
  2475. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{5AA2CD16-706F-41f3-87C5-2B5A031F2B3B}
  2476. KeySearchEntry=Publisher
  2477. KeySearchValue=Symantec Corporation
  2478. KeyEntry=UninstallString
  2479. DisplayName=Norton Security Online
  2480. DialogAutomation=Norton Security Online Setup,Remove All|Norton Security Online Setup,Next >|Norton Security Online Setup,"Restart Windows Later"|Norton Security Online Setup,Finish
  2481.  
  2482. [Norton_Yahoo!_Applications]
  2483. ;This is urgent sg request from US office
  2484. ;Norton - Rohers Yahoo! Applications
  2485. ProductType=External
  2486. KeySearchMain=HKEY_LOCAL_MACHINE
  2487. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2488. KeySearchEntry=DisplayName
  2489. KeySearchValue=Rogers Yahoo! Applications
  2490. KeyEntry=UninstallString
  2491. DisplayName=Rogers Yahoo! Applications
  2492. DialogAutomation=Rogers Yahoo! Applications,Select All#Rogers Yahoo! Applications,Uninstall#Uninstaller,Yes#Restart Alert,No
  2493.  
  2494. [Norton_PROTECTION_CENTER2]
  2495. ;Test entry for Norton Protection center inside Yahoo Applications
  2496. ProductType=External
  2497. KeySearchMain=HKEY_LOCAL_MACHINE
  2498. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{C1C185CA-C531-49F5-A6FA-B838405A049D}
  2499. KeySearchEntry=Publisher
  2500. KeySearchValue=Symantec Corporation
  2501. KeyEntry=UninstallString
  2502. DisplayName=Norton Security Online
  2503. 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
  2504.  
  2505. [NAV2005NL]
  2506. ;Norton Antivirus 2005, Dutch
  2507. ProductType=Internal
  2508. KeySearchMain=HKEY_LOCAL_MACHINE
  2509. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{C6F5B6CF-609C-428E-876F-CA83176C021B}
  2510. KeySearchEntry=DisplayName
  2511. KeySearchValue=Norton AntiVirus 2005 (Symantec Corporation)
  2512. KeyEntry=UninstallString
  2513. DisplayName=Norton AntiVirus 2005
  2514. DialogAutomation=Norton AntiVirus 2005 Setup,Alles Verwijderen#Norton AntiVirus 2005 Setup,Volgende >#Norton AntiVirus 2005 Setup,Voltooien
  2515.  
  2516. [NPF2005NL]
  2517. ;Norton Personal Firewall 2005, Dutch
  2518. ProductType=Internal
  2519. KeySearchMain=HKEY_LOCAL_MACHINE
  2520. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{3BD0196C-6553-460c-A0C4-90D8AE5D60D2}
  2521. KeySearchEntry=DisplayName
  2522. KeySearchValue=Norton Personal Firewall 2005 (Symantec Corporation)
  2523. KeyEntry=UninstallString
  2524. DisplayName=Norton Personal Firewall 2005
  2525. DialogAutomation=Setup van Norton Personal Firewall 2005,Alles Verwijderen#Setup van Norton Personal Firewall 2005,Volgende >#Setup van Norton Personal Firewall 2005,Voltooien
  2526.  
  2527. [OfficeScan_5.02]
  2528. ProductType=External
  2529. KeySearchMain=HKEY_LOCAL_MACHINE
  2530. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2531. KeySearchEntry=DisplayName
  2532. KeySearchValue-nt50=Trend Micro OfficeScan WinNT
  2533. KeyEntry=UninstallString
  2534. KeyParam=-980223 -331
  2535.  
  2536. [OpteNet_PC]
  2537. ProductType=External
  2538. ;Optenet Parental Control
  2539. KeySearchMain=HKEY_LOCAL_MACHINE
  2540. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2541. KeySearchEntry=DisplayName
  2542. KeyEntry=UninstallString
  2543. KeySearchValue=OPTENET
  2544. DisplayName=OPTENET
  2545.  
  2546. [OTHERSP]
  2547. ;Used to be Incompatible F-Secure product
  2548. ProductType=Internal
  2549. PromptUser=0
  2550. SidegradePlugin=FSPRODRM.DLL
  2551. DisplayName=Conflicting security product
  2552.  
  2553. [Panda_AdminSecure]
  2554. ProductType=External
  2555. KeySearchMain=HKEY_LOCAL_MACHINE
  2556. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2557. KeySearchEntry=DisplayName
  2558. KeySearchValue=Panda AdminSecure
  2559. MSICommand=MSIExec /x
  2560. MSIParam=/qr REMOVE=ALL REBOOT=R
  2561. DisplayName=Panda AdminSecure
  2562.  
  2563. [Panda_AdminSecure_Reports]
  2564. ;Panda AdminSecure Reports COmponent
  2565. ProductType=External
  2566. KeySearchMain=HKEY_LOCAL_MACHINE
  2567. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2568. KeySearchEntry=DisplayName
  2569. KeySearchValue=Panda AdminSecure Reports Component
  2570. MSICommand=MSIExec /x
  2571. MSIParam=/qr REMOVE=ALL REBOOT=R
  2572. DisplayName=Panda AdminSecure Reports Component
  2573.  
  2574. [Panda_Agent]
  2575. ProductType=External
  2576. SidegradePlugin=PANDARM.DLL
  2577. DisplayName=Panda Network Agent
  2578.  
  2579. [Panda_Antivirus_2007]
  2580. ProductType=External
  2581. KeySearchMain=HKEY_LOCAL_MACHINE
  2582. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D1DA2BA7-2592-4036-9BB2-DCCABDE8DC1A}
  2583. KeySearchEntry=DisplayName
  2584. KeySearchValue=Panda Antivirus 2007
  2585. KeyEntry=UninstallString
  2586. KeyParam=/Auto
  2587. DisplayName=Panda Antivirus 2007
  2588.  
  2589. [Panda_Antivirus_2008]
  2590. ProductType=External
  2591. KeySearchMain=HKEY_LOCAL_MACHINE
  2592. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D1DA2BA7-2592-4036-9BB2-DCCABDE8DC1A}
  2593. KeySearchEntry=DisplayName
  2594. KeySearchValue=Panda Antivirus 2008
  2595. KeyEntry=UninstallString
  2596. KeyParam=/Auto
  2597. DisplayName=Panda Antivirus 2008
  2598.  
  2599. [Panda_AV_FW_2007]
  2600. ProductType=External
  2601. KeySearchMain=HKEY_LOCAL_MACHINE
  2602. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{98032D6F-3EE6-4646-B68C-40BF012AC89B}
  2603. KeySearchEntry=DisplayName
  2604. KeySearchValue=Panda Antivirus + Firewall 2007
  2605. DisplayName=Panda Antivirus + Firewall 2007
  2606. KeyEntry=UninstallString
  2607. KeyParam=/Auto
  2608.  
  2609. [Panda_AV_FW_2008]
  2610. ProductType=External
  2611. KeySearchMain=HKEY_LOCAL_MACHINE
  2612. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{98032D6F-3EE6-4646-B68C-40BF012AC89B}
  2613. KeySearchEntry=DisplayName
  2614. KeySearchValue=Panda Antivirus + Firewall 2008
  2615. DisplayName=Panda Antivirus + Firewall 2008
  2616. KeyEntry=UninstallString
  2617. KeyParam=/Auto
  2618.  
  2619. [Panda_IS_2009]
  2620. ProductType=External
  2621. KeySearchMain=HKEY_LOCAL_MACHINE
  2622. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7926EFB6-7CB4-4A9D-AB01-095F67F9D519}
  2623. KeySearchEntry=DisplayName
  2624. KeySearchValue=Panda Internet Security 2009
  2625. KeyEntry=UninstallString
  2626. KeyParam=/Auto
  2627. DisplayName=Panda Internet Security 2009
  2628.  
  2629. [Panda_AV_Pro_2009]
  2630. ProductType=External
  2631. KeySearchMain=HKEY_LOCAL_MACHINE
  2632. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E55FB276-73C9-4776-AB53-BC028C0509ED}
  2633. KeySearchEntry=DisplayName
  2634. KeySearchValue=Panda Antivirus Pro 2009
  2635. KeyEntry=UninstallString
  2636. KeyParam=/Auto
  2637. DisplayName=Panda Antivirus Pro 2009
  2638.  
  2639. [Panda_AV_Pro_2010]
  2640. ProductType=External
  2641. KeySearchMain=HKEY_LOCAL_MACHINE
  2642. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E55FB276-73C9-4776-AB53-BC028C0509ED}
  2643. KeySearchEntry=DisplayName
  2644. KeySearchValue=Panda Antivirus Pro 2010
  2645. KeyEntry=UninstallString
  2646. KeyParam=/Auto
  2647. DisplayName=Panda Antivirus Pro 2010
  2648.  
  2649. [Panda_IS_2010]
  2650. ProductType=External
  2651. KeySearchMain=HKEY_LOCAL_MACHINE
  2652. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7926EFB6-7CB4-4A9D-AB01-095F67F9D519}
  2653. KeySearchEntry=DisplayName
  2654. KeySearchValue=Panda Internet Security 2010
  2655. KeyEntry=UninstallString
  2656. KeyParam=/Auto
  2657. DisplayName=Panda Internet Security 2010
  2658.  
  2659. [Panda_GP_2010]
  2660. ProductType=External
  2661. KeySearchMain=HKEY_LOCAL_MACHINE
  2662. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{81A25967-DB85-4B48-A8A7-D25AC191DEE4}
  2663. KeySearchEntry=DisplayName
  2664. KeySearchValue=Panda Global Protection 2010
  2665. KeyEntry=UninstallString
  2666. KeyParam=/Auto
  2667. DisplayName=Panda Global Protection 2010
  2668.  
  2669. [Panda_GP_2009]
  2670. ProductType=External
  2671. KeySearchMain=HKEY_LOCAL_MACHINE
  2672. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{81A25967-DB85-4B48-A8A7-D25AC191DEE4}
  2673. KeySearchEntry=DisplayName
  2674. KeySearchValue=Panda Global Protection 2009
  2675. KeyEntry=UninstallString
  2676. KeyParam=/Auto
  2677. DisplayName=Panda Global Protection 2009
  2678.  
  2679. [Panda_ClientShield]
  2680. ;Panda ClientShield corporate version 2.00
  2681. ;Panda ClientShield corporate version 3.01.10.0000
  2682. ;Panda ClientShield corporate version 4.02
  2683. ProductType=External
  2684. KeySearchMain=HKEY_LOCAL_MACHINE
  2685. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2686. KeySearchEntry=DisplayName
  2687. KeySearchValue=Panda ClientShield
  2688. DisplayName=Panda ClientShield
  2689. KeyEntry=UninstallString
  2690.  
  2691. [Panda_Security_for_Desktops]
  2692. ;Panda Security for Desktops (Business client)
  2693. ;version 4.05.15.0000
  2694. ProductType=External
  2695. KeySearchMain=HKEY_LOCAL_MACHINE
  2696. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2697. KeySearchEntry=DisplayName
  2698. KeySearchValue=Panda Security for Desktops
  2699. DisplayName=Panda Security for Desktops
  2700. KeyEntry=UninstallString
  2701.  
  2702. [Panda_FileSecure]
  2703. ProductType=External
  2704. KeySearchMain=HKEY_LOCAL_MACHINE
  2705. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2706. KeySearchEntry=DisplayName
  2707. KeySearchValue=Panda FileSecure
  2708. DisplayName=Panda FileSecure
  2709. KeyEntry=UninstallString
  2710.  
  2711. [PandaPlatinum]
  2712. ProductType=External
  2713. KeySearchMain=HKEY_LOCAL_MACHINE
  2714. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2715. KeySearchEntry=DisplayName
  2716. KeySearchValue=Panda Antivirus Platinum
  2717. DisplayName=Panda Antivirus Platinum
  2718. KeyEntry=UninstallString
  2719. 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
  2720.  
  2721. [PandaPlatinum_IS8]
  2722. ProductType=External
  2723. KeySearchMain=HKEY_LOCAL_MACHINE
  2724. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2725. KeySearchEntry=DisplayName
  2726. KeySearchValue=Panda Platinum Internet Security
  2727. DisplayName=Panda Platinum Internet Security
  2728. KeyEntry=UninstallString
  2729.  
  2730. [PandaPlatinum_IS_2005]
  2731. ProductType=External
  2732. KeySearchMain=HKEY_LOCAL_MACHINE
  2733. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E91563B4-D9EC-11D5-A2BB-00606771B69D}
  2734. KeySearchEntry=DisplayName
  2735. KeySearchValue=Panda Platinum 2005 Internet Security 
  2736. DisplayName=Panda Platinum 2005 Internet Security 
  2737. KeyEntry=UninstallString
  2738. 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
  2739.  
  2740. [PandaPlatinum_IS_2006]
  2741. ProductType=External
  2742. KeySearchMain=HKEY_LOCAL_MACHINE
  2743. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EEBA9416-3207-47E0-9022-116440599DBC}
  2744. KeySearchEntry=DisplayName
  2745. KeySearchValue=Panda Platinum 2006 Internet Security 
  2746. DisplayName=Panda Platinum 2006 Internet Security 
  2747. KeyEntry=UninstallString
  2748. KeyParam=/Auto
  2749.  
  2750. [PandaPlatinum_IS_2007]
  2751. ProductType=External
  2752. KeySearchMain=HKEY_LOCAL_MACHINE
  2753. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EEBA9416-3207-47E0-9022-116440599DBC}
  2754. KeySearchEntry=DisplayName
  2755. KeySearchValue=Panda Internet Security 2007
  2756. DisplayName=Panda Internet Security 2007
  2757. KeyEntry=UninstallString
  2758. KeyParam=/Auto
  2759.  
  2760. [PandaTitanium_AV_2004]
  2761. ProductType=External
  2762. KeySearchMain=HKEY_LOCAL_MACHINE
  2763. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2764. KeySearchEntry=DisplayName
  2765. KeySearchValue=Panda Titanium Antivirus 2004
  2766. DisplayName=Panda Titanium Antivirus 2004
  2767. KeyEntry=UninstallString
  2768.  
  2769. [PandaTitanium_AV_2005]
  2770. ;English, French, Spanish
  2771. ProductType=External
  2772. KeySearchMain=HKEY_LOCAL_MACHINE
  2773. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BB85F18B-43C6-48B5-ABA9-6A5DDA65AA1B}
  2774. KeySearchEntry=DisplayName
  2775. KeySearchValue=Panda Titanium Antivirus 2005
  2776. DisplayName=Panda Titanium Antivirus 2005
  2777. KeyEntry=UninstallString
  2778. 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
  2779.  
  2780. [PandaTitanium_AV_AntiSpyware_2006]
  2781. ProductType=External
  2782. KeySearchMain=HKEY_LOCAL_MACHINE
  2783. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{98032D6F-3EE6-4646-B68C-40BF012AC89B}\
  2784. KeySearchEntry=DisplayName
  2785. KeySearchValue=Panda Titanium 2006 Antivirus + Antispyware
  2786. DisplayName=Panda Titanium 2006 Antivirus + Antispyware
  2787. KeyEntry=UninstallString
  2788. KeyParam=/Auto
  2789.  
  2790. [Panda_IS_2008]
  2791. ProductType=External
  2792. KeySearchMain=HKEY_LOCAL_MACHINE
  2793. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EEBA9416-3207-47E0-9022-116440599DBC}
  2794. KeySearchEntry=DisplayName
  2795. KeySearchValue=Panda Internet Security 2008
  2796. DisplayName=Panda Internet Security 2008
  2797. KeyEntry=UninstallString
  2798. KeyParam=/Auto
  2799.  
  2800. [Panda_Cloud_AV]
  2801. ProductType=External
  2802. KeySearchMain=HKEY_LOCAL_MACHINE
  2803. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Panda Cloud Antivirus
  2804. KeySearchEntry=DisplayName
  2805. KeySearchValue=Panda Cloud Antivirus
  2806. DisplayName=Panda Cloud Antivirus
  2807.  
  2808. [PC_Cillin]
  2809. ;Trend Micro PC-cillin 2003
  2810. ProductType=External
  2811. KeySearchMain=HKEY_LOCAL_MACHINE
  2812. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2813. KeySearchEntry=DisplayName
  2814. KeySearchValue=PC-cillin 2003
  2815. MSICommand=MSIExec /x
  2816. MSIParam=/q REMOVE=ALL REBOOT=R
  2817. DisplayName=PC-cillin 2003
  2818.  
  2819. [PC_Cillin_2005]
  2820. ProductType=External
  2821. KeySearchMain=HKEY_LOCAL_MACHINE
  2822. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2823. KeySearchEntry=DisplayName
  2824. KeySearchValue=Trend Micro PC-cillin Internet Security 2005
  2825. MSICommand=MSIExec /x
  2826. MSIParam=/q REMOVE=ALL REBOOT=R
  2827. DisplayName=Trend Micro PC-cillin Internet Security 2005
  2828.  
  2829. [PC_Cillin_2006]
  2830. ;After removing operation manual reboot is needed
  2831. ProductType=External
  2832. KeySearchMain=HKEY_LOCAL_MACHINE
  2833. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2834. KeySearchEntry=DisplayName
  2835. KeySearchValue=Trend Micro PC-cillin Internet Security 2006
  2836. MSICommand=MSIExec /x
  2837. MSIParam=/qb REMOVE=ALL
  2838. DisplayName=Trend Micro PC-cillin Internet Security 2006
  2839.  
  2840. [PC_Cillin_12]
  2841. ;Trend Micro PC-cillin Internet Security 12
  2842. ProductType=External
  2843. KeySearchMain=HKEY_LOCAL_MACHINE
  2844. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2845. KeySearchEntry=DisplayName
  2846. KeySearchValue=Trend Micro PC-cillin Internet Security 12
  2847. MSICommand=MSIExec /x
  2848. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  2849. DisplayName=Trend Micro PC-cillin Internet Security 12
  2850.  
  2851. [PC_Tools_AV]
  2852. ;PC Tools Free Antivirus 6.1
  2853. ProductType=External
  2854. KeySearchMain=HKEY_LOCAL_MACHINE
  2855. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2856. KeySearchEntry=DisplayName
  2857. KeySearchValue=PC Tools AntiVirus*
  2858. DisplayName=PC Tools AntiVirus
  2859.  
  2860. [PC_Tools_IS10]
  2861. ;PC Tools Internet Security 2010
  2862. ProductType=External
  2863. KeySearchMain=HKEY_LOCAL_MACHINE
  2864. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2865. KeySearchEntry=DisplayName
  2866. KeySearchValue=PC Tools Internet Security*
  2867. DisplayName=PC Tools Internet Security
  2868.  
  2869. [PC_Tools_FW]
  2870. ;PC Tools Free Firewall
  2871. ProductType=External
  2872. KeySearchMain=HKEY_LOCAL_MACHINE
  2873. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2874. KeySearchEntry=DisplayName
  2875. KeySearchValue=PC Tools Firewall Plus*
  2876. DisplayName=PC Tools Firewall Plus
  2877.  
  2878. [Browser_Defender]
  2879. ;Installs with PC Tools FW and IS
  2880. ProductType=External
  2881. KeySearchMain=HKEY_LOCAL_MACHINE
  2882. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2883. KeySearchEntry=DisplayName
  2884. KeySearchValue=Browser Defender*
  2885. KeyEntry=QuietUninstallString
  2886. DisplayName=Browser Defender
  2887.  
  2888. [PEX]
  2889. ;All PEX versions
  2890. ProductType=Internal
  2891. PromptUser=0
  2892. SidegradePlugin=FSPRODRM.DLL
  2893. ;Get product name from the plugin since PEX name can be what ever
  2894. GetNameFromPlugin=1
  2895. DisplayName=F-Secure Personal Express
  2896.  
  2897. [Preventon]
  2898. ;Preventon Antivirus, Dutch installation
  2899. ProductType=External
  2900. KeySearchMain=HKEY_LOCAL_MACHINE
  2901. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PC Antivirus
  2902. KeySearchEntry=DisplayName
  2903. KeySearchValue=PC Antivirus
  2904. DisplayName=PC Antivirus
  2905. KeyEntry=UninstallString
  2906. 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
  2907.  
  2908. [Proventia_desktop]
  2909. ;Older version of Proventia Desktop
  2910. ProductType=External
  2911. KeySearchMain=HKEY_LOCAL_MACHINE
  2912. KeySearchPath=SOFTWARE\ISS\Proventia Desktop
  2913. KeySearchEntry=Variant
  2914. KeySearchValue=Agent
  2915. UninstallPath=InstallDir
  2916. UninstallExecutable=AgentRemove.exe
  2917. PostUninstallWaitInterval=20
  2918. PostUninstallDetectRetries=10
  2919.  
  2920. [Proventia_desktop_new]
  2921. ;newer version of Proventia Desktop
  2922. ProductType=External
  2923. KeySearchMain=HKEY_LOCAL_MACHINE
  2924. KeySearchPath=SOFTWARE\ISS\Proventia Desktop
  2925. KeySearchEntry=Variant
  2926. KeySearchValue=Agent
  2927. UninstallPath=InstallDir
  2928. UninstallExecutable=AgentReshows.exe
  2929. PostUninstallWaitInterval=20
  2930. PostUninstallDetectRetries=10
  2931.  
  2932. [PureSight]
  2933. ;iCognito PureSight - all versions which conflict with our Parental Control
  2934. ProductType=External
  2935. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2936. KeySearchEntry=DisplayName
  2937. KeySearchValue=PureSight PC
  2938. DisplayName=PureSight Parental Control
  2939. KeyEntry=UninstallString
  2940. DialogAutomation=DETACHED_PROCESS_AUTOMATION;PureSight PC Setup,Next >#Confirm Uninstall,OK
  2941. ;SidegradePlugin=igpsdet.dll
  2942.  
  2943. [Radialpoint_Security_Center2008]
  2944. ;Detection only because uninstallation can be password protected
  2945. ProductType=External
  2946. KeySearchMain=HKEY_LOCAL_MACHINE
  2947. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D728053E-A54F-460F-A807-B7FED2A9D6DA}
  2948. KeySearchEntry=DisplayName
  2949. KeySearchValue=Radialpoint Security Services
  2950. DisplayName=Radialpoint Security Services
  2951.  
  2952. [Radialpoint_Servicepoint_Agent2008]
  2953. ProductType=External
  2954. KeySearchMain=HKEY_LOCAL_MACHINE
  2955. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RadialpointClientGateway_is1
  2956. KeySearchEntry=DisplayName
  2957. KeySearchValue=Radialpoint Servicepoint Agent 1.5.11
  2958. DisplayName=Radialpoint Servicepoint Agent 1.5.11
  2959.  
  2960. [Radialpoint_PCguard]
  2961. ;Detection only because uninstallation can be password protected
  2962. ProductType=External
  2963. KeySearchMain=HKEY_LOCAL_MACHINE
  2964. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{153BC7CA-9F2F-45AC-B4A1-AFAFBD5D904B}
  2965. KeySearchEntry=DisplayName
  2966. KeySearchValue=Virgin Broadband PCguard
  2967. DisplayName=Virgin Broadband PCguard
  2968.  
  2969. [Radialpoint_Videotron_SecServices]
  2970. ProductType=External
  2971. KeySearchMain=HKEY_LOCAL_MACHINE
  2972. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{547950EF-FFFC-44F3-8E14-9BD7639B6C2E}
  2973. KeySearchEntry=DisplayName
  2974. KeySearchValue=RPS RpsCore
  2975. UninstallPath=InstallSource
  2976. UninstallExecutable=setup.exe
  2977. KeyParam=/s /sms
  2978. DisplayName=Videotron Security Services
  2979.  
  2980. [Radialpoint_Videotron_ServiceAgent]
  2981. ProductType=External
  2982. KeySearchMain=HKEY_LOCAL_MACHINE
  2983. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  2984. KeySearchEntry=DisplayName
  2985. KeySearchValue=Videotron Service Agent 3.5.18
  2986. KeyEntry=QuietUninstallString
  2987. DisplayName=Videotron Service Agent 3.5.18
  2988.  
  2989. [Radialpoint_Videotron_SecServices_FRA]
  2990. ProductType=External
  2991. KeySearchMain=HKEY_LOCAL_MACHINE
  2992. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{00911CCB-51C6-4B90-AAE8-F60F9E694CB1}
  2993. KeySearchEntry=DisplayName
  2994. KeySearchValue=RPS RpsCore
  2995. UninstallPath=InstallSource
  2996. UninstallExecutable=setup.exe
  2997. KeyParam=/s /sms
  2998. DisplayName=Services de sΘcuritΘ VidΘotron
  2999.  
  3000. [Radialpoint_Videotron_ServiceAgent_FRA]
  3001. ProductType=External
  3002. KeySearchMain=HKEY_LOCAL_MACHINE
  3003. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3004. KeySearchEntry=DisplayName
  3005. KeySearchValue=Agent de services VidΘotron 3.5.18
  3006. KeyEntry=QuietUninstallString
  3007. DisplayName=Agent de services VidΘotron 3.5.18
  3008.  
  3009. [Rising_AV]
  3010. ;manual because uninstallation requires user interaction
  3011. ;ENG,DEU
  3012. ProductType=External
  3013. KeySearchMain=HKEY_LOCAL_MACHINE
  3014. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3015. KeySearchEntry=DisplayName
  3016. KeySearchValue=Rising Antivirus*
  3017. KeyEntry=UninstallString
  3018. ForceReboot=1
  3019. DisplayName=Rising Antivirus
  3020.  
  3021. [Rising_FW]
  3022. ;manual because uninstallation requires user interaction
  3023. ;ENG,DEU
  3024. ProductType=External
  3025. KeySearchMain=HKEY_LOCAL_MACHINE
  3026. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3027. KeySearchEntry=DisplayName
  3028. KeySearchValue=Rising Personal Firewall*
  3029. KeyEntry=UninstallString
  3030. ForceReboot=1
  3031. DisplayName=Rising Personal Firewall
  3032.  
  3033. [Rising_IS]
  3034. ;manual because uninstallation requires user interaction
  3035. ;ENG,DEU
  3036. ProductType=External
  3037. KeySearchMain=HKEY_LOCAL_MACHINE
  3038. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3039. KeySearchEntry=DisplayName
  3040. KeySearchValue=Rising Internet Security*
  3041. KeyEntry=UninstallString
  3042. ForceReboot=1
  3043. DisplayName=Rising Internet Security
  3044.  
  3045. [Rising_AV_CHI]
  3046. ;manual because uninstallation requires user interaction
  3047. ;Chinese
  3048. ProductType=External
  3049. KeySearchMain=HKEY_LOCAL_MACHINE
  3050. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Rav
  3051. KeySearchEntry=DisplayName
  3052. KeySearchValue=╖τ¼P¿╛¼r│nÑ≤*
  3053. KeyEntry=UninstallString
  3054. ForceReboot=1
  3055. DisplayName=╖τ¼P¿╛¼r│nÑ≤
  3056.  
  3057. [Rising_FW_CHI]
  3058. ;manual because uninstallation requires user interaction
  3059. ;Chinese
  3060. ProductType=External
  3061. KeySearchMain=HKEY_LOCAL_MACHINE
  3062. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RFW
  3063. KeySearchEntry=DisplayName
  3064. KeySearchValue=╖τ¼P¡╙ñH¿╛ñ⌡└≡*
  3065. KeyEntry=UninstallString
  3066. ForceReboot=1
  3067. DisplayName=╖τ¼P¡╙ñH¿╛ñ⌡└≡
  3068.  
  3069. [Rising_IS_CHI]
  3070. ;manual because uninstallation requires user interaction
  3071. ;Chinese
  3072. ProductType=External
  3073. KeySearchMain=HKEY_LOCAL_MACHINE
  3074. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ris
  3075. KeySearchEntry=DisplayName
  3076. KeySearchValue=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤*
  3077. KeyEntry=UninstallString
  3078. ForceReboot=1
  3079. DisplayName=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤
  3080.  
  3081. [Sympatico_sec_man]
  3082. ;Sympatico Security Manager
  3083. ;Detection only because uninstallation can be password protected
  3084. ;changed to be silent because user needs to give password when updatable sidegrade package is downloaded -> no password protection
  3085. ProductType=External
  3086. KeySearchMain=HKEY_LOCAL_MACHINE
  3087. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3088. KeySearchEntry=DisplayName
  3089. KeySearchValue=Sympatico Security Manager
  3090. DisplayName=Sympatico Security Manager
  3091. KeyEntry=UninstallString
  3092. 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
  3093.  
  3094. [Sympatico_sec_adv]
  3095. ;Sympatico Security Advisor
  3096. ;Detection only because uninstallation can be password protected
  3097. ;changed to be silent because user needs to give password when updatable sidegrade package is downloaded -> no password protection
  3098. ProductType=External
  3099. KeySearchMain=HKEY_LOCAL_MACHINE
  3100. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3101. KeySearchEntry=DisplayName
  3102. KeySearchValue=Sympatico Security Advisor 1.5.11
  3103. DisplayName=Sympatico Security Advisor 1.5.11
  3104. KeyEntry=UninstallString
  3105. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Sympatico Security Advisor Uninstall,Yes#Sympatico Security Advisor Uninstall,OK
  3106.  
  3107. [SG6_Agnitum_Outpost1]
  3108. ProductType=External
  3109. ;Agnitum Outpost Firewall, version 1.0.1125.1556
  3110. ;We're unable to remove this silently - so user has to uninstall it manually
  3111. ;detection and manual removal added
  3112. KeySearchMain=HKEY_LOCAL_MACHINE
  3113. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3114. KeySearchEntry=DisplayName
  3115. KeySearchValue=Agnitum Outpost Firewall Pro 1.0
  3116. DisplayName=Agnitum Outpost Firewall Pro 1.0
  3117. ;KeyEntry=UninstallString
  3118.  
  3119. [SG6_Antivir]
  3120. ;G-Data Antivir 
  3121. :AntiVirenKit 2005
  3122. ;Detection only
  3123. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3124. KeySearchEntry=DisplayName
  3125. KeySearchValue=AntiVirenKit 2005
  3126. DisplayName=AntiVirenKit 2005
  3127. ;Cannot be uninstalled automatically, for AVCS just detection:
  3128. ;KeyEntry=UninstallString 
  3129.  
  3130. [SG6_Authentium]
  3131. ;Authentium Safe and Secure
  3132. ProductType=External
  3133. KeySearchMain=HKEY_LOCAL_MACHINE
  3134. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Curtains for Windows 1.5
  3135. KeySearchEntry=DisplayName
  3136. KeySearchValue=Safe and Secure
  3137. DisplayName=Safe and Secure
  3138. ;KeyEntry=UninstallString
  3139. ;DialogAutomation=DETACHED_PROCESS_AUTOMATION;Repair and Uninstaller Application,Continue&Repair and Uninstaller Application,Continue
  3140.  
  3141. [SG6_AVG70_FE]
  3142. ;AVG Free Edition, versions 7.323, 7.338 and 7.1.375
  3143. ;Unable to remove these automaticly
  3144. ProductType=External
  3145. KeySearchMain=HKEY_LOCAL_MACHINE
  3146. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3147. KeySearchEntry=DisplayName
  3148. KeySearchValue=AVG Free Edition
  3149. DisplayName=AVG Free Edition
  3150. ;KeyEntry=UninstallString
  3151. ;KeyParam=/HIDDEN
  3152.  
  3153. [SG6_AVG_Free_8.5]
  3154. ;AVG Free 8.5 build 285 ENG + ESN
  3155. ;ForceReboot=1, we catch the possible reboot and show reboot dialog
  3156. ;changed to manual because AVG releases new build weekly
  3157. ProductType=External
  3158. KeySearchMain=HKEY_LOCAL_MACHINE
  3159. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG8Uninstall
  3160. KeySearchEntry=ProductType
  3161. KeySearchValue=Avg75Free
  3162. DisplayName=AVG Free 8.5
  3163. ;KeyEntry=UninstallString
  3164. ;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
  3165. ;ForceReboot=1
  3166.  
  3167. [SG6_AVG_8.5]
  3168. ;AVG 8.5 build 287 ENG
  3169. ;ForceReboot=1, we catch the possible reboot and show reboot dialog
  3170. ;changed to manual because AVG releases new build weekly
  3171. ProductType=External
  3172. KeySearchMain=HKEY_LOCAL_MACHINE
  3173. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG8Uninstall
  3174. KeySearchEntry=ProductType
  3175. KeySearchValue=Avg75Full
  3176. DisplayName=AVG 8.5
  3177. ;KeyEntry=UninstallString
  3178. ;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
  3179. ;ForceReboot=1
  3180.  
  3181. [SG6_BSECURE_45]
  3182. ;Bsecure Internet Protection Services
  3183. ;Version 4.5
  3184. ;We're unable to remove this silently - so user has to uninstall it manually
  3185. ;We just detect this
  3186. ProductType=External
  3187. KeySearchMain=HKEY_LOCAL_MACHINE
  3188. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3189. KeySearchEntry=DisplayName
  3190. KeySearchValue=Bsecure Internet Protection Services v.4.5 
  3191. DisplayName=Bsecure Internet Protection Services v.4.5 
  3192. ;KeyEntry=UninstallString
  3193.  
  3194. [SG6_CA_eTrust_InoculateIT]
  3195. ;CA eTrust InoculateIT
  3196. ;Version 6.0.96
  3197. ;Includes manual removal
  3198. ProductType=External
  3199. KeySearchMain=HKEY_LOCAL_MACHINE
  3200. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3201. KeySearchEntry=DisplayName
  3202. KeySearchValue=eTrust InoculateIT
  3203. DisplayName=eTrust InoculateIT
  3204. ;KeyEntry=UninstallString
  3205.  
  3206. [SG6_CA_eTrust_PestPatrol]
  3207. ;Version 5.0.1.5
  3208. ;Cannot be uninstalled automatically, for AVCS just detection:
  3209. ProductType=External
  3210. KeySearchMain=HKEY_LOCAL_MACHINE
  3211. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3212. KeySearchEntry=DisplayName
  3213. KeySearchValue=CA eTrust PestPatrol
  3214. DisplayName=CA eTrust PestPatrol
  3215. ;KeyEntry=UninstallString
  3216.  
  3217. [SG6_CA_IS_2008]
  3218. ;Detection only because can be password protected
  3219. ProductType=External
  3220. KeySearchMain=HKEY_LOCAL_MACHINE
  3221. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\eTrust Suite Personal
  3222. KeySearchEntry=DisplayName
  3223. KeySearchValue=CA Internet Security Suite
  3224. ;KeyEntry=UninstallString
  3225. DisplayName=CA Internet Security Suite
  3226. ;ForceReboot=1
  3227.  
  3228. [SG6_CA_AV_2009]
  3229. ;Uninstall CA AV component and GUI
  3230. ProductType=External
  3231. KeySearchMain=HKEY_LOCAL_MACHINE
  3232. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cciss_av
  3233. KeySearchEntry=DisplayName
  3234. KeySearchValue=CA Anti-Virus
  3235. ;KeyEntry=UninstallString
  3236. DisplayName=CA Anti-Virus
  3237. ;ForceReboot=1
  3238.  
  3239. [SG6_CA_FW_2009]
  3240. ;Uninstall CA FW component and GUI
  3241. ProductType=External
  3242. KeySearchMain=HKEY_LOCAL_MACHINE
  3243. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cciss_pfw
  3244. KeySearchEntry=DisplayName
  3245. KeySearchValue=CA Personal Firewall
  3246. ;KeyEntry=UninstallString
  3247. DisplayName=CA Personal Firewall
  3248. ;ForceReboot=1
  3249.  
  3250. [SG6_Cisco_VPN_Client]
  3251. ;Cisco VPN Client Firewall
  3252. ;Version 4.6.04.0043
  3253. ;Can not be removed silently
  3254. ;This removes whole VPN Client
  3255. ProductType=External
  3256. KeySearchMain=HKEY_LOCAL_MACHINE
  3257. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3258. KeySearchEntry=DisplayName
  3259. KeySearchValue=VPN Client
  3260. DisplayName=VPN Client
  3261.  
  3262. [SG6_iProtectYou_709]
  3263. ProductType=External
  3264. ;iProtectYou, version 7.09
  3265. ;We're unable to remove this silently - so user has to uninstall it manually
  3266. ;detection and manual removal added
  3267. KeySearchMain=HKEY_LOCAL_MACHINE
  3268. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3269. KeySearchEntry=DisplayName
  3270. KeySearchValue=iProtectYou 7.09
  3271. DisplayName=iProtectYou 7.09
  3272. ;KeyEntry=UninstallString
  3273.  
  3274. [SG6_Kerio_Personal_Firewall]
  3275. ;Version 4.1.2
  3276. ProductType=External
  3277. KeySearchMain=HKEY_LOCAL_MACHINE
  3278. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3279. KeySearchEntry=DisplayName
  3280. KeySearchValue=Kerio Personal Firewall
  3281. ;MSICommand=MSIExec /x
  3282. ;MSIParam=/qn REMOVE=ALL 
  3283. DisplayName=Kerio Personal Firewall
  3284.  
  3285. [SG6_McAfee_AntiSpyware_110]
  3286. ;McAfee AntiSpyware, Version 1.10.0149.0
  3287. ;Cannot be removed silently
  3288. ;Detection only
  3289. ProductType=External
  3290. KeySearchMain=HKEY_LOCAL_MACHINE
  3291. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3292. KeySearchEntry=DisplayName
  3293. KeySearchValue=McAfee AntiSpyware
  3294. ;KeyEntry=UninstallString
  3295. DisplayName=McAfee AntiSpyware
  3296.  
  3297. [SG6_McAfee_IS]
  3298. ProductType=External
  3299. KeySearchMain=HKEY_LOCAL_MACHINE
  3300. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3301. KeySearchEntry=DisplayName
  3302. KeySearchValue=McAfee Internet Security
  3303. ;MSICommand=MSIExec /x
  3304. ;MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  3305. DisplayName=McAfee Internet Security
  3306.  
  3307. [SG6_McAfee_VS_FW]
  3308. ;McAfee VirusScan Professional/Personal Edition 7.02.6
  3309. ;The firewall component. Antivirus component handled with McAfee_HE and McAfee_PE.
  3310. ;This works for both personal and professional versions
  3311. ProductType=External
  3312. KeySearchMain=HKEY_LOCAL_MACHINE
  3313. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3314. KeySearchEntry=DisplayName
  3315. KeySearchValue=McAfee Firewall
  3316. ;MSICommand=MSIExec /x
  3317. ;MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  3318. DisplayName=McAfee Firewall
  3319.  
  3320. [SG6_MS_AntiSpyware]
  3321. ;Microsoft AntiSpyware, beta 1.0 version
  3322. ProductType=External
  3323. KeySearchMain=HKEY_LOCAL_MACHINE
  3324. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3325. KeySearchEntry=DisplayName
  3326. KeySearchValue=Microsoft AntiSpyware
  3327. DisplayName=Microsoft AntiSpyware
  3328. MSICommand=MSIExec /x
  3329. MSIParam=/qr REMOVE=ALL REBOOT=R
  3330. MSISilentParam=/q REMOVE=ALL REBOOT=R
  3331.  
  3332. [SG6_Norman_Personal_Firewall_14]
  3333. ;Version 1.42
  3334. ;Can not be removed silently.
  3335. ProductType=External
  3336. KeySearchMain=HKEY_LOCAL_MACHINE
  3337. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3338. KeySearchEntry=DisplayName
  3339. KeySearchValue=Norman Personal Firewall 1.42
  3340. DisplayName=Norman Personal Firewall 1.42
  3341. ;KeyEntry=UninstallString
  3342.  
  3343. [SG6_Norton2003]
  3344. ;Norton Antivirus 2003 a.k.a. version 9.0
  3345. ProductType=External
  3346. KeySearchMain=HKEY_LOCAL_MACHINE
  3347. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3348. KeySearchEntry=DisplayName
  3349. KeySearchValue=Norton AntiVirus 2003
  3350. DisplayName=Norton AntiVirus 2003
  3351.  
  3352. [SG6_Norton_IS_2005]
  3353. ;Norton Internet Security 2005, version 8.0.0.64
  3354. ;Include also Norton AntiVirus 2005, version 11.0.2.4,
  3355. ;Norton Personal Firewall 2005 and
  3356. ;Norton Internet Security 2005 Anti-Spyware Edition English and Chinese version 8.5.0.113
  3357. ;Cannot be removed silently
  3358. ProductType=External
  3359. KeySearchMain=HKEY_LOCAL_MACHINE
  3360. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3361. KeySearchEntry=DisplayName
  3362. KeySearchValue=Norton Internet Security 2005 (Symantec Corporation)
  3363. ;KeyEntry=UninstallString
  3364. DisplayName=Norton Internet Security 2005 
  3365.  
  3366. [SG6_Norton_IS_2006]
  3367. ;Norton Internet Security 2006 BETA, Version 9.0.0.41
  3368. ;Cannot be removed silently
  3369. ;Detection only
  3370. ProductType=External
  3371. KeySearchMain=HKEY_LOCAL_MACHINE
  3372. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3373. KeySearchEntry=DisplayName
  3374. KeySearchValue=Norton Internet Security 2006 (Symantec Corporation)
  3375. ;KeyEntry=UninstallString
  3376. DisplayName=Norton Internet Security 2006 (Symantec Corporation)
  3377.  
  3378. [SG6_Norton_Personal_Firewall_2004]
  3379. ;Norton Personal Firewall 2004, Version 7.0.0.177
  3380. ;Cannot be uninstalled automatically, for AVCS just detection
  3381. ProductType=External
  3382. KeySearchMain=HKEY_LOCAL_MACHINE
  3383. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3384. KeySearchEntry=DisplayName
  3385. KeySearchValue=Norton Personal Firewall (Symantec Corporation) 
  3386. DisplayName=Norton Personal Firewall (Symantec Corporation)
  3387. ;KeyEntry=UninstallString
  3388.  
  3389. [SG6_Norton_Systemworks_2004]
  3390. ;Norton Systemworks 2004 a.k.a. version 7.00.00
  3391. ;Detection only
  3392. ProductType=External
  3393. KeySearchMain=HKEY_LOCAL_MACHINE
  3394. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3395. KeySearchEntry=DisplayName
  3396. KeySearchValue=Norton SystemWorks 2004 Professional (Symantec Corporation)
  3397. ;Cannot be uninstalled automatically, for AVCS just detection:
  3398. ;KeyEntry=UninstallString
  3399. DisplayName=Norton SystemWorks 2004 Professional (Symantec Corporation) 
  3400.  
  3401. [SG6_Norton_Systemworks_2005]
  3402. ;Detection only
  3403. ProductType=External
  3404. KeySearchMain=HKEY_LOCAL_MACHINE
  3405. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3406. KeySearchEntry=DisplayName
  3407. KeySearchValue=Norton SystemWorks 2005 (Symantec Corporation)
  3408. DisplayName=Norton SystemWorks 2005 (Symantec Corporation)
  3409. ;Cannot be uninstalled automatically, for AVCS just detection:
  3410. ;KeyEntry=UninstallString
  3411.  
  3412. [SG6_Norton_IS_2009]
  3413. ;manual entry, no silent parameters found and dialog automation couldn't be used
  3414. ProductType=External
  3415. KeySearchMain=HKEY_LOCAL_MACHINE
  3416. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3417. KeySearchEntry=DisplayName
  3418. KeySearchValue=Norton Internet Security
  3419. ;KeyEntry=UninstallString
  3420. DisplayName=Norton Internet Security 2009
  3421.  
  3422. [SG6_Norton_AV_2009]
  3423. ;manual entry, no silent parameters found and dialog automation couldn't be used
  3424. ProductType=External
  3425. KeySearchMain=HKEY_LOCAL_MACHINE
  3426. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NAV
  3427. KeySearchEntry=DisplayName
  3428. KeySearchValue=Norton AntiVirus
  3429. ;KeyEntry=UninstallString
  3430. DisplayName=Norton AntiVirus 2009
  3431.  
  3432. [SG6_OpteNet_PC]
  3433. ProductType=External
  3434. ;Optenet Parental Control
  3435. ;Version 9.4.1
  3436. ;We're unable to remove this silently - so user has to uninstall it manually
  3437. ;detection and manual removal added
  3438. KeySearchMain=HKEY_LOCAL_MACHINE
  3439. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3440. KeySearchEntry=DisplayName
  3441. ;KeyEntry=UninstallString
  3442. KeySearchValue=OPTENET
  3443. DisplayName=OPTENET
  3444.  
  3445. [SG6_PandaPlatinum]
  3446. ;Panda Antivirus Platinum
  3447. ;Tested with version 7.01.80
  3448. ;We're unable to remove this silently - so user has to uninstall it manually
  3449. ;We just detect this
  3450. ProductType=External
  3451. KeySearchMain=HKEY_LOCAL_MACHINE
  3452. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3453. KeySearchEntry=DisplayName
  3454. KeySearchValue=Panda Antivirus Platinum
  3455. DisplayName=Panda Antivirus Platinum
  3456.  
  3457. [SG6_PandaPlatinum_IS8]
  3458. ;Panda Platinum Internet Security 8.0
  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=Panda Platinum Internet Security
  3466. DisplayName=Panda Platinum Internet Security
  3467.  
  3468. [SG6_PandaTitanium_AV_2004]
  3469. ;Panda Titanium Antivirus 2004 (PTA 2004) v3.0
  3470. ;We're unable to remove this silently - so user has to uninstall it manually
  3471. ;We just detect this
  3472. ProductType=External
  3473. KeySearchMain=HKEY_LOCAL_MACHINE
  3474. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3475. KeySearchEntry=DisplayName
  3476. KeySearchValue=Panda Titanium Antivirus 2004
  3477. DisplayName=Panda Titanium Antivirus 2004
  3478.  
  3479. [SG6_PC_Cillin_2006]
  3480. ;Trend Micro PC Cillin Internet Security 2006
  3481. ;After removing operation manual reboot is needed
  3482. ProductType=External
  3483. KeySearchMain=HKEY_LOCAL_MACHINE
  3484. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3485. KeySearchEntry=DisplayName
  3486. KeySearchValue=Trend Micro PC-cillin Internet Security 2006
  3487. ;MSICommand=MSIExec /x
  3488. ;MSIParam=/qb REMOVE=ALL
  3489. DisplayName=Trend Micro PC-cillin Internet Security 2006
  3490.  
  3491. [SG6_Rising_AV]
  3492. ;manual because uninstallation requires user interaction
  3493. ;ENG,DEU
  3494. ProductType=External
  3495. KeySearchMain=HKEY_LOCAL_MACHINE
  3496. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Rav
  3497. KeySearchEntry=DisplayName
  3498. KeySearchValue=Rising Antivirus*
  3499. ;KeyEntry=UninstallString
  3500. DisplayName=Rising Antivirus
  3501.  
  3502. [SG6_Rising_FW]
  3503. ;manual because uninstallation requires user interaction
  3504. ;ENG,DEU
  3505. ProductType=External
  3506. KeySearchMain=HKEY_LOCAL_MACHINE
  3507. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RFW
  3508. KeySearchEntry=DisplayName
  3509. KeySearchValue=Rising Personal Firewall*
  3510. ;KeyEntry=UninstallString
  3511. DisplayName=Rising Personal Firewall
  3512.  
  3513. [SG6_Rising_IS]
  3514. ;manual because uninstallation requires user interaction
  3515. ;ENG,DEU
  3516. ProductType=External
  3517. KeySearchMain=HKEY_LOCAL_MACHINE
  3518. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ris
  3519. KeySearchEntry=DisplayName
  3520. KeySearchValue=Rising Internet Security*
  3521. ;KeyEntry=UninstallString
  3522. DisplayName=Rising Internet Security
  3523.  
  3524. [SG6_Rising_AV_CHI]
  3525. ;manual because uninstallation requires user interaction
  3526. ;Chinese
  3527. ProductType=External
  3528. KeySearchMain=HKEY_LOCAL_MACHINE
  3529. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Rav
  3530. KeySearchEntry=DisplayName
  3531. KeySearchValue=╖τ¼P¿╛¼r│nÑ≤*
  3532. ;KeyEntry=UninstallString
  3533. ;ForceReboot=1
  3534. DisplayName=╖τ¼P¿╛¼r│nÑ≤
  3535.  
  3536. [SG6_Rising_FW_CHI]
  3537. ;manual because uninstallation requires user interaction
  3538. ;Chinese
  3539. ProductType=External
  3540. KeySearchMain=HKEY_LOCAL_MACHINE
  3541. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RFW
  3542. KeySearchEntry=DisplayName
  3543. KeySearchValue=╖τ¼P¡╙ñH¿╛ñ⌡└≡*
  3544. ;KeyEntry=UninstallString
  3545. ;ForceReboot=1
  3546. DisplayName=╖τ¼P¡╙ñH¿╛ñ⌡└≡
  3547.  
  3548. [SG6_Rising_IS_CHI]
  3549. ;manual because uninstallation requires user interaction
  3550. ;Chinese
  3551. ProductType=External
  3552. KeySearchMain=HKEY_LOCAL_MACHINE
  3553. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ris
  3554. KeySearchEntry=DisplayName
  3555. KeySearchValue=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤*
  3556. ;KeyEntry=UninstallString
  3557. ;ForceReboot=1
  3558. DisplayName=╖τ¼PÑ■Ñ\»αªwÑ■│nÑ≤
  3559.  
  3560. [SG6_Spy_Sweeper]
  3561. ;Version 3.2
  3562. ;Includes manual removal
  3563. ProductType=External
  3564. KeySearchMain=HKEY_LOCAL_MACHINE
  3565. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3566. KeySearchEntry=DisplayName
  3567. KeySearchValue=Spy Sweeper
  3568. DisplayName=Spy Sweeper
  3569. ;Cannot be uninstalled automatically, for AVCS just detection:
  3570. ;KeyEntry=UninstallString
  3571.  
  3572. [SG6_Symantec_CS_20]
  3573. ;Symantec Client Security 2.0
  3574. ;Also known as 9.0.0.338 
  3575. ;Includes firewall and anti-virus
  3576. ;Detection and manual removal
  3577. ProductType=External
  3578. KeySearchMain=HKEY_LOCAL_MACHINE
  3579. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3580. KeySearchEntry=DisplayName
  3581. KeySearchValue=Symantec Client Security
  3582. ;MSICommand=MSIExec /x
  3583. ;MSIParam=/qr REMOVE=ALL REBOOT=R
  3584. ;MSISilentParam=/q REMOVE=ALL REBOOT=R
  3585. DisplayName=Symantec Client Security
  3586.  
  3587. [SG6_TM_VirusWall_50]
  3588. ;Trend Micro InterScan VirusWall for SMB
  3589. ;Version 5.00.0000
  3590. ;We're unable to remove this silently - so user has to uninstall it manually
  3591. ;We just detect this
  3592. ProductType=External
  3593. KeySearchMain=HKEY_LOCAL_MACHINE
  3594. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3595. KeySearchEntry=DisplayName
  3596. KeySearchValue=Trend Micro InterScan VirusWall for SMB
  3597. DisplayName=Trend Micro InterScan VirusWall for SMB
  3598. ;KeyEntry=UninstallString 
  3599.  
  3600. [SG6_Viguard]
  3601. ;Viguard Firewall 2003, version 1.1
  3602. ;Viguard Dynamic Virus Protection 2002
  3603. ;Viguard Le Pack Securite, version 10
  3604. ;We're unable to remove this silently - so user has to uninstall it manually
  3605. ;We just detect this
  3606. ProductType=External
  3607. KeySearchMain=HKEY_LOCAL_MACHINE
  3608. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3609. KeySearchEntry=DisplayName
  3610. KeySearchValue=ViGUARD
  3611. DisplayName=ViGUARD
  3612. ;KeyEntry=UninstallString
  3613.  
  3614. [SG6_Yahoo_as_IE]
  3615. ;Yahoo anti-spyware toolbar for IE
  3616. ProductType=External
  3617. KeySearchMain=HKEY_LOCAL_MACHINE
  3618. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3619. KeySearchEntry=DisplayName
  3620. KeySearchValue=Yahoo! Toolbar
  3621. DisplayName=Yahoo! Toolbar
  3622.  
  3623. [SG6_ZeroAds_1.4]
  3624. ProductType=External
  3625. ;ZeroAds Popup blocker, version 1.4
  3626. ;We're unable to remove this silently - so user has to uninstall it manually
  3627. ;detection and manual removal added
  3628. KeySearchMain=HKEY_LOCAL_MACHINE
  3629. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3630. KeySearchEntry=DisplayName
  3631. KeySearchValue=ZeroAds
  3632. DisplayName=ZeroAds
  3633. ;KeyEntry=UninstallString
  3634.  
  3635. [SG6_ZOOMTOWNIS_45]
  3636. ;ZoomTownInternetSecurity 
  3637. ;Version 5.5
  3638. ;We're unable to remove this silently - so user has to uninstall it manually
  3639. ;We just detect this
  3640. ProductType=External
  3641. KeySearchMain=HKEY_LOCAL_MACHINE
  3642. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3643. KeySearchEntry=DisplayName
  3644. KeySearchValue=ZoomTownInternetSecurity v.4.5 
  3645. DisplayName=ZoomTownInternetSecurity v.4.5 
  3646. ;KeyEntry=UninstallString
  3647.  
  3648. [SG6_Norton_360]
  3649. ;Norton 360 for Vista32
  3650. ProductType=Internal
  3651. KeySearchMain=HKEY_LOCAL_MACHINE
  3652. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SymSetup.{2D617065-1C52-4240-B5BC-C0AE12157777}
  3653. KeySearchEntry=DisplayName
  3654. KeySearchValue=Norton 360 (Symantec Corporation)
  3655. ;KeyEntry=UninstallString
  3656. DisplayName=Norton 360
  3657. ;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
  3658.  
  3659. [SG6_Norton_360_version3]
  3660. ;Norton 360 version 3
  3661. ;reboot during manual installation
  3662. ProductType=Internal
  3663. KeySearchMain=HKEY_LOCAL_MACHINE
  3664. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\N360
  3665. KeySearchEntry=DisplayName
  3666. KeySearchValue=Norton 360
  3667. ;KeyEntry=UninstallString
  3668. DisplayName=Norton 360
  3669. ;ForceReboot=1
  3670.  
  3671. [SG6_FSES]
  3672. ;Tested with version 0.5.88 and 0.60.77
  3673. ProductType=Internal
  3674. KeySearchMain=HKEY_LOCAL_MACHINE
  3675. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3676. KeySearchEntry=DisplayName
  3677. KeySearchValue=F-Secure ExploitShield
  3678. ;KeyEntry=UninstallString
  3679. DisplayName=F-Secure ExploitShield
  3680.  
  3681. [Sophos]
  3682. ProductType=External
  3683. KeySearchMain=HKEY_LOCAL_MACHINE
  3684. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Sophos-SweepNT
  3685. KeySearchEntry=DisplayName
  3686. KeySearchValue=Sophos Anti-Virus*
  3687. KeyEntry=UninstallString
  3688. DisplayName=Sophos Anti-Virus
  3689. DialogAutomation=SOPHOS Removal,Next >|SOPHOS Setup - Active Applications,Close|SOPHOS Removal,Finish|SOPHOS Removal - Removal Complete,Exit - Restart Later
  3690.  
  3691. [Sophos_505]
  3692. ;can remove also sophos 7.0.6, 7.3.3
  3693. ProductType=External
  3694. KeySearchMain=HKEY_LOCAL_MACHINE
  3695. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3696. KeySearchEntry=DisplayName
  3697. KeySearchValue=Sophos Anti-Virus
  3698. MSICommand=MSIExec /x
  3699. MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
  3700. DisplayName=Sophos Anti-Virus
  3701.  
  3702. [Sophos_505_AutoUpdate]
  3703. ;can remove also sophos 7.0.6 and 7.3.3 autoupdate
  3704. ProductType=External
  3705. KeySearchMain=HKEY_LOCAL_MACHINE
  3706. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3707. KeySearchEntry=DisplayName
  3708. KeySearchValue=Sophos AutoUpdate
  3709. MSICommand=MSIExec /x
  3710. MSIParam=/qn
  3711. DisplayName=Sophos AutoUpdate
  3712.  
  3713. [Sophos_706_RMS]
  3714. ;Tested with Sophos Antivirus 7.0.6
  3715. ProductType=External
  3716. KeySearchMain=HKEY_LOCAL_MACHINE
  3717. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3718. KeySearchEntry=DisplayName
  3719. KeySearchValue=Sophos Remote Management System
  3720. MSICommand=MSIExec /x
  3721. MSIParam=/qn
  3722. DisplayName=Sophos Remote Management System
  3723.  
  3724. [Sourcenext_2006]
  3725. ;Sourcenext 2006
  3726. ;Japanese version
  3727. ;includes AV and FW
  3728. ProductType=External
  3729. KeySearchMain=HKEY_LOCAL_MACHINE
  3730. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{85F6FC98-FA56-4D01-AAC2-BF2993BF77E5}
  3731. KeySearchEntry=DisplayName
  3732. KeySearchValue=âEâCâïâXâZâLâàâèâeâB
  3733. MSICommand=MSIExec /x
  3734. MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
  3735. DisplayName=âEâCâïâXâZâLâàâèâeâB
  3736.  
  3737. [Spy_Sweeper]
  3738. ProductType=External
  3739. KeySearchMain=HKEY_LOCAL_MACHINE
  3740. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3741. KeySearchEntry=DisplayName
  3742. KeySearchValue=Spy Sweeper
  3743. DisplayName=Spy Sweeper
  3744. KeyEntry=UninstallString
  3745.  
  3746. [Spybot1.3]
  3747. ProductType=External
  3748. KeySearchMain=HKEY_LOCAL_MACHINE
  3749. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3750. KeySearchEntry=DisplayName
  3751. KeySearchValue=Spybot - Search & Destroy 1.3
  3752. DisplayName=Spybot - Search & Destroy 1.3
  3753. KeyEntry=UninstallString
  3754. KeyParam=/silent /NoRestart
  3755.  
  3756. [Spy_Terminator]
  3757. ProductType=External
  3758. KeySearchMain=HKEY_LOCAL_MACHINE
  3759. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Spyware Terminator_is1
  3760. KeySearchEntry=DisplayName
  3761. KeySearchValue=Spyware Terminator
  3762. DisplayName=Spyware Terminator
  3763. KeyEntry=QuietUninstallString
  3764.  
  3765. [Spy_Toolbar]
  3766. ProductType=External
  3767. KeySearchMain=HKEY_LOCAL_MACHINE
  3768. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CToolbar_UNINSTALL
  3769. KeySearchEntry=DisplayName
  3770. KeySearchValue=Crawler Toolbar with Web Security Guard
  3771. DisplayName=Crawler Toolbar with Web Security Guard
  3772.  
  3773. [Symantec_AV_10]
  3774. ProductType=External
  3775. KeySearchMain=HKEY_LOCAL_MACHINE
  3776. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3777. KeySearchEntry=DisplayName
  3778. KeySearchValue=Symantec AntiVirus
  3779. MSICommand=MSIExec /x
  3780. MSIParam=/qr REMOVE=ALL REBOOT=R
  3781. MSISilentParam=/q REMOVE=ALL REBOOT=R
  3782. DisplayName=Symantec AntiVirus
  3783.  
  3784. [Symantec_AV_10_0_1]
  3785. ProductType=External
  3786. SidegradePlugin=symav9_10.dll
  3787. DisplayName=Symantec AntiVirus
  3788.  
  3789. [Symantec_AV_902]
  3790. ProductType=External
  3791. SidegradePlugin=symav9.dll
  3792. DisplayName=Symantec AntiVirus
  3793.  
  3794. [Symantec_CE]
  3795. ;Symantec AntiVirus Corporate Edition
  3796. ProductType=External
  3797. KeySearchMain=HKEY_LOCAL_MACHINE
  3798. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3799. KeySearchEntry=DisplayName
  3800. KeySearchValue=Symantec AntiVirus Client
  3801. MSICommand=MSIExec /x
  3802. MSIParam=/q REMOVE=ALL REBOOT=R
  3803. DisplayName=Symantec AntiVirus Client
  3804.  
  3805. [Symantec_CE_90]
  3806. ;Symantec AntiVirus Corporate Edition
  3807. ProductType=External
  3808. KeySearchMain=HKEY_LOCAL_MACHINE
  3809. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3810. KeySearchEntry=DisplayName
  3811. KeySearchValue=Symantec AntiVirus
  3812. MSICommand=MSIExec /x
  3813. MSISilentParam=/qr REMOVE=ALL REBOOT=R
  3814. DisplayName=Symantec AntiVirus 
  3815.  
  3816. [Symantec_CS_20]
  3817. ;Symantec Client Security 2.0
  3818. ;Also known as 9.0.0.338 
  3819. ;Includes firewall and anti-virus
  3820. ProductType=External
  3821. KeySearchMain=HKEY_LOCAL_MACHINE
  3822. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{00CD72B3-E2DF-4DFC-BCC1-5CC4F564518D}
  3823. KeySearchEntry=DisplayName
  3824. KeySearchValue=Symantec Client Security
  3825. MSICommand=MSIExec /x
  3826. MSIParam=/qr REMOVE=ALL REBOOT=R
  3827. MSISilentParam=/q REMOVE=ALL REBOOT=R
  3828. DisplayName=Symantec Client Security
  3829.  
  3830. [Symantec_CS_30]
  3831. ProductType=External
  3832. KeySearchMain=HKEY_LOCAL_MACHINE
  3833. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E9FA3047-0B15-4E19-85CE-EE7FC6E60F99}
  3834. KeySearchEntry=DisplayName
  3835. KeySearchValue=Symantec Client Security
  3836. MSICommand=MSIExec /x
  3837. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  3838. DisplayName=Symantec Client Security
  3839.  
  3840. [Symantec_Endpoint]
  3841. ProductType=External
  3842. KeySearchMain=HKEY_LOCAL_MACHINE
  3843. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3844. KeySearchEntry=DisplayName
  3845. KeySearchValue=Symantec Endpoint Protection
  3846. MSICommand=MSIExec /x
  3847. MSIParam=/qb REMOVE=ALL Reboot=ReallySuppress
  3848. DisplayName=Symantec Endpoint Protection
  3849.  
  3850. [Symantec_LiveUpdate_17]
  3851. ;Symantec Live Update (for Symantec AV corporate edition)
  3852. ProductType=External
  3853. KeySearchMain=HKEY_LOCAL_MACHINE
  3854. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3855. KeySearchEntry=DisplayName
  3856. KeySearchValue=LiveUpdate 1.7 (Symantec Corporation)
  3857. KeyEntry=UninstallString
  3858. KeyParam=/Q
  3859. DisplayName=LiveUpdate 1.7 (Symantec Corporation)
  3860.  
  3861. [Symantec_LiveUpdate_18]
  3862. ;Symantec Live Update (for Symantec AV corporate edition)
  3863. ProductType=External
  3864. KeySearchMain=HKEY_LOCAL_MACHINE
  3865. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3866. KeySearchEntry=DisplayName
  3867. KeySearchValue=LiveUpdate 1.80 (Symantec Corporation)
  3868. KeyEntry=UninstallString 
  3869. DialogAutomation=DETACHED_PROCESS_AUTOMATION;Installation de LiveUpdate,Oui#Installation de LiveUpdate,OK
  3870. DisplayName=LiveUpdate 1.80 (Symantec Corporation)
  3871.  
  3872. [Symantec_LiveUpdate_2.0]
  3873. ProductType=External
  3874. KeySearchMain=HKEY_LOCAL_MACHINE
  3875. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3876. KeySearchEntry=DisplayName
  3877. KeySearchValue=LiveUpdate 2.0 (Symantec Corporation)
  3878. KeyEntry=UninstallString 
  3879. KeyParam=/Q
  3880. DisplayName=LiveUpdate 2.0 (Symantec Corporation)
  3881.  
  3882. [Symantec_LiveUpdate_26]
  3883. ;Symantec Live Update (for Symantec AV corporate edition)
  3884. ;also in Symantec Client Security 3.0
  3885. ProductType=External
  3886. KeySearchMain=HKEY_LOCAL_MACHINE
  3887. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3888. KeySearchEntry=DisplayName
  3889. KeySearchValue=LiveUpdate 2.6 (Symantec Corporation)
  3890. KeyEntry=UninstallString 
  3891. KeyParam=/Q
  3892. DisplayName=LiveUpdate 2.6 (Symantec Corporation)
  3893.  
  3894. [Symantec_LiveUpdate]
  3895. ProductType=External
  3896. KeySearchMain=HKEY_LOCAL_MACHINE
  3897. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3898. KeySearchEntry=DisplayName
  3899. KeySearchValue=LiveUpdate
  3900. KeyEntry=UninstallString 
  3901. DialogAutomation=DETACHED_PROCESS_AUTOMATION;DΘsinstallation de LiveUpdate,Oui#DΘsinstallation de LiveUpdate,OK
  3902. DisplayName=LiveUpdate
  3903.  
  3904. [Symantec_LiveUpdate_1.6]
  3905. ProductType=External
  3906. KeySearchMain=HKEY_LOCAL_MACHINE
  3907. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3908. KeySearchEntry=DisplayName
  3909. KeySearchValue=LiveUpdate 1.6 (Symantec Corporation)
  3910. KeyEntry=UninstallString 
  3911. KeyParam=/Q
  3912. DisplayName=LiveUpdate 1.6 (Symantec Corporation)
  3913.  
  3914. [Symantec_LiveUpdate_3.3]
  3915. ProductType=External
  3916. KeySearchMain=HKEY_LOCAL_MACHINE
  3917. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3918. KeySearchEntry=DisplayName
  3919. KeySearchValue=LiveUpdate 3.3 (Symantec Corporation)
  3920. KeyEntry=UninstallString 
  3921. KeyParam=/Q
  3922. DisplayName=LiveUpdate 3.3 (Symantec Corporation)
  3923.  
  3924. [Symantec_LiveUpdate_3.4]
  3925. ;This is for US office
  3926. ProductType=External
  3927. KeySearchMain=HKEY_LOCAL_MACHINE
  3928. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3929. KeySearchEntry=DisplayName
  3930. KeySearchValue=LiveUpdate (Symantec Corporation)
  3931. KeyEntry=UninstallString
  3932. DialogAutomation=Windows Installer,Yes#LiveUpdate (Symantec Corporation),Yes
  3933. DisplayName=LiveUpdate (Symantec Corporation)
  3934.  
  3935. [Symantec_LiveUpdate_3.1]
  3936. ProductType=External
  3937. KeySearchMain=HKEY_LOCAL_MACHINE
  3938. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3939. KeySearchEntry=DisplayName
  3940. KeySearchValue=LiveUpdate 3.1 (Symantec Corporation)
  3941. KeyEntry=UninstallString 
  3942. KeyParam=/Q
  3943. DisplayName=LiveUpdate 3.1 (Symantec Corporation)
  3944.  
  3945. [Symantec_LiveUpdate_3.2]
  3946. ProductType=External
  3947. KeySearchMain=HKEY_LOCAL_MACHINE
  3948. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3949. KeySearchEntry=DisplayName
  3950. KeySearchValue=LiveUpdate 3.2 (Symantec Corporation)
  3951. KeyEntry=UninstallString 
  3952. KeyParam=/Q
  3953. DisplayName=LiveUpdate 3.2 (Symantec Corporation)
  3954.  
  3955. [Threatfire]
  3956. ;version 5.3.3
  3957. ProductType=External
  3958. KeySearchMain=HKEY_LOCAL_MACHINE
  3959. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3960. KeySearchEntry=DisplayName
  3961. KeySearchValue=ThreatFire
  3962. DisplayName=ThreatFire
  3963. KeyEntry=QuietUninstallString
  3964.  
  3965. [Spyware_doctor6.1]
  3966. ;version 6.1
  3967. ProductType=External
  3968. KeySearchMain=HKEY_LOCAL_MACHINE
  3969. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3970. KeySearchEntry=DisplayName
  3971. KeySearchValue=Spyware Doctor 6.1
  3972. DisplayName=Spyware Doctor 6.1
  3973. ;KeyEntry=QuietUninstallString
  3974. ;DialogAutomation=Spyware Doctor Uninstall,No$Spyware Doctor Uninstall,Ei$Spyware Doctor Uninstall,Nej$Spyware Doctor Uninstall,Non$Spyware Doctor Uninstall,Nein
  3975. ;ForceReboot=1
  3976.  
  3977. [TM_OfficeScan]
  3978. ;Trend Micro OfficeScan Corporate edition
  3979. ;version 5.5, 7.0, 7.3, 8.x
  3980. ProductType=External
  3981. SidegradePlugin=TRENDRM.DLL
  3982. DisplayName=Trend Micro OfficeScan Client
  3983.  
  3984. [TM_VirusWall_50]
  3985. ProductType=External
  3986. KeySearchMain=HKEY_LOCAL_MACHINE
  3987. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  3988. KeySearchEntry=DisplayName
  3989. KeySearchValue=Trend Micro InterScan VirusWall for SMB
  3990. DisplayName=Trend Micro InterScan VirusWall for SMB
  3991. KeyEntry=UninstallString 
  3992.  
  3993. [Trend_IS_2004]
  3994. ;This includes av, firewall, email scanning, privacy data control and spam control
  3995. ProductType=External
  3996. KeySearchMain=HKEY_LOCAL_MACHINE
  3997. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3943C4CF-AC42-4E00-8824-25159B8478F1}
  3998. KeySearchEntry=DisplayName
  3999. KeySearchValue=Trend Micro Internet Security
  4000. MSICommand=MSIExec /x
  4001. MSIParam=/qr REMOVE=ALL REBOOT=R
  4002. MSISilentParam=/q REMOVE=ALL REBOOT=R
  4003. DisplayName=Trend Micro Internet Security
  4004.  
  4005. [Trend_Micro_AntiVirus_2007]
  4006. ; Trend Micro AntiVirus 2007 32-bit
  4007. ProductType=External
  4008. KeySearchMain=HKEY_LOCAL_MACHINE
  4009. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{71E4D679-20AB-41E9-A350-D5BF92088FFE}
  4010. KeySearchEntry=DisplayName
  4011. KeySearchValue=Trend Micro AntiVirus
  4012. KeyEntry=UninstallString
  4013. KeyParam=/qb /norestart
  4014. DisplayName=Trend Micro AntiVirus 2007
  4015.  
  4016. [Trend_Micro_Internet_Security_2007]
  4017. ProductType=External
  4018. KeySearchMain=HKEY_LOCAL_MACHINE
  4019. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TmPcc
  4020. KeySearchEntry=DisplayName
  4021. KeySearchValue=Trend Micro PC-cillin Internet Security 2007
  4022. DisplayName=Trend Micro PC-cillin Internet Security 2007
  4023.  
  4024. [Trend_Micro_IS_PRO]
  4025. ; Trend Micro Internet Security Pro 2008
  4026. ; works also for IS2009
  4027. ProductType=External
  4028. KeySearchMain=HKEY_LOCAL_MACHINE
  4029. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  4030. KeySearchEntry=DisplayName
  4031. KeySearchValue=Trend Micro Internet Security Pro
  4032. DisplayName=Trend Micro Internet Security Pro
  4033. KeyEntry=UninstallString
  4034. 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
  4035.  
  4036. [Trend_IS_2008]
  4037. ;This includes av, firewall, email scanning, privacy data control and spam control
  4038. ProductType=External
  4039. KeySearchMain=HKEY_LOCAL_MACHINE
  4040. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  4041. KeySearchEntry=DisplayName
  4042. KeySearchValue=Trend Micro Internet Security
  4043. KeyEntry=UninstallString
  4044. 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
  4045. DisplayName=Trend Micro Internet Security
  4046.  
  4047. [Trend_AV2008]
  4048. ProductType=External
  4049. KeySearchMain=HKEY_LOCAL_MACHINE
  4050. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  4051. KeySearchEntry=DisplayName
  4052. KeySearchValue=Trend Micro AntiVirus
  4053. DisplayName=Trend Micro AntiVirus
  4054. KeyEntry=UninstallString
  4055. 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
  4056.  
  4057. [Trend_Micro_SRV_PROTECT_5]
  4058. ; Trend Micro ServerProtect Normal Server 5.7
  4059. ProductType=External
  4060. KeySearchMain=HKEY_LOCAL_MACHINE
  4061. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ServerProtect for NT\
  4062. KeySearchEntry=DisplayName
  4063. KeySearchValue=ServerProtect Normal Server
  4064. DisplayName=Trend Micro ServerProtect Normal Server 5
  4065. KeyEntry=UninstallString
  4066. KeyParam=SILENT
  4067.  
  4068. [TrendVB_2004-JPN]
  4069. ;Trend Micro Virus Buster 2004
  4070. ;Japanese version
  4071. ;Removed from the list because #62940 + Trend Micro has stopped support for this product
  4072. ProductType=External
  4073. KeySearchMain=HKEY_LOCAL_MACHINE
  4074. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  4075. KeySearchEntry=DisplayName
  4076. KeySearchValue=âEâCâïâXâoâXâ^ü[2004
  4077. MSICommand=MSIExec /x
  4078. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  4079. DisplayName=âEâCâïâXâoâXâ^ü[2004
  4080.  
  4081. [TrendVB_2005-JPN]
  4082. ;Trend Micro Virus Buster 2005
  4083. ;Japanese version
  4084. ;Removed from the list because #62940 + Trend Micro has stopped support for this product
  4085. ProductType=External
  4086. KeySearchMain=HKEY_LOCAL_MACHINE
  4087. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  4088. KeySearchEntry=DisplayName
  4089. KeySearchValue=âEâCâïâXâoâXâ^ü[2005
  4090. MSICommand=MSIExec /x
  4091. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  4092. DisplayName=âEâCâïâXâoâXâ^ü[2005
  4093.  
  4094. [TrendVB_2006-JPN]
  4095. ;Trend Micro Virus Buster 2006
  4096. ;Japanese version
  4097. ProductType=External
  4098. KeySearchMain=HKEY_LOCAL_MACHINE
  4099. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EA8C73AA-3D75-44C9-87A2-8E945FC5FEE6}
  4100. KeySearchEntry=DisplayName
  4101. KeySearchValue=âEâCâïâXâoâXâ^ü[2006
  4102. !
  4103. ü[2006
  4104. MSICommand=MSIExec /x
  4105. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  4106. DisplayName=âEâCâïâXâoâXâ^ü[2006
  4107. !
  4108. ü[2006
  4109.  
  4110. [TrendVB_2009-JPN]
  4111. ;Trend Micro Virus Buster 2009
  4112. ;Japanese version
  4113. ProductType=External
  4114. KeySearchMain=HKEY_LOCAL_MACHINE
  4115. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{718D791F-F4E8-4aa7-98A6-15FDED17BDD0}
  4116. KeySearchEntry=DisplayName
  4117. KeySearchValue=âEâCâïâXâoâXâ^ü[2009
  4118. KeyEntry=UninstallString
  4119. 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)
  4120. DisplayName=âEâCâïâXâoâXâ^ü[2009
  4121.  
  4122. [Viguard]
  4123. ;Viguard Firewall 2003, version 1.1
  4124. ;Viguard Dynamic Virus Protection 2002
  4125. ;Viguard Le Pack Securite, version 10
  4126. ProductType=External
  4127. KeySearchMain=HKEY_LOCAL_MACHINE
  4128. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  4129. KeySearchEntry=DisplayName
  4130. KeySearchValue=ViGUARD
  4131. DisplayName=ViGUARD
  4132. KeyEntry=UninstallString
  4133.  
  4134. [Windows_Live_OneCare]
  4135. ProductType=External
  4136. KeySearchMain=HKEY_LOCAL_MACHINE
  4137. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinSS
  4138. KeySearchEntry=DisplayName
  4139. KeySearchValue=Windows Live OneCare
  4140. KeyEntry=UninstallString
  4141. DisplayName=Windows Live OneCare
  4142. 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ü[âï,è«ù╣
  4143.  
  4144. [Yahoo_as_IE]
  4145. ;Yahoo anti-spyware toolbar for IE
  4146. ProductType=External
  4147. KeySearchMain=HKEY_LOCAL_MACHINE
  4148. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  4149. KeySearchEntry=DisplayName
  4150. KeySearchValue=Yahoo! Toolbar
  4151. DisplayName=Yahoo! Toolbar
  4152. KeyEntry=UninstallString
  4153.  
  4154. [ZeroAds_1.4]
  4155. ProductType=External
  4156. ;ZeroAds Popup blocker
  4157. KeySearchMain=HKEY_LOCAL_MACHINE
  4158. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  4159. KeySearchEntry=DisplayName
  4160. KeySearchValue=ZeroAds
  4161. DisplayName=ZeroAds
  4162. KeyEntry=UninstallString
  4163.  
  4164. [ZoneAlarm]
  4165. ;Changed to be detection only - 17.7.08
  4166. ProductType=External
  4167. DisplayName=ZoneAlarm
  4168. SidegradePlugin=cscozarm.dll
  4169.  
  4170. [ZoneAlarm_Security_Suite]
  4171. ;Removed from use
  4172. ProductType=External
  4173. KeySearchMain=HKEY_LOCAL_MACHINE
  4174. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  4175. KeySearchEntry=DisplayName
  4176. KeySearchValue=ZoneAlarm Security Suite
  4177. DisplayName=ZoneAlarm Security Suite
  4178. KeyEntry=UninstallString
  4179. KeyParam=/S 
  4180.  
  4181. [ZoneAlarm_Extreme_Security_09]
  4182. ProductType=External
  4183. KeySearchMain=HKEY_LOCAL_MACHINE
  4184. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZoneAlarm Extreme Security
  4185. KeySearchEntry=DisplayName
  4186. KeySearchValue=ZoneAlarm Extreme Security
  4187. DisplayName=ZoneAlarm Extreme Security
  4188.  
  4189. [ZoneAlarm_Security_Suite_09]
  4190. ProductType=External
  4191. KeySearchMain=HKEY_LOCAL_MACHINE
  4192. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZoneAlarm Security Suite
  4193. KeySearchEntry=DisplayName
  4194. KeySearchValue=ZoneAlarm Security Suite
  4195. DisplayName=ZoneAlarm Security Suite
  4196.  
  4197. [ZoneAlarm_Toolbar_09]
  4198. ProductType=External
  4199. KeySearchMain=HKEY_LOCAL_MACHINE
  4200. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZoneAlarm Toolbar
  4201. KeySearchEntry=DisplayName
  4202. KeySearchValue=ZoneAlarm Toolbar
  4203. DisplayName=ZoneAlarm Toolbar
  4204. KeyEntry=UninstallString
  4205. KeyParam=/S
  4206.  
  4207. [ZoneAlarm_Firewall_09]
  4208. ProductType=External
  4209. KeySearchMain=HKEY_LOCAL_MACHINE
  4210. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZoneAlarm
  4211. KeySearchEntry=DisplayName
  4212. KeySearchValue=ZoneAlarm
  4213. DisplayName=ZoneAlarm
  4214.  
  4215. [ZoneAlarm_Spy_Blocker_Toolbar_09]
  4216. ProductType=External
  4217. KeySearchMain=HKEY_LOCAL_MACHINE
  4218. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ask_Toolbar_is1
  4219. KeySearchEntry=DisplayName
  4220. KeySearchValue=ZoneAlarm Spy Blocker Toolbar
  4221. DisplayName=ZoneAlarm Spy Blocker Toolbar
  4222. KeyEntry=QuietUninstallString
  4223.  
  4224. [ZOOMTOWNIS_45]
  4225. ProductType=External
  4226. KeySearchMain=HKEY_LOCAL_MACHINE
  4227. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  4228. KeySearchEntry=DisplayName
  4229. KeySearchValue=ZoomTownInternetSecurity v.4.5 
  4230. DisplayName=ZoomTownInternetSecurity v.4.5 
  4231. KeyEntry=UninstallString
  4232.  
  4233.