1
0
mirror of https://github.com/heebijeebi/WinTango-Patcher.git synced 2024-06-22 05:21:56 +02:00

Patcher fixes

This commit is contained in:
heebijeebi
2016-10-25 16:11:02 +02:00
parent 36779b3b14
commit ba1341d9f7
5 changed files with 35 additions and 14 deletions

View File

@@ -170,6 +170,8 @@ Func UnAppearance()
FileDelete($FirefoxAppPath & "\extensions\Tangerine@Windows.xpi")
FileDelete($FirefoxAppPath & "\extensions\Elementary@Windows.xpi")
FileDelete($FirefoxAppPath & "\extensions\Humanity@Windows.xpi")
FileDelete($FirefoxAppPath & "\extensions\tangofox@haven667.xpi")
FileDelete($FirefoxAppPath & "\extensions\tangerinefox@haven667.xpi")
FileDelete($FirefoxAppPath & "\extensions\Gnome-Brave-Extras@Windows.xpi")
FileDelete($FirefoxAppPath & "\extensions\Gnome-Human-Extras@Windows.xpi")
@@ -182,13 +184,15 @@ Func UnAppearance()
FileDelete($FirefoxAppPath & "\extensions\Tangerine-Extras@Windows.xpi")
FileDelete($FirefoxAppPath & "\extensions\Elementary-Extras@Windows.xpi")
FileDelete($FirefoxAppPath & "\extensions\Humanity-Extras@Windows.xpi")
FileDelete($FirefoxAppPath & "\extensions\tangofox-extras@haven667.xpi")
FileDelete($FirefoxAppPath & "\extensions\tangerinefox-extras@haven667.xpi")
;Mozilla Thunderbird Theme
CheckAndCloseProcess("thunderbird.exe", "Mozilla Thunderbird")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "abcardWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\abcardWindow.ico")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "addressbookWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\addressbookWindow.ico")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "messengerWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\messengerWindow.ico")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "msgcomposeWindow.ico", $ResourcesDir & "\themes\Firefox Thunderbird\Thunderbird\msgcomposeWindow.ico")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "abcardWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\abcardWindow.ico")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "addressbookWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\addressbookWindow.ico")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "messengerWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\messengerWindow.ico")
UninstallTheme("Mozilla Thunderbird", $ProgramFiles & "\Mozilla Thunderbird\thunderbird.exe", $ProgramFiles & "\Mozilla Thunderbird\chrome\icons\default", "msgcomposeWindow.ico", $ResourcesDir & "\themes\Thunderbird\icons\msgcomposeWindow.ico")
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Gnome-Brave@Windows.xpi")
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Gnome-Human@Windows.xpi")
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Gnome-Noble@Windows.xpi")
@@ -200,6 +204,8 @@ Func UnAppearance()
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Tangerine@Windows.xpi")
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Elementary@Windows.xpi")
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\Humanity@Windows.xpi")
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\tangobird@haven667.xpi")
FileDelete($ProgramFiles & "\Mozilla Thunderbird\extensions\tangerinebird@haven667.xpi")
;RadioSure Theme
CheckAndCloseProcess("RadioSure.exe", "RadioSure")