diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-12-31 12:34:43 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 10:22:51 +0100 |
commit | e803a1be814ccffbed19072f77425c7252b5e19e (patch) | |
tree | cb5b3a204b49f56253bade507ffbe3b7544778c3 /browser/installer/windows/nsis/uninstaller.nsi | |
parent | 6f5c57ae74045228c2cbe4b797fe228f03274e6c (diff) | |
download | UXP-e803a1be814ccffbed19072f77425c7252b5e19e.tar UXP-e803a1be814ccffbed19072f77425c7252b5e19e.tar.gz UXP-e803a1be814ccffbed19072f77425c7252b5e19e.tar.lz UXP-e803a1be814ccffbed19072f77425c7252b5e19e.tar.xz UXP-e803a1be814ccffbed19072f77425c7252b5e19e.zip |
Change format handlers to Basilisk.
Diffstat (limited to 'browser/installer/windows/nsis/uninstaller.nsi')
-rwxr-xr-x | browser/installer/windows/nsis/uninstaller.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/browser/installer/windows/nsis/uninstaller.nsi b/browser/installer/windows/nsis/uninstaller.nsi index 687bcd6eb..87f4d838a 100755 --- a/browser/installer/windows/nsis/uninstaller.nsi +++ b/browser/installer/windows/nsis/uninstaller.nsi @@ -351,7 +351,7 @@ Section "Uninstall" StrCpy $0 "Software\Microsoft\MediaPlayer\ShimInclusionList\plugin-container.exe" DeleteRegKey HKLM "$0" DeleteRegKey HKCU "$0" - StrCpy $0 "Software\Classes\MIME\Database\Content Type\application/x-xpinstall;app=firefox" + StrCpy $0 "Software\Classes\MIME\Database\Content Type\application/x-xpinstall;app=Basilisk" DeleteRegKey HKLM "$0" DeleteRegKey HKCU "$0" ${Else} @@ -419,8 +419,8 @@ Section "Uninstall" ; Remove the installation directory if it is empty RmDir "$INSTDIR" - ; If firefox.exe was successfully deleted yet we still need to restart to - ; remove other files create a dummy firefox.exe.moz-delete to prevent the + ; If Basilisk.exe was successfully deleted yet we still need to restart to + ; remove other files create a dummy Basilisk.exe.moz-delete to prevent the ; installer from allowing an install without restart when it is required ; to complete an uninstall. ${If} ${RebootFlag} |