#include <StringConstants.au3> ; to declare the Constants of StringRegExp
#include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate
Local $sRegex = "(?m)(\n+)\d{4}\.\d{2}\.\d{2}\.\s\d{1,2}\:\d{1,2}\:\d{1,2}\,\d{1,3}"
Local $sString = "" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 23:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 22:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 21:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 20:49:19,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 19:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 18:49:19,98" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 17:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 16:49:20,32" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 15:49:20,23" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 14:49:20,24" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 13:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\559A7DBD8CFD437B1DDDC7B58921D69CDC53D7A2"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe /u C:\Windows\System32\DriverStore\FileRepository\lsi_sas.inf_amd64_neutral_e738fe5ec2688d15\lsi_sas.inf" & @CRLF & _
"DisplayName="Windows Driver Package - LSI Corporation (LSI_SAS) SCSIAdapter (01/30/2009 1.30.02.00)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe,0" & @CRLF & _
"DisplayVersion=01/30/2009 1.30.02.00" & @CRLF & _
"Publisher=LSI Corporation" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\77B116869CC869F0370AADA8A3292345CD9CACA1"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe /u C:\Windows\System32\DriverStore\FileRepository\lsinodrv.inf_amd64_neutral_f1eaa4752461a98c\lsinodrv.inf" & @CRLF & _
"DisplayName="Windows Driver Package - LSI Corporation System (10/14/2008 1.0.7.0)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe,0" & @CRLF & _
"DisplayVersion=10/14/2008 1.0.7.0" & @CRLF & _
"Publisher=LSI Corporation" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ADAM_ISASTGCTRL$0"" & @CRLF & _
"DisplayName="AD LDS Instance ISASTGCTRL"" & @CRLF & _
"UninstallString="C:\Windows\ADAM\adamuninstall.exe" /i:ISASTGCTRL" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DataPath=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"LogPath=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"UninstallLog=DemoteNTDS "ISASTGCTRL"\0RemoveFwExceptions "ISASTGCTRL"\0DeleteFile "C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData\adamntds.dit"\0RemoveDirectory "C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" "ISASTGCTRL"\0DeleteKey "HKEY_LOCAL_MACHINE" "Software\Microsoft\Windows\CurrentVersion\Uninstall\ADAM_ISASTGCTRL$0"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AFB00BE01CABB1B00CD14726CA4B51FC8E338732"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe /u C:\Windows\System32\DriverStore\FileRepository\ioatdma.inf_amd64_neutral_1a634976caa95046\ioatdma.inf" & @CRLF & _
"DisplayName="Windows Driver Package - Intel System (01/18/2008 1.2.79.9)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe,0" & @CRLF & _
"DisplayVersion=01/18/2008 1.2.79.9" & @CRLF & _
"Publisher=Intel" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\F6D3F5750DC10A0D59002C06ACBF74949CEE8AA2"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe /u C:\Windows\System32\DriverStore\FileRepository\qd160x64.inf_amd64_neutral_68687d386d0daf82\qd160x64.inf" & @CRLF & _
"DisplayName="Windows Driver Package - Intel (ioatdma) System (01/18/2008 1.2.79.9)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe,0" & @CRLF & _
"DisplayVersion=01/18/2008 1.2.79.9" & @CRLF & _
"Publisher=Intel" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB2905616"" & @CRLF & _
"UninstallString=msiexec /i {4934D1EA-BE46-48B1-8847-F1AF20E892C1} MSIPATCHREMOVE={FBC1299A-6BBA-4486-9C67-B4B19170924D}" & @CRLF & _
"HelpLink=http://support.microsoft.com/kb/2905616" & @CRLF & _
"DisplayName="Update Rollup 4 for Exchange Server 2010 Service Pack 3 (KB2905616)"" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"ParentDisplayName=Exchange Server 2010 - Software Updates" & @CRLF & _
"ParentKeyName=Microsoft Exchange" & @CRLF & _
"DisplayVersion=1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB2961522"" & @CRLF & _
"DisplayVersion=1" & @CRLF & _
"ParentKeyName=Microsoft Exchange" & @CRLF & _
"ParentDisplayName=Exchange Server 2010 - Software Updates" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"DisplayName="Update Rollup 7 for Exchange Server 2010 Service Pack 3 (KB2961522)"" & @CRLF & _
"HelpLink=http://support.microsoft.com/kb/2961522" & @CRLF & _
"UninstallString=msiexec /i {4934D1EA-BE46-48B1-8847-F1AF20E892C1} MSIPATCHREMOVE={A93DA06F-A5B8-4DF8-8B3F-B285E014C659}" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Exchange v14"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=v14" & @CRLF & _
"DisplayName="Microsoft Exchange Server 2010"" & @CRLF & _
"ModifyPath=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe -mode:install" & @CRLF & _
"UninstallString=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe -mode:uninstall" & @CRLF & _
"DisplayIcon=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=14928" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft\Exchange Server\V14\" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=C:\Program Files\Microsoft\Exchange Server\V14\bin" & @CRLF & _
"DisplayVersion=14.3.123.4" & @CRLF & _
"VersionMajor=123" & @CRLF & _
"VersionMinor=4" & @CRLF & _
"URLUpdateInfo=http://update.microsoft.com" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Firewall Server 2006"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Server 2006" & @CRLF & _
"Comments=Secure and accelerate Internet connectivity" & @CRLF & _
"DisplayVersion=7.0.7734" & @CRLF & _
"InstallDate=20101124" & @CRLF & _
"InstallSource=D:\TMGinstall\SW_DVD5_Forefront_TMG_Enterprise_2010_64Bit_English_MLF_X16-23004\FPC\" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0xd149" & @CRLF & _
"UninstallString=C:\Program Files\Microsoft Forefront Threat Management Gateway\Uninstall\SetupWrapper.exe /I" & @CRLF & _
"URLInfoAbout=http://www.Microsoft.com" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"Version=0x7001e36" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway EE "" & @CRLF & _
"DisplayIcon=C:\Windows\Installer\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}\ARPPRODUCTICON.exe" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 1"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pack 1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"URLInfoAbout=http://www.microsoft.com" & @CRLF & _
"DisplayVersion=7.0.9193.200" & @CRLF & _
"HelpLink=http://support.microsoft.com?kbid=981324" & @CRLF & _
"ParentDisplayName=Microsoft Forefront Threat Management Gateway Updates" & @CRLF & _
"ParentKeyName=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway Service Pack 1"" & @CRLF & _
"UninstallString=msiexec.exe /l*v+ %windir%\temp\ISA_Uninst_KB981324.log /i {AEBCA466-489C-4E03-B667-C89DCD5EFF24} MSIPATCHREMOVE={ACA0D925-0B47-4858-911E-1CB6DA7EF4BA} /qb" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 1 Update 1"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pack 1 Update 1" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway Service Pack 1 Update 1"" & @CRLF & _
"UninstallString="C:\Program Files\Microsoft Forefront Threat Management Gateway\Uninstall\PatchWrapper.exe" /l*v+ %windir%\temp\ISA_Uninst_KB2288910.log /i {AEBCA466-489C-4E03-B667-C89DCD5EFF24} MSIPATCHREMOVE={5E52CFA5-2A84-4E59-8F63-EA43511E518A} REINSTALL=All /qb" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"URLInfoAbout=http://www.microsoft.com" & @CRLF & _
"DisplayVersion=7.0.9193.400" & @CRLF & _
"HelpLink=http://support.microsoft.com?kbid=2288910" & @CRLF & _
"ParentDisplayName=Microsoft Forefront Threat Management Gateway Updates" & @CRLF & _
"ParentKeyName=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:22,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 2"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pa" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:20,41" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1C17C324-D80D-4A13-BA5A-C1BF0621CA21}"" & @CRLF & _
"Comments=Lingering Object Liquidator Setup" & @CRLF & _
"Contact=Microsoft" & @CRLF & _
"DisplayVersion=2.0.21" & @CRLF & _
"HelpLink=https://blogs.technet.microsoft.com/askds" & @CRLF & _
"InstallDate=20180605" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{1C17C324-D80D-4A13-BA5A-C1BF0621CA21}" & @CRLF & _
"Publisher=Microsoft" & @CRLF & _
"EstimatedSize=0x198" & @CRLF & _
"UninstallString=MsiExec.exe /I{1C17C324-D80D-4A13-BA5A-C1BF0621CA21}" & @CRLF & _
"URLInfoAbout=https://blogs.technet.microsoft.com/askds" & @CRLF & _
"VersionMajor=0x2" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x2000015" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Lingering Object Liquidator"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3696BAB3-3B1B-42C3-8D46-1898E59E7C84}"" & @CRLF & _
"Contact=Microsoft Corporation" & @CRLF & _
"DisplayVersion=1.1.0" & @CRLF & _
"InstallDate=20161205" & @CRLF & _
"InstallSource=C:\Program Files\Microsoft Monitoring Agent\Agent\HelperObjects\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{3696BAB3-3B1B-42C3-8D46-1898E59E7C84}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x48" & @CRLF & _
"UninstallString=MsiExec.exe /I{3696BAB3-3B1B-42C3-8D46-1898E59E7C84}" & @CRLF & _
"VersionMajor=0x1" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x1010000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Active Directory Management Pack Helper Object"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{386A9C46-C31F-42E8-AC39-583A3174945A}"" & @CRLF & _
"DisplayVersion=5.5.0.447" & @CRLF & _
"HelpLink=https://mysupport.mcafee.com" & @CRLF & _
"InstallDate=20180629" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Agent\" & @CRLF & _
"InstallSource=C:\windows\TEMP\mfe590.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{386A9C46-C31F-42E8-AC39-583A3174945A}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=McAfee, Inc." & @CRLF & _
"EstimatedSize=0xb28f" & @CRLF & _
"UninstallString=MsiExec.exe /X{386A9C46-C31F-42E8-AC39-583A3174945A}" & @CRLF & _
"URLInfoAbout=http://www.Mcafee.com" & @CRLF & _
"URLUpdateInfo=http://www.mcafee.com/us/downloads/downloads.aspx" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x5" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5050004" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="McAfee Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38BA0962-B59E-4647-89BD-40AFA08E82E1}"" & @CRLF & _
"DisplayVersion=7.1.2.0" & @CRLF & _
"InstallDate=20180913" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2b258" & @CRLF & _
"UninstallString=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7010002" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5AB8B509-4D5A-47DA-A1D2-CDDC2A7D27E4}"" & @CRLF & _
"DisplayVersion=5.00.8577.1000" & @CRLF & _
"InstallDate=20180622" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\{6EF23B21-22B7-453C-A975-52723EE71ABA}\" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1d905" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5002181" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Configuration Manager Client"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"" & @CRLF & _
"DisplayVersion=9.0.30729.6161" & @CRLF & _
"InstallDate=20161102" & @CRLF & _
"InstallSource=c:\d11b1304162d466d3805\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x34dc" & @CRLF & _
"UninstallString=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6549B04F-E826-4E0A-8C3F-388540F08541}"" & @CRLF & _
"DisplayVersion=68.1.1010.0" & @CRLF & _
"InstallDate=20180620" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x19b9" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"VersionMajor=0x44" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x440103f2" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Policy Platform"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6D158FDD-2E20-4C54-A271-4D2CE2C39905}"" & @CRLF & _
"Comments=Build " & @CRLF & _
"DisplayVersion=10.2.5.8068406" & @CRLF & _
"InstallDate=20180530" & @CRLF & _
"InstallLocation=C:\Program Files\VMware\VMware Tools\" & @CRLF & _
"InstallSource=C:\Program Files\Common Files\VMware\InstallerCache\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{6D158FDD-2E20-4C54-A271-4D2CE2C39905}" & @CRLF & _
"Publisher=VMware, Inc." & @CRLF & _
"EstimatedSize=0x14bf5" & @CRLF & _
"UninstallString=MsiExec.exe /I{6D158FDD-2E20-4C54-A271-4D2CE2C39905}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="VMware Tools"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}"" & @CRLF & _
"DisplayVersion=5.1.50428.0" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkID=91955" & @CRLF & _
"InstallDate=20160812" & @CRLF & _
"InstallLocation=c:\Program Files\Microsoft Silverlight\" & @CRLF & _
"InstallSource=c:\98d21255713b426974\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0xcaf1" & @CRLF & _
"UninstallString=MsiExec.exe /X{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x501c4fc" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Silverlight"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8C5B5A11-CBF8-451B-B201-77FAB0D0B77D}"" & @CRLF & _
"DisplayVersion=3.4.2350.0" & @CRLF & _
"InstallDate=20170323" & @CRLF & _
"InstallSource=C:\Users\ZSZUBI~1\AppData\Local\Temp\2\IXP000.TMP\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{8C5B5A11-CBF8-451B-B201-77FAB0D0B77D}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x258a" & @CRLF & _
"UninstallString=MsiExec.exe /I{8C5B5A11-CBF8-451B-B201-77FAB0D0B77D}" & @CRLF & _
"VersionMajor=0x3" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x304092e" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Network Monitor 3.4"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{929FBD26-9020-399B-9A7A-751D61F0B942}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.21005" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20161202" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{929FBD26-9020-399B-9A7A-751D61F0B942}v12.0.21005\packages\vcRuntimeAdditional_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x2e08" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc00520d" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.21005"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:49:00,40" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{963E5FEB-1367-46B9-851D-A957F1A3747F}"" & @CRLF & _
"DisplayVersion=3.4.2350.0" & @CRLF & _
"InstallDate=20170323" & @CRLF & _
"InstallSource=C:\Users\ZSZUBI~1\AppData\Local\Temp\2\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{963E5FEB-1367-46B9-851D-A957F1A3747F}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x5173" & @CRLF & _
"UninstallString=MsiExec.exe /I{963E5FEB-1367-46B9-851" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0E8670B8-3965-4930-ADA6-570348B67153}"" & @CRLF & _
"DisplayVersion=11.0.2100.60" & @CRLF & _
"HelpLink=http://search.microsoft.com" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\1033_ENU_LP\x86\setup\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0E8670B8-3965-4930-ADA6-570348B67153}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1221" & @CRLF & _
"UninstallString=MsiExec.exe /I{0E8670B8-3965-4930-ADA6-570348B67153}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb000834" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft SQL Server 2012 Transact-SQL ScriptDom "" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=10.0.40219" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=146008" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\redist\VisualStudioShell\VC10SP1\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x3777" & @CRLF & _
"UninstallString=MsiExec.exe /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa009d1b" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38BA0962-B59E-4647-89BD-40AFA08E82E1}"" & @CRLF & _
"DisplayVersion=7.1.2.0" & @CRLF & _
"InstallDate=20180905" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2b258" & @CRLF & _
"UninstallString=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7010002" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3E0DD83F-BE4C-4478-86A0-AD0D79D1353E}"" & @CRLF & _
"DisplayVersion=11.0.2100.60" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=90958" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\1033_ENU_LP\x86\setup\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{3E0DD83F-BE4C-4478-86A0-AD0D79D1353E}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0xbac" & @CRLF & _
"UninstallString=MsiExec.exe /I{3E0DD83F-BE4C-4478-86A0-AD0D79D1353E}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb000834" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft VSS Writer for SQL Server 2012"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{45147181-CF69-4C8C-81CB-0FC96F170758}"" & @CRLF & _
"Comments=Build " & @CRLF & _
"DisplayVersion=10.1.7.5541682" & @CRLF & _
"InstallDate=20170916" & @CRLF & _
"InstallLocation=C:\Program Files\VMware\VMware Tools\" & @CRLF & _
"InstallSource=C:\windows\TEMP\{45147181-CF69-4C8C-81CB-0FC96F170758}~setup\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"Publisher=VMware, Inc." & @CRLF & _
"EstimatedSize=0x134f9" & @CRLF & _
"UninstallString=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa010007" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="VMware Tools"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{49D665A2-4C2A-476E-9AB8-FCC425F526FC}"" & @CRLF & _
"DisplayVersion=11.0.2100.60" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=191752" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\1033_ENU_LP\x86\setup\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{49D665A2-4C2A-476E-9AB8-FCC425F526FC}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1ce3" & @CRLF & _
"UninstallString=MsiExec.exe /I{49D665A2-4C2A-476E-9AB8-FCC425F526FC}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb000834" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft SQL Server 2012 Native Client "" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4B6C7001-C7D6-3710-913E-5BC23FCE91E6}"" & @CRLF & _
"DisplayVersion=9.0.30729.4148" & @CRLF & _
"InstallDate=20140723" & @CRLF & _
"InstallSource=c:\364bd3ad2fecaa96e30bf34680cdaa\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{4B6C7001-C7D6-3710-913E-5BC23FCE91E6}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x3184" & @CRLF & _
"UninstallString=MsiExec.exe /X{4B6C7001-C7D6-3710-913E-5BC23FCE91E6}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5AB8B509-4D5A-47DA-A1D2-CDDC2A7D27E4}"" & @CRLF & _
"DisplayVersion=5.00.8577.1000" & @CRLF & _
"InstallDate=20180622" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\{6EF23B21-22B7-453C-A975-52723EE71ABA}\" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1d7cf" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5002181" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Configuration Manager Client"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"" & @CRLF & _
"DisplayVersion=9.0.30729.6161" & @CRLF & _
"InstallDate=20140523" & @CRLF & _
"InstallSource=c:\4261387131a9e0b65df12c\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x34dc" & @CRLF & _
"UninstallString=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6549B04F-E826-4E0A-8C3F-388540F08541}"" & @CRLF & _
"DisplayVersion=68.1.1010.0" & @CRLF & _
"InstallDate=20180622" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x19b9" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"VersionMajor=0x44" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x440103f2" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Policy Platform"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{929FBD26-9020-399B-9A7A-751D61F0B942}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.21005" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20161020" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{929FBD26-9020-399B-9A7A-751D61F0B942}v12.0.21005\packages\vcRuntimeAdditional_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x2e08" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc00520d" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.21005"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 12:48:52,28" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A749D8E6-B613-3BE3-8F5F-045C84EBA29B}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.21005" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20161020" & @CRLF & _
"InstallS" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38BA0962-B59E-4647-89BD-40AFA08E82E1}"" & @CRLF & _
"DisplayVersion=7.1.2.0" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2b258" & @CRLF & _
"UninstallString=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7010002" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{45147181-CF69-4C8C-81CB-0FC96F170758}"" & @CRLF & _
"Comments=Build " & @CRLF & _
"DisplayVersion=10.1.7.5541682" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\VMware\VMware Tools\" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\{45147181-CF69-4C8C-81CB-0FC96F170758}~setup\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"Publisher=VMware, Inc." & @CRLF & _
"EstimatedSize=0x134f1" & @CRLF & _
"UninstallString=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa010007" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="VMware Tools"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.40660" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}v12.0.40660\packages\vcRuntimeAdditional_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x2e08" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc009ed4" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.40660"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5AB8B509-4D5A-47DA-A1D2-CDDC2A7D27E4}"" & @CRLF & _
"DisplayVersion=5.00.8577.1000" & @CRLF & _
"InstallDate=20180801" & @CRLF & _
"InstallSource=C:\WINDOWS\ccmsetup\{6EF23B21-22B7-453C-A975-52723EE71ABA}\" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1db1f" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5002181" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Configuration Manager Client"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"" & @CRLF & _
"DisplayVersion=9.0.30729.6161" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=c:\4e7907eb97b078c132f113c09a43b0\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x34dc" & @CRLF & _
"UninstallString=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}"" & @CRLF & _
"DisplayVersion=5.5.1.342" & @CRLF & _
"HelpLink=https://mysupport.mcafee.com" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Agent\" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\mfe2DEC.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=McAfee, Inc." & @CRLF & _
"EstimatedSize=0xb36b" & @CRLF & _
"UninstallString=MsiExec.exe /X{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}" & @CRLF & _
"URLInfoAbout=http://www.Mcafee.com" & @CRLF & _
"URLUpdateInfo=http://www.mcafee.com/us/downloads/downloads.aspx" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x5" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x50503f0" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="McAfee Agent"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6549B04F-E826-4E0A-8C3F-388540F08541}"" & @CRLF & _
"DisplayVersion=68.1.1010.0" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\WINDOWS\ccmsetup\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x19b9" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"VersionMajor=0x44" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x440103f2" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Policy Platform"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CB0836EC-B072-368D-82B2-D3470BF95707}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.40660" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{CB0836EC-B072-368D-82B2-D3470BF95707}v12.0.40660\packages\vcRuntimeMinimum_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{CB0836EC-B072-368D-82B2-D3470BF95707}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x9dc" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{CB0836EC-B072-368D-82B2-D3470BF95707}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc009ed4" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Minimum Runtime - 12.0.40660"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}"" & @CRLF & _
"DisplayVersion=8.0.13053.0" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallSource=C:\WINDOWS\422C3AB1-32E0-4411-BF66-A84FEEFCC8E2\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x342d6" & @CRLF & _
"UninstallString=MsiExec.exe /I{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}" & @CRLF & _
"URLInfoAbout=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x80032fd" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="Microsoft Monitoring Agent"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"26. 12:48:48,80" & @CRLF & _
"Installed application" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 11:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 10:49:20,12" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 9:49:20,11" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 8:49:20,26" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 7:49:20,30" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 6:49:20,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 5:49:20,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 4:49:20,50" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 3:49:20,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 2:49:20,31" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 1:49:20,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.26. 0:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 23:49:20,46" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 22:49:20,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 21:49:20,47" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 20:49:20,79" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 19:49:20,45" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 18:49:20,43" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 17:49:20,44" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 16:49:20,68" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:54:54,74" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"DisplayName_Localized=@C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\Lang\Resource.dll,-20000" & @CRLF & _
"UninstallString="C:\ProgramData\Intel\Package Cache\{1CEAC85D-2590-4760-800F-8DE5E91F3700}\Setup.exe" -uninstall" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\" & @CRLF & _
"DisplayIcon=C:\ProgramData\Intel\Package Cache\{1CEAC85D-2590-4760-800F-8DE5E91F3700}\Setup.exe,0" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"EstimatedSize=" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 15:49:20,81" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 14:49:01,25" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 0:14:45,48" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:20,51" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 13:49:03,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:21,35" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\559A7DBD8CFD437B1DDDC7B58921D69CDC53D7A2"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe /u C:\Windows\System32\DriverStore\FileRepository\lsi_sas.inf_amd64_neutral_e738fe5ec2688d15\lsi_sas.inf" & @CRLF & _
"DisplayName="Windows Driver Package - LSI Corporation (LSI_SAS) SCSIAdapter (01/30/2009 1.30.02.00)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe,0" & @CRLF & _
"DisplayVersion=01/30/2009 1.30.02.00" & @CRLF & _
"Publisher=LSI Corporation" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\77B116869CC869F0370AADA8A3292345CD9CACA1"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe /u C:\Windows\System32\DriverStore\FileRepository\lsinodrv.inf_amd64_neutral_f1eaa4752461a98c\lsinodrv.inf" & @CRLF & _
"DisplayName="Windows Driver Package - LSI Corporation System (10/14/2008 1.0.7.0)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe,0" & @CRLF & _
"DisplayVersion=10/14/2008 1.0.7.0" & @CRLF & _
"Publisher=LSI Corporation" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ADAM_ISASTGCTRL$0"" & @CRLF & _
"DisplayName="AD LDS Instance ISASTGCTRL"" & @CRLF & _
"UninstallString="C:\Windows\ADAM\adamuninstall.exe" /i:ISASTGCTRL" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DataPath=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"LogPath=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"UninstallLog=DemoteNTDS "ISASTGCTRL"\0RemoveFwExceptions "ISASTGCTRL"\0DeleteFile "C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData\adamntds.dit"\0RemoveDirectory "C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" "ISASTGCTRL"\0DeleteKey "HKEY_LOCAL_MACHINE" "Software\Microsoft\Windows\CurrentVersion\Uninstall\ADAM_ISASTGCTRL$0"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AFB00BE01CABB1B00CD14726CA4B51FC8E338732"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe /u C:\Windows\System32\DriverStore\FileRepository\ioatdma.inf_amd64_neutral_1a634976caa95046\ioatdma.inf" & @CRLF & _
"DisplayName="Windows Driver Package - Intel System (01/18/2008 1.2.79.9)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe,0" & @CRLF & _
"DisplayVersion=01/18/2008 1.2.79.9" & @CRLF & _
"Publisher=Intel" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\F6D3F5750DC10A0D59002C06ACBF74949CEE8AA2"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe /u C:\Windows\System32\DriverStore\FileRepository\qd160x64.inf_amd64_neutral_68687d386d0daf82\qd160x64.inf" & @CRLF & _
"DisplayName="Windows Driver Package - Intel (ioatdma) System (01/18/2008 1.2.79.9)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe,0" & @CRLF & _
"DisplayVersion=01/18/2008 1.2.79.9" & @CRLF & _
"Publisher=Intel" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB2905616"" & @CRLF & _
"UninstallString=msiexec /i {4934D1EA-BE46-48B1-8847-F1AF20E892C1} MSIPATCHREMOVE={FBC1299A-6BBA-4486-9C67-B4B19170924D}" & @CRLF & _
"HelpLink=http://support.microsoft.com/kb/2905616" & @CRLF & _
"DisplayName="Update Rollup 4 for Exchange Server 2010 Service Pack 3 (KB2905616)"" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"ParentDisplayName=Exchange Server 2010 - Software Updates" & @CRLF & _
"ParentKeyName=Microsoft Exchange" & @CRLF & _
"DisplayVersion=1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB2961522"" & @CRLF & _
"DisplayVersion=1" & @CRLF & _
"ParentKeyName=Microsoft Exchange" & @CRLF & _
"ParentDisplayName=Exchange Server 2010 - Software Updates" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"DisplayName="Update Rollup 7 for Exchange Server 2010 Service Pack 3 (KB2961522)"" & @CRLF & _
"HelpLink=http://support.microsoft.com/kb/2961522" & @CRLF & _
"UninstallString=msiexec /i {4934D1EA-BE46-48B1-8847-F1AF20E892C1} MSIPATCHREMOVE={A93DA06F-A5B8-4DF8-8B3F-B285E014C659}" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Exchange v14"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=v14" & @CRLF & _
"DisplayName="Microsoft Exchange Server 2010"" & @CRLF & _
"ModifyPath=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe -mode:install" & @CRLF & _
"UninstallString=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe -mode:uninstall" & @CRLF & _
"DisplayIcon=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=14928" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft\Exchange Server\V14\" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=C:\Program Files\Microsoft\Exchange Server\V14\bin" & @CRLF & _
"DisplayVersion=14.3.123.4" & @CRLF & _
"VersionMajor=123" & @CRLF & _
"VersionMinor=4" & @CRLF & _
"URLUpdateInfo=http://update.microsoft.com" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Firewall Server 2006"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Server 2006" & @CRLF & _
"Comments=Secure and accelerate Internet connectivity" & @CRLF & _
"DisplayVersion=7.0.7734" & @CRLF & _
"InstallDate=20101124" & @CRLF & _
"InstallSource=D:\TMGinstall\SW_DVD5_Forefront_TMG_Enterprise_2010_64Bit_English_MLF_X16-23004\FPC\" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0xd149" & @CRLF & _
"UninstallString=C:\Program Files\Microsoft Forefront Threat Management Gateway\Uninstall\SetupWrapper.exe /I" & @CRLF & _
"URLInfoAbout=http://www.Microsoft.com" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"Version=0x7001e36" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway EE "" & @CRLF & _
"DisplayIcon=C:\Windows\Installer\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}\ARPPRODUCTICON.exe" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 1"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pack 1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"URLInfoAbout=http://www.microsoft.com" & @CRLF & _
"DisplayVersion=7.0.9193.200" & @CRLF & _
"HelpLink=http://support.microsoft.com?kbid=981324" & @CRLF & _
"ParentDisplayName=Microsoft Forefront Threat Management Gateway Updates" & @CRLF & _
"ParentKeyName=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway Service Pack 1"" & @CRLF & _
"UninstallString=msiexec.exe /l*v+ %windir%\temp\ISA_Uninst_KB981324.log /i {AEBCA466-489C-4E03-B667-C89DCD5EFF24} MSIPATCHREMOVE={ACA0D925-0B47-4858-911E-1CB6DA7EF4BA} /qb" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 1 Update 1"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pack 1 Update 1" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway Service Pack 1 Update 1"" & @CRLF & _
"UninstallString="C:\Program Files\Microsoft Forefront Threat Management Gateway\Uninstall\PatchWrapper.exe" /l*v+ %windir%\temp\ISA_Uninst_KB2288910.log /i {AEBCA466-489C-4E03-B667-C89DCD5EFF24} MSIPATCHREMOVE={5E52CFA5-2A84-4E59-8F63-EA43511E518A} REINSTALL=All /qb" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"URLInfoAbout=http://www.microsoft.com" & @CRLF & _
"DisplayVersion=7.0.9193.400" & @CRLF & _
"HelpLink=http://support.microsoft.com?kbid=2288910" & @CRLF & _
"ParentDisplayName=Microsoft Forefront Threat Management Gateway Updates" & @CRLF & _
"ParentKeyName=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:19,94" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 2"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pa" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:49:01,84" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1C17C324-D80D-4A13-BA5A-C1BF0621CA21}"" & @CRLF & _
"Comments=Lingering Object Liquidator Setup" & @CRLF & _
"Contact=Microsoft" & @CRLF & _
"DisplayVersion=2.0.21" & @CRLF & _
"HelpLink=https://blogs.technet.microsoft.com/askds" & @CRLF & _
"InstallDate=20180605" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{1C17C324-D80D-4A13-BA5A-C1BF0621CA21}" & @CRLF & _
"Publisher=Microsoft" & @CRLF & _
"EstimatedSize=0x198" & @CRLF & _
"UninstallString=MsiExec.exe /I{1C17C324-D80D-4A13-BA5A-C1BF0621CA21}" & @CRLF & _
"URLInfoAbout=https://blogs.technet.microsoft.com/askds" & @CRLF & _
"VersionMajor=0x2" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x2000015" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Lingering Object Liquidator"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3696BAB3-3B1B-42C3-8D46-1898E59E7C84}"" & @CRLF & _
"Contact=Microsoft Corporation" & @CRLF & _
"DisplayVersion=1.1.0" & @CRLF & _
"InstallDate=20161205" & @CRLF & _
"InstallSource=C:\Program Files\Microsoft Monitoring Agent\Agent\HelperObjects\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{3696BAB3-3B1B-42C3-8D46-1898E59E7C84}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x48" & @CRLF & _
"UninstallString=MsiExec.exe /I{3696BAB3-3B1B-42C3-8D46-1898E59E7C84}" & @CRLF & _
"VersionMajor=0x1" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x1010000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Active Directory Management Pack Helper Object"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{386A9C46-C31F-42E8-AC39-583A3174945A}"" & @CRLF & _
"DisplayVersion=5.5.0.447" & @CRLF & _
"HelpLink=https://mysupport.mcafee.com" & @CRLF & _
"InstallDate=20180629" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Agent\" & @CRLF & _
"InstallSource=C:\windows\TEMP\mfe590.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{386A9C46-C31F-42E8-AC39-583A3174945A}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=McAfee, Inc." & @CRLF & _
"EstimatedSize=0xb28f" & @CRLF & _
"UninstallString=MsiExec.exe /X{386A9C46-C31F-42E8-AC39-583A3174945A}" & @CRLF & _
"URLInfoAbout=http://www.Mcafee.com" & @CRLF & _
"URLUpdateInfo=http://www.mcafee.com/us/downloads/downloads.aspx" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x5" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5050004" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="McAfee Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38BA0962-B59E-4647-89BD-40AFA08E82E1}"" & @CRLF & _
"DisplayVersion=7.1.2.0" & @CRLF & _
"InstallDate=20180913" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2b258" & @CRLF & _
"UninstallString=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7010002" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5AB8B509-4D5A-47DA-A1D2-CDDC2A7D27E4}"" & @CRLF & _
"DisplayVersion=5.00.8577.1000" & @CRLF & _
"InstallDate=20180622" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\{6EF23B21-22B7-453C-A975-52723EE71ABA}\" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1d905" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5002181" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Configuration Manager Client"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"" & @CRLF & _
"DisplayVersion=9.0.30729.6161" & @CRLF & _
"InstallDate=20161102" & @CRLF & _
"InstallSource=c:\d11b1304162d466d3805\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x34dc" & @CRLF & _
"UninstallString=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6549B04F-E826-4E0A-8C3F-388540F08541}"" & @CRLF & _
"DisplayVersion=68.1.1010.0" & @CRLF & _
"InstallDate=20180620" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x19b9" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"VersionMajor=0x44" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x440103f2" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Policy Platform"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6D158FDD-2E20-4C54-A271-4D2CE2C39905}"" & @CRLF & _
"Comments=Build " & @CRLF & _
"DisplayVersion=10.2.5.8068406" & @CRLF & _
"InstallDate=20180530" & @CRLF & _
"InstallLocation=C:\Program Files\VMware\VMware Tools\" & @CRLF & _
"InstallSource=C:\Program Files\Common Files\VMware\InstallerCache\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{6D158FDD-2E20-4C54-A271-4D2CE2C39905}" & @CRLF & _
"Publisher=VMware, Inc." & @CRLF & _
"EstimatedSize=0x14bf5" & @CRLF & _
"UninstallString=MsiExec.exe /I{6D158FDD-2E20-4C54-A271-4D2CE2C39905}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="VMware Tools"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}"" & @CRLF & _
"DisplayVersion=5.1.50428.0" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkID=91955" & @CRLF & _
"InstallDate=20160812" & @CRLF & _
"InstallLocation=c:\Program Files\Microsoft Silverlight\" & @CRLF & _
"InstallSource=c:\98d21255713b426974\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0xcaf1" & @CRLF & _
"UninstallString=MsiExec.exe /X{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x501c4fc" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Silverlight"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8C5B5A11-CBF8-451B-B201-77FAB0D0B77D}"" & @CRLF & _
"DisplayVersion=3.4.2350.0" & @CRLF & _
"InstallDate=20170323" & @CRLF & _
"InstallSource=C:\Users\ZSZUBI~1\AppData\Local\Temp\2\IXP000.TMP\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{8C5B5A11-CBF8-451B-B201-77FAB0D0B77D}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x258a" & @CRLF & _
"UninstallString=MsiExec.exe /I{8C5B5A11-CBF8-451B-B201-77FAB0D0B77D}" & @CRLF & _
"VersionMajor=0x3" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x304092e" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Network Monitor 3.4"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{929FBD26-9020-399B-9A7A-751D61F0B942}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.21005" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20161202" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{929FBD26-9020-399B-9A7A-751D61F0B942}v12.0.21005\packages\vcRuntimeAdditional_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x2e08" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc00520d" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.21005"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:59,67" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{963E5FEB-1367-46B9-851D-A957F1A3747F}"" & @CRLF & _
"DisplayVersion=3.4.2350.0" & @CRLF & _
"InstallDate=20170323" & @CRLF & _
"InstallSource=C:\Users\ZSZUBI~1\AppData\Local\Temp\2\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{963E5FEB-1367-46B9-851D-A957F1A3747F}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x5173" & @CRLF & _
"UninstallString=MsiExec.exe /I{963E5FEB-1367-46B9-851" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0E8670B8-3965-4930-ADA6-570348B67153}"" & @CRLF & _
"DisplayVersion=11.0.2100.60" & @CRLF & _
"HelpLink=http://search.microsoft.com" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\1033_ENU_LP\x86\setup\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0E8670B8-3965-4930-ADA6-570348B67153}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1221" & @CRLF & _
"UninstallString=MsiExec.exe /I{0E8670B8-3965-4930-ADA6-570348B67153}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb000834" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft SQL Server 2012 Transact-SQL ScriptDom "" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=10.0.40219" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=146008" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\redist\VisualStudioShell\VC10SP1\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x3777" & @CRLF & _
"UninstallString=MsiExec.exe /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa009d1b" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38BA0962-B59E-4647-89BD-40AFA08E82E1}"" & @CRLF & _
"DisplayVersion=7.1.2.0" & @CRLF & _
"InstallDate=20180905" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2b258" & @CRLF & _
"UninstallString=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7010002" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3E0DD83F-BE4C-4478-86A0-AD0D79D1353E}"" & @CRLF & _
"DisplayVersion=11.0.2100.60" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=90958" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\1033_ENU_LP\x86\setup\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{3E0DD83F-BE4C-4478-86A0-AD0D79D1353E}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0xbac" & @CRLF & _
"UninstallString=MsiExec.exe /I{3E0DD83F-BE4C-4478-86A0-AD0D79D1353E}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb000834" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft VSS Writer for SQL Server 2012"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{45147181-CF69-4C8C-81CB-0FC96F170758}"" & @CRLF & _
"Comments=Build " & @CRLF & _
"DisplayVersion=10.1.7.5541682" & @CRLF & _
"InstallDate=20170916" & @CRLF & _
"InstallLocation=C:\Program Files\VMware\VMware Tools\" & @CRLF & _
"InstallSource=C:\windows\TEMP\{45147181-CF69-4C8C-81CB-0FC96F170758}~setup\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"Publisher=VMware, Inc." & @CRLF & _
"EstimatedSize=0x134f9" & @CRLF & _
"UninstallString=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa010007" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="VMware Tools"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{49D665A2-4C2A-476E-9AB8-FCC425F526FC}"" & @CRLF & _
"DisplayVersion=11.0.2100.60" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=191752" & @CRLF & _
"InstallDate=20140320" & @CRLF & _
"InstallSource=c:\77f17b639fb2e2bb0a673cdb50d14820\1033_ENU_LP\x86\setup\x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{49D665A2-4C2A-476E-9AB8-FCC425F526FC}" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1ce3" & @CRLF & _
"UninstallString=MsiExec.exe /I{49D665A2-4C2A-476E-9AB8-FCC425F526FC}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb000834" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft SQL Server 2012 Native Client "" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4B6C7001-C7D6-3710-913E-5BC23FCE91E6}"" & @CRLF & _
"DisplayVersion=9.0.30729.4148" & @CRLF & _
"InstallDate=20140723" & @CRLF & _
"InstallSource=c:\364bd3ad2fecaa96e30bf34680cdaa\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{4B6C7001-C7D6-3710-913E-5BC23FCE91E6}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x3184" & @CRLF & _
"UninstallString=MsiExec.exe /X{4B6C7001-C7D6-3710-913E-5BC23FCE91E6}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5AB8B509-4D5A-47DA-A1D2-CDDC2A7D27E4}"" & @CRLF & _
"DisplayVersion=5.00.8577.1000" & @CRLF & _
"InstallDate=20180622" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\{6EF23B21-22B7-453C-A975-52723EE71ABA}\" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1d7cf" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5002181" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Configuration Manager Client"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"" & @CRLF & _
"DisplayVersion=9.0.30729.6161" & @CRLF & _
"InstallDate=20140523" & @CRLF & _
"InstallSource=c:\4261387131a9e0b65df12c\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x34dc" & @CRLF & _
"UninstallString=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6549B04F-E826-4E0A-8C3F-388540F08541}"" & @CRLF & _
"DisplayVersion=68.1.1010.0" & @CRLF & _
"InstallDate=20180622" & @CRLF & _
"InstallSource=C:\windows\ccmsetup\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x19b9" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"VersionMajor=0x44" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x440103f2" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Policy Platform"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{929FBD26-9020-399B-9A7A-751D61F0B942}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.21005" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20161020" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{929FBD26-9020-399B-9A7A-751D61F0B942}v12.0.21005\packages\vcRuntimeAdditional_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x2e08" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{929FBD26-9020-399B-9A7A-751D61F0B942}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc00520d" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.21005"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 12:48:52,03" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A749D8E6-B613-3BE3-8F5F-045C84EBA29B}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.21005" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20161020" & @CRLF & _
"InstallS" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38BA0962-B59E-4647-89BD-40AFA08E82E1}"" & @CRLF & _
"DisplayVersion=7.1.2.0" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2b258" & @CRLF & _
"UninstallString=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7010002" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{45147181-CF69-4C8C-81CB-0FC96F170758}"" & @CRLF & _
"Comments=Build " & @CRLF & _
"DisplayVersion=10.1.7.5541682" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\VMware\VMware Tools\" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\{45147181-CF69-4C8C-81CB-0FC96F170758}~setup\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"Publisher=VMware, Inc." & @CRLF & _
"EstimatedSize=0x134f1" & @CRLF & _
"UninstallString=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa010007" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="VMware Tools"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.40660" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}v12.0.40660\packages\vcRuntimeAdditional_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x2e08" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc009ed4" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.40660"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5AB8B509-4D5A-47DA-A1D2-CDDC2A7D27E4}"" & @CRLF & _
"DisplayVersion=5.00.8577.1000" & @CRLF & _
"InstallDate=20180801" & @CRLF & _
"InstallSource=C:\WINDOWS\ccmsetup\{6EF23B21-22B7-453C-A975-52723EE71ABA}\" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1db1f" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5002181" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Configuration Manager Client"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"" & @CRLF & _
"DisplayVersion=9.0.30729.6161" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=c:\4e7907eb97b078c132f113c09a43b0\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x34dc" & @CRLF & _
"UninstallString=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}"" & @CRLF & _
"DisplayVersion=5.5.1.342" & @CRLF & _
"HelpLink=https://mysupport.mcafee.com" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Agent\" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\mfe2DEC.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=McAfee, Inc." & @CRLF & _
"EstimatedSize=0xb36b" & @CRLF & _
"UninstallString=MsiExec.exe /X{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}" & @CRLF & _
"URLInfoAbout=http://www.Mcafee.com" & @CRLF & _
"URLUpdateInfo=http://www.mcafee.com/us/downloads/downloads.aspx" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x5" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x50503f0" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="McAfee Agent"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6549B04F-E826-4E0A-8C3F-388540F08541}"" & @CRLF & _
"DisplayVersion=68.1.1010.0" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\WINDOWS\ccmsetup\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x19b9" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"VersionMajor=0x44" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x440103f2" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Policy Platform"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CB0836EC-B072-368D-82B2-D3470BF95707}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.40660" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{CB0836EC-B072-368D-82B2-D3470BF95707}v12.0.40660\packages\vcRuntimeMinimum_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{CB0836EC-B072-368D-82B2-D3470BF95707}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x9dc" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{CB0836EC-B072-368D-82B2-D3470BF95707}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc009ed4" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Minimum Runtime - 12.0.40660"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}"" & @CRLF & _
"DisplayVersion=8.0.13053.0" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallSource=C:\WINDOWS\422C3AB1-32E0-4411-BF66-A84FEEFCC8E2\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x342d6" & @CRLF & _
"UninstallString=MsiExec.exe /I{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}" & @CRLF & _
"URLInfoAbout=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x80032fd" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="Microsoft Monitoring Agent"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"25. 12:48:47,29" & @CRLF & _
"Installed application" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:58,29" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 11:59:16,99" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38BA0962-B59E-4647-89BD-40AFA08E82E1}"" & @CRLF & _
"DisplayVersion=7.1.2.0" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=C:\Install\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2b258" & @CRLF & _
"UninstallString=MsiExec.exe /X{38BA0962-B59E-4647-89BD-40AFA08E82E1}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7010002" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{45147181-CF69-4C8C-81CB-0FC96F170758}"" & @CRLF & _
"Comments=Build " & @CRLF & _
"DisplayVersion=10.1.7.5541682" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\VMware\VMware Tools\" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\{45147181-CF69-4C8C-81CB-0FC96F170758}~setup\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"Publisher=VMware, Inc." & @CRLF & _
"EstimatedSize=0x134f1" & @CRLF & _
"UninstallString=MsiExec.exe /I{45147181-CF69-4C8C-81CB-0FC96F170758}" & @CRLF & _
"VersionMajor=0xa" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xa010007" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="VMware Tools"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.40660" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}v12.0.40660\packages\vcRuntimeAdditional_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x2e08" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{5740BD44-B58D-321A-AFC0-6D3D4556DD6C}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc009ed4" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.40660"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5AB8B509-4D5A-47DA-A1D2-CDDC2A7D27E4}"" & @CRLF & _
"DisplayVersion=5.00.8577.1000" & @CRLF & _
"InstallDate=20180801" & @CRLF & _
"InstallSource=C:\WINDOWS\ccmsetup\{6EF23B21-22B7-453C-A975-52723EE71ABA}\" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x1db1f" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x5002181" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Configuration Manager Client"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"" & @CRLF & _
"DisplayVersion=9.0.30729.6161" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=c:\4e7907eb97b078c132f113c09a43b0\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x34dc" & @CRLF & _
"UninstallString=MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}" & @CRLF & _
"VersionMajor=0x9" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x9007809" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}"" & @CRLF & _
"DisplayVersion=5.5.1.342" & @CRLF & _
"HelpLink=https://mysupport.mcafee.com" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Agent\" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\mfe2DEC.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=McAfee, Inc." & @CRLF & _
"EstimatedSize=0xb36b" & @CRLF & _
"UninstallString=MsiExec.exe /X{6256F19B-18EB-4942-8A7C-5A0A9DABFA35}" & @CRLF & _
"URLInfoAbout=http://www.Mcafee.com" & @CRLF & _
"URLUpdateInfo=http://www.mcafee.com/us/downloads/downloads.aspx" & @CRLF & _
"VersionMajor=0x5" & @CRLF & _
"VersionMinor=0x5" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x50503f0" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="McAfee Agent"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6549B04F-E826-4E0A-8C3F-388540F08541}"" & @CRLF & _
"DisplayVersion=68.1.1010.0" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\WINDOWS\ccmsetup\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x19b9" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{6549B04F-E826-4E0A-8C3F-388540F08541}" & @CRLF & _
"VersionMajor=0x44" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x440103f2" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Policy Platform"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CB0836EC-B072-368D-82B2-D3470BF95707}"" & @CRLF & _
"Comments=Caution. Removing this product might prevent some applications from running." & @CRLF & _
"DisplayVersion=12.0.40660" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallSource=C:\ProgramData\Package Cache\{CB0836EC-B072-368D-82B2-D3470BF95707}v12.0.40660\packages\vcRuntimeMinimum_amd64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{CB0836EC-B072-368D-82B2-D3470BF95707}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x9dc" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /X{CB0836EC-B072-368D-82B2-D3470BF95707}" & @CRLF & _
"VersionMajor=0xc" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xc009ed4" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Visual C++ 2013 x64 Minimum Runtime - 12.0.40660"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}"" & @CRLF & _
"DisplayVersion=8.0.13053.0" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"InstallDate=20180919" & @CRLF & _
"InstallSource=C:\WINDOWS\422C3AB1-32E0-4411-BF66-A84FEEFCC8E2\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0x342d6" & @CRLF & _
"UninstallString=MsiExec.exe /I{EE0183F4-3BF8-4EC8-8F7C-44D3BBE6FDF0}" & @CRLF & _
"URLInfoAbout=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkID=146337" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x80032fd" & @CRLF & _
"Language=0x0" & @CRLF & _
"DisplayName="Microsoft Monitoring Agent"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"25. 11:58:46,10" & @CRLF & _
"Installed application" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:58,22" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 10:59:17,01" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:59,07" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:59:17,39" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:25:32,96" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 9:14:45,69" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.7.1.103729"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.7.1.103729" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x635c" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=en-us" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_en-us_x-none culture=en-us version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=en-us" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - en-us"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=O365ProPlusRetail.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Office 365 ProPlus - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanu0.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.86.11" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power=Driver" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"EstimatedSize=0x28d0" & @CRLF & _
"DisplayName="Lenovo Power Management Driver"" & @CRLF & _
"DisplayIcon=C:\WINDOWS\system32\Setupapi.dll,20" & @CRLF & _
"DisplayVersion=1.67.12.24" & @CRLF & _
"UninstallString=RunDll32.exe tpinspm.dll,Uninstall" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"" & @CRLF & _
"DisplayName="SchedulingAgent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SynTPDeinstKey"" & @CRLF & _
"UninstallString=rundll32.exe "C:\Program Files\Synaptics\SynTP\SynISDLL.dll",standAloneUninstall" & @CRLF & _
"DisplayName="Synaptics Pointing Device Driver"" & @CRLF & _
"DisplayVersion=19.3.4.83" & @CRLF & _
"DisplayIcon=C:\Program Files\Synaptics\SynTP\InstNT.exe" & @CRLF & _
"Publisher=Synaptics Incorporated" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"InstallLocation=C:\Program Files\Synaptics\SynTP" & @CRLF & _
"VersionMajor=0x13" & @CRLF & _
"VersionMinor=0x3" & @CRLF & _
"EstimatedSize=0xb9c4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume - hu-hu"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VisioProXVolume=hu-hu" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioProXVolume.16_hu-hu_x-none culture=hu-hu version.16=16.0" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=repair platform=x86 culture=hu-hu" & @CRLF & _
"NoRepair=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" & @CRLF & _
"DisplayName="Microsoft Visio Professional 2016 - hu-hu"" & @CRLF & _
"DisplayVersion=16.0.8431.2299" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"InstallLocation=C:\Program Files (x86)\Microsoft Office" & @CRLF & _
"ClickToRunComponent=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VulkanRT1.0.33.0"" & @CRLF & _
"DisplayName="Vulkan Run Time Libraries 1.0.33.0"" & @CRLF & _
"UninstallString=C:\Program Files (x86)\VulkanRT\1.0.33.0\UninstallVulkanRT.exe" & @CRLF & _
"Publisher=LunarG, Inc." & @CRLF & _
"DisplayVersion=1.0.33.0" & @CRLF & _
"EstimatedSize=0x6a4" & @CRLF & _
"DisplayIcon="C:\Program Files (x86)\VulkanRT\1.0.33.0\V.ico"" & @CRLF & _
"InstallDir=C:\Program Files (x86)\VulkanRT\1.0.33.0" & @CRLF & _
"InstallCount=0x1" & @CRLF & _
"SystemComponent=0x0" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WIC"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"DisplayName="WIC"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}"" & @CRLF & _
"DisplayVersion=11.6.0.1036" & @CRLF & _
"InstallDate=20180628" & @CRLF & _
"InstallSource=C:\WINDOWS\TEMP\IIF67A9.tmp\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"Publisher=Intel Corporation" & @CRLF & _
"EstimatedSize=0x595" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{03BB0605-C5A5-4FB9-A9F0-3DCEB1FDDF20}" & @CRLF & _
"VersionMajor=0xb" & @CRLF & _
"VersionMinor=0x6" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0xb060000" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Intel(R) Management Engine Components"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}"" & @CRLF & _
"DisplayVersion=7.2.5.24" & @CRLF & _
"InstallDate=20180730" & @CRLF & _
"InstallLocation=C:\Program Files\McAfee\Endpoint Encryption Agent\" & @CRLF & _
"InstallSource=C:\ProgramData\McAfee\Agent\Evaluation\EEADMIN_1000\Install\0000\" & @CRLF & _
"ModifyPath=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"Publisher=McAfee, LLC." & @CRLF & _
"EstimatedSize=0x7414" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"UninstallString=MsiExec.exe /I{0B392DFA-18CB-4A3E-B0B6-3C82359B86C8}" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x2" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x7020005" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="McAfee Drive Encryption Agent"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{18B697E6-727D-41D9-9D40-89D6549167EF}"" & @CRLF & _
"DisplayVersion=6.4.10.0" & @CRLF & _
"InstallDate=20180910" & @CRLF & _
"InstallLocation=C:\Program Files\SplunkUniversalForwarder\" & @CRLF & _
"InstallSource=\\molbudasccm01\install$\MOL_GROUP_APPLICATIONS\Splunk\Splunk_UniversalForwarder_6.4.10.0_Eng\w7x64\" & @CRLF & _
"ModifyPath=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Splunk, Inc." & @CRLF & _
"EstimatedSize=0x2ceb4" & @CRLF & _
"UninstallString=MsiExec.exe /X{18B697E6-727D-41D9-9D40-89D6549167EF}" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x4" & @CRLF & _
"WindowsInstaller=0x1" & @CRLF & _
"Version=0x604000a" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="UniversalForwarder"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:52:41,18" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1CEAC85D-2590-4760-800F-8DE5E91F3700}"" & @CRLF & _
"DisplayName="Intel(R) Manage" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 8:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 7:14:45,53" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 6:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\559A7DBD8CFD437B1DDDC7B58921D69CDC53D7A2"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe /u C:\Windows\System32\DriverStore\FileRepository\lsi_sas.inf_amd64_neutral_e738fe5ec2688d15\lsi_sas.inf" & @CRLF & _
"DisplayName="Windows Driver Package - LSI Corporation (LSI_SAS) SCSIAdapter (01/30/2009 1.30.02.00)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe,0" & @CRLF & _
"DisplayVersion=01/30/2009 1.30.02.00" & @CRLF & _
"Publisher=LSI Corporation" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\77B116869CC869F0370AADA8A3292345CD9CACA1"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe /u C:\Windows\System32\DriverStore\FileRepository\lsinodrv.inf_amd64_neutral_f1eaa4752461a98c\lsinodrv.inf" & @CRLF & _
"DisplayName="Windows Driver Package - LSI Corporation System (10/14/2008 1.0.7.0)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\84B2E36983483FEB\DPInst.exe,0" & @CRLF & _
"DisplayVersion=10/14/2008 1.0.7.0" & @CRLF & _
"Publisher=LSI Corporation" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ADAM_ISASTGCTRL$0"" & @CRLF & _
"DisplayName="AD LDS Instance ISASTGCTRL"" & @CRLF & _
"UninstallString="C:\Windows\ADAM\adamuninstall.exe" /i:ISASTGCTRL" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"VersionMajor=0x6" & @CRLF & _
"VersionMinor=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DataPath=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"LogPath=C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" & @CRLF & _
"UninstallLog=DemoteNTDS "ISASTGCTRL"\0RemoveFwExceptions "ISASTGCTRL"\0DeleteFile "C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData\adamntds.dit"\0RemoveDirectory "C:\Program Files\Microsoft Forefront Threat Management Gateway\ADAMData" "ISASTGCTRL"\0DeleteKey "HKEY_LOCAL_MACHINE" "Software\Microsoft\Windows\CurrentVersion\Uninstall\ADAM_ISASTGCTRL$0"" & @CRLF & _
"NoRemove=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AFB00BE01CABB1B00CD14726CA4B51FC8E338732"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe /u C:\Windows\System32\DriverStore\FileRepository\ioatdma.inf_amd64_neutral_1a634976caa95046\ioatdma.inf" & @CRLF & _
"DisplayName="Windows Driver Package - Intel System (01/18/2008 1.2.79.9)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe,0" & @CRLF & _
"DisplayVersion=01/18/2008 1.2.79.9" & @CRLF & _
"Publisher=Intel" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\F6D3F5750DC10A0D59002C06ACBF74949CEE8AA2"" & @CRLF & _
"UninstallString=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe /u C:\Windows\System32\DriverStore\FileRepository\qd160x64.inf_amd64_neutral_68687d386d0daf82\qd160x64.inf" & @CRLF & _
"DisplayName="Windows Driver Package - Intel (ioatdma) System (01/18/2008 1.2.79.9)"" & @CRLF & _
"DisplayIcon=C:\PROGRA~1\DIFX\0169CE3A95F06636\DPInst64.exe,0" & @CRLF & _
"DisplayVersion=01/18/2008 1.2.79.9" & @CRLF & _
"Publisher=Intel" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB2905616"" & @CRLF & _
"UninstallString=msiexec /i {4934D1EA-BE46-48B1-8847-F1AF20E892C1} MSIPATCHREMOVE={FBC1299A-6BBA-4486-9C67-B4B19170924D}" & @CRLF & _
"HelpLink=http://support.microsoft.com/kb/2905616" & @CRLF & _
"DisplayName="Update Rollup 4 for Exchange Server 2010 Service Pack 3 (KB2905616)"" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"ParentDisplayName=Exchange Server 2010 - Software Updates" & @CRLF & _
"ParentKeyName=Microsoft Exchange" & @CRLF & _
"DisplayVersion=1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB2961522"" & @CRLF & _
"DisplayVersion=1" & @CRLF & _
"ParentKeyName=Microsoft Exchange" & @CRLF & _
"ParentDisplayName=Exchange Server 2010 - Software Updates" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"DisplayName="Update Rollup 7 for Exchange Server 2010 Service Pack 3 (KB2961522)"" & @CRLF & _
"HelpLink=http://support.microsoft.com/kb/2961522" & @CRLF & _
"UninstallString=msiexec /i {4934D1EA-BE46-48B1-8847-F1AF20E892C1} MSIPATCHREMOVE={A93DA06F-A5B8-4DF8-8B3F-B285E014C659}" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Exchange v14"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=v14" & @CRLF & _
"DisplayName="Microsoft Exchange Server 2010"" & @CRLF & _
"ModifyPath=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe -mode:install" & @CRLF & _
"UninstallString=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe -mode:uninstall" & @CRLF & _
"DisplayIcon=C:\Program Files\Microsoft\Exchange Server\V14\bin\exsetupui.exe" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=14928" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft\Exchange Server\V14\" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=C:\Program Files\Microsoft\Exchange Server\V14\bin" & @CRLF & _
"DisplayVersion=14.3.123.4" & @CRLF & _
"VersionMajor=123" & @CRLF & _
"VersionMinor=4" & @CRLF & _
"URLUpdateInfo=http://update.microsoft.com" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Firewall Server 2006"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Server 2006" & @CRLF & _
"Comments=Secure and accelerate Internet connectivity" & @CRLF & _
"DisplayVersion=7.0.7734" & @CRLF & _
"InstallDate=20101124" & @CRLF & _
"InstallSource=D:\TMGinstall\SW_DVD5_Forefront_TMG_Enterprise_2010_64Bit_English_MLF_X16-23004\FPC\" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"EstimatedSize=0xd149" & @CRLF & _
"UninstallString=C:\Program Files\Microsoft Forefront Threat Management Gateway\Uninstall\SetupWrapper.exe /I" & @CRLF & _
"URLInfoAbout=http://www.Microsoft.com" & @CRLF & _
"VersionMajor=0x7" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"Version=0x7001e36" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway EE "" & @CRLF & _
"DisplayIcon=C:\Windows\Installer\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}\ARPPRODUCTICON.exe" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 1"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pack 1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"URLInfoAbout=http://www.microsoft.com" & @CRLF & _
"DisplayVersion=7.0.9193.200" & @CRLF & _
"HelpLink=http://support.microsoft.com?kbid=981324" & @CRLF & _
"ParentDisplayName=Microsoft Forefront Threat Management Gateway Updates" & @CRLF & _
"ParentKeyName=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway Service Pack 1"" & @CRLF & _
"UninstallString=msiexec.exe /l*v+ %windir%\temp\ISA_Uninst_KB981324.log /i {AEBCA466-489C-4E03-B667-C89DCD5EFF24} MSIPATCHREMOVE={ACA0D925-0B47-4858-911E-1CB6DA7EF4BA} /qb" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 1 Update 1"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pack 1 Update 1" & @CRLF & _
"DisplayName="Microsoft Forefront Threat Management Gateway Service Pack 1 Update 1"" & @CRLF & _
"UninstallString="C:\Program Files\Microsoft Forefront Threat Management Gateway\Uninstall\PatchWrapper.exe" /l*v+ %windir%\temp\ISA_Uninst_KB2288910.log /i {AEBCA466-489C-4E03-B667-C89DCD5EFF24} MSIPATCHREMOVE={5E52CFA5-2A84-4E59-8F63-EA43511E518A} REINSTALL=All /qb" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"URLInfoAbout=http://www.microsoft.com" & @CRLF & _
"DisplayVersion=7.0.9193.400" & @CRLF & _
"HelpLink=http://support.microsoft.com?kbid=2288910" & @CRLF & _
"ParentDisplayName=Microsoft Forefront Threat Management Gateway Updates" & @CRLF & _
"ParentKeyName=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AEBCA466-489C-4E03-B667-C89DCD5EFF24}" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:33:34,97" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Forefront Threat Management Gateway Service Pack 2"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Threat Management Gateway Service Pa" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 5:14:45,54" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 4:14:45,52" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 3:14:45,70" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 2:14:45,42" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook"" & @CRLF & _
"DisplayName="AddressBook"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ArubaUnifiedAgent"" & @CRLF & _
"Language=0x409" & @CRLF & _
"DisplayName="ClearPass OnGuard 6.6.5.93747"" & @CRLF & _
"UninstallString=C:\Program Files\Aruba Networks\ClearPassOnGuard\uninst.exe" & @CRLF & _
"DisplayIcon=C:\Program Files\Aruba Networks\ClearPassOnGuard\ClearPassOnGuard.exe" & @CRLF & _
"DisplayVersion=6.6.5.93747" & @CRLF & _
"URLInfoAbout=http://www.arubanetworks.com" & @CRLF & _
"Publisher=Aruba Networks" & @CRLF & _
"EstimatedSize=0x8388" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure RP 8"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Axure=8" & @CRLF & _
"DisplayIcon=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"DisplayName="Axure RP 8"" & @CRLF & _
"UninstallString="C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" REMOVE=TRUE MODIFY=FALSE" & @CRLF & _
"ModifyPath=C:\ProgramData\{95A660B6-D5BF-49FD-8683-9CA509DC5AC1}\AxureRP-Pro-Setup.exe" & @CRLF & _
"Publisher=Axure Software Solutions, Inc." & @CRLF & _
"Contact=Axure Software Solutions, Inc." & @CRLF & _
"HelpLink=http://www.axure.com" & @CRLF & _
"URLUpdateInfo=http://www.axure.com/" & @CRLF & _
"Comments=All rights reserved" & @CRLF & _
"DisplayVersion=8.0.0.3377" & @CRLF & _
"VersionMajor=0x8" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"InstallLocation=C:\Program Files\Axure\Axure RP 8" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager"" & @CRLF & _
"SystemComponent=0x1" & @CRLF & _
"DisplayName="Connection Manager"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"" & @CRLF & _
"DisplayName="DirectDrawEx"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime"" & @CRLF & _
"DisplayName="DXM_Runtime"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"" & @CRLF & _
"DisplayName="ThinkPad UltraNav Driver"" & @CRLF & _
"UninstallString=%ProgramFiles%\Elantech\ETDUn_inst.exe" & @CRLF & _
"DisplayVersion=11.4.30.1" & @CRLF & _
"DisplayIcon=%ProgramFiles%\Elantech\ETDCtrl.exe" & @CRLF & _
"Publisher=ELAN Microelectronic Corp." & @CRLF & _
"URLInfoAbout=www.emc.com.tw" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"" & @CRLF & _
"DisplayName="Fontcore"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40"" & @CRLF & _
"DisplayName="IE40"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"" & @CRLF & _
"DisplayName="IE4Data"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"" & @CRLF & _
"DisplayName="IE5BAKEX"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData"" & @CRLF & _
"DisplayName="IEData"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia Authorware Web Player"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Macromedia=Web Player" & @CRLF & _
"DisplayName="Macromedia Authorware Web Player"" & @CRLF & _
"UninstallString=C:\Windows\System32\Macromed\AUTHORWA\UNWISE.EXE C:\Windows\System32\Macromed\AUTHORWA\Install.log" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\McAfee=Endpoint 11.0.400.152" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"DisplayName="McAfee DLP Endpoint 11.0.400.152"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft=Studio 2010 Tools for Office Runtime (x86)" & @CRLF & _
"DisplayIcon=msiexec.exe" & @CRLF & _
"DisplayName="Microsoft Visual Studio 2010 Tools for Office Runtime (x86)"" & @CRLF & _
"DisplayVersion=10.0.60724" & @CRLF & _
"HelpLink=http://go.microsoft.com/fwlink/?LinkId=133405" & @CRLF & _
"InstallLocation=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\" & @CRLF & _
"ModifyPath=MsiExec.exe /I {07C69F2F-D44C-3EEF-B632-E1578930E77C}" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"UninstallPath=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"UninstallString=c:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\Microsoft Visual Studio 2010 Tools for Office Runtime (x86)\install.exe" & @CRLF & _
"URLUpdateInfo=http://go.microsoft.com/fwlink/?LinkId=133408" & @CRLF & _
"VersionMajor=4" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"" & @CRLF & _
"DisplayName="MobileOptionPack"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL"" & @CRLF & _
"DisplayName="MOL Group Image Windows 7 Professional SP1 Hun x86 - MOL.4.07.01"" & @CRLF & _
"DisplayVersion=MOL.4.07.01" & @CRLF & _
"UninstallString=C:\WINDOWS\MOL\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL Corporation" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.mol.hu" & @CRLF & _
"URLInfoAbout=http://www.mol.hu" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MOL_Fonts"" & @CRLF & _
"DisplayName="MOL Group Fonts 2.0 Eng"" & @CRLF & _
"DisplayVersion=2.0" & @CRLF & _
"UninstallString=C:\WINDOWS\Fonts\" & @CRLF & _
"TSAware=0x1" & @CRLF & _
"NoModify=0x1" & @CRLF & _
"Publisher=MOL" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"HelpLink=http://www.MOL.HU" & @CRLF & _
"URLInfoAbout=http://www.MOL.HU" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MPlayer2"" & @CRLF & _
"DisplayName="MPlayer2"" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.STANDARD"" & @CRLF & _
"Publisher=Microsoft Corporation" & @CRLF & _
"CacheLocation=C:\MSOCache\All Users" & @CRLF & _
"DisplayIcon=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" & @CRLF & _
"DisplayName="Microsoft Office Standard 2013"" & @CRLF & _
"DisplayVersion=15.0.4569.1506" & @CRLF & _
"InstallLocation=C:\Program Files\Microsoft Office" & @CRLF & _
"ModifyPath="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /modify STANDARD /dll OSETUP.DLL" & @CRLF & _
"NoElevateOnModify=0x0" & @CRLF & _
"NoModify=0x0" & @CRLF & _
"NoRemove=0x0" & @CRLF & _
"NoRepair=0x1" & @CRLF & _
"PackageRefs=OfficeMUI.hu-hu\0OSMMUI.hu-hu\0ExcelMUI.hu-hu\0PowerPointMUI.hu-hu\0Proof.hu-hu\0Proof.de-de\0Proof.en-us\0Proofing.hu-hu\0OutlookMUI.hu-hu\0OSMUXMUI.hu-hu\0OneNoteMUI.hu-hu\0GrooveMUI.hu-hu\0PublisherMUI.hu-hu\0WordMUI.hu-hu\0standardww" & @CRLF & _
"ProductCodes={90150000-006E-040E-0000-0000000FF1CE}\0{90150000-001B-040E-0000-0000000FF1CE}\0{90150000-0019-040E-0000-0000000FF1CE}\0{90150000-0018-040E-0000-0000000FF1CE}\0{90150000-0016-040E-0000-0000000FF1CE}\0{90150000-001F-040E-0000-0000000FF1CE}\0{90150000-001F-0407-0000-0000000FF1CE}\0{90150000-001F-0409-0000-0000000FF1CE}\0{90150000-001A-040E-0000-0000000FF1CE}\0{90150000-00E2-040E-0000-0000000FF1CE}\0{90150000-00E1-040E-0000-0000000FF1CE}\0{90150000-002C-040E-0000-0000000FF1CE}\0{90150000-00A1-040E-0000-0000000FF1CE}\0{90150000-00BA-040E-0000-0000000FF1CE}\0{90150000-0012-0000-0000-0000000FF1CE}" & @CRLF & _
"ShellUITransformLanguage=hu-hu" & @CRLF & _
"SkuComponents=C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\STANDARD\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Word.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Publisher.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Office.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Outlook.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Groove.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OneNote.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Proofing.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSMUX.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSM.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\Excel.hu-hu\setup.xml\0C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PowerPoint.hu-hu\setup.xml" & @CRLF & _
"SPPSkuId=B13AFB38-CD79-4AE5-9F7F-EED058D750CA" & @CRLF & _
"UninstallString="C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL" & @CRLF & _
"VersionMajor=0xf" & @CRLF & _
"VersionMinor=0x0" & @CRLF & _
"ProductID=00217-90000-00003-AA911" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OnScreenDisplay"" & @CRLF & _
"DisplayName="Lenovo On Screen Display"" & @CRLF & _
"Publisher=Lenovo" & @CRLF & _
"UninstallString="C:\WINDOWS\system32\rundll32.exe" "C:\Program Files\Lenovo\HOTKEY\cleanup.dll",InfUninstallEx DefaultUninstall.LH C:\Program Files\Lenovo\HOTKEY\tphk_tp.inf" & @CRLF & _
"DisplayVersion=8.80.10" & @CRLF & _
"DisplayIcon=C:\Program Files\Lenovo\HOTKEY\TPONSCR.exe" & @CRLF & _
"TVTNAME=OSD" & @CRLF & _
"EstimatedSize=0xe000" & @CRLF & _
"" & @CRLF & _
"2018.09.25. 1:14:45,49" & @CRLF & _
"Installed application enumerated from "HKEY_LOCAL_MACHINE\SOFTWARE\Microsof" & @CRLF & _
""
Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH)
Local $aFullArray[0]
For $i = 0 To UBound($aArray) -1
_ArrayConcatenate($aFullArray, $aArray[$i])
Next
$aArray = $aFullArray
; Present the entire match result
_ArrayDisplay($aArray, "Result")
Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm