summaryrefslogtreecommitdiffstats
path: root/browser/installer/windows/nsis/uninstaller.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'browser/installer/windows/nsis/uninstaller.nsi')
-rwxr-xr-xbrowser/installer/windows/nsis/uninstaller.nsi50
1 files changed, 25 insertions, 25 deletions
diff --git a/browser/installer/windows/nsis/uninstaller.nsi b/browser/installer/windows/nsis/uninstaller.nsi
index c97728b47..87f4d838a 100755
--- a/browser/installer/windows/nsis/uninstaller.nsi
+++ b/browser/installer/windows/nsis/uninstaller.nsi
@@ -258,7 +258,7 @@ Section "Uninstall"
${EndIf}
; Remove the updates directory for Vista and above
- ${un.CleanUpdateDirectories} "Mozilla\Firefox" "Mozilla\updates"
+ ${un.CleanUpdateDirectories} "Mozilla\Basilisk" "Mozilla\updates"
; Remove any app model id's stored in the registry for this install path
DeleteRegValue HKCU "Software\Mozilla\${AppName}\TaskBarIDs" "$INSTDIR"
@@ -278,27 +278,27 @@ Section "Uninstall"
${un.SetAppLSPCategories}
${EndIf}
- ${un.RegCleanAppHandler} "FirefoxURL"
- ${un.RegCleanAppHandler} "FirefoxHTML"
+ ${un.RegCleanAppHandler} "BasiliskURL"
+ ${un.RegCleanAppHandler} "BasiliskHTML"
${un.RegCleanProtocolHandler} "ftp"
${un.RegCleanProtocolHandler} "http"
${un.RegCleanProtocolHandler} "https"
ClearErrors
- ReadRegStr $R9 HKCR "FirefoxHTML" ""
- ; Don't clean up the file handlers if the FirefoxHTML key still exists since
+ ReadRegStr $R9 HKCR "BasiliskHTML" ""
+ ; Don't clean up the file handlers if the BasiliskHTML key still exists since
; there should be a second installation that may be the default file handler
${If} ${Errors}
- ${un.RegCleanFileHandler} ".htm" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".html" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".shtml" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".xht" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".xhtml" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".oga" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".ogg" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".ogv" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".pdf" "FirefoxHTML"
- ${un.RegCleanFileHandler} ".webm" "FirefoxHTML"
+ ${un.RegCleanFileHandler} ".htm" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".html" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".shtml" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".xht" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".xhtml" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".oga" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".ogg" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".ogv" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".pdf" "BasiliskHTML"
+ ${un.RegCleanFileHandler} ".webm" "BasiliskHTML"
${EndIf}
SetShellVarContext all ; Set SHCTX to HKLM
@@ -317,7 +317,7 @@ Section "Uninstall"
; The StartMenuInternet registry key is independent of the default browser
; settings. The XPInstall base un-installer always removes this key if it is
; uninstalling the default browser and it will always replace the keys when
- ; installing even if there is another install of Firefox that is set as the
+ ; installing even if there is another install of Basilisk that is set as the
; default browser. Now the key is always updated on install but it is only
; removed if it refers to this install location.
${If} "$INSTDIR" == "$R1"
@@ -333,7 +333,7 @@ Section "Uninstall"
; The StartMenuInternet registry key is independent of the default browser
; settings. The XPInstall base un-installer always removes this key if it is
; uninstalling the default browser and it will always replace the keys when
- ; installing even if there is another install of Firefox that is set as the
+ ; installing even if there is another install of Basilisk that is set as the
; default browser. Now the key is always updated on install but it is only
; removed if it refers to this install location.
${If} "$INSTDIR" == "$R1"
@@ -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}
@@ -443,12 +443,12 @@ Section "Uninstall"
; clients registry key by the OS under some conditions.
System::Call "shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i 0, i 0, i 0)"
- ; Users who uninstall then reinstall expecting Firefox to use a clean profile
- ; may be surprised during first-run. This key is checked during startup of Firefox and
+ ; Users who uninstall then reinstall expecting Basilisk to use a clean profile
+ ; may be surprised during first-run. This key is checked during startup of Basilisk and
; subsequently deleted after checking. If the value is found during startup
- ; the browser will offer to Reset Firefox. We use the UpdateChannel to match
- ; uninstalls of Firefox-release with reinstalls of Firefox-release, for example.
- WriteRegStr HKCU "Software\Mozilla\Firefox" "Uninstalled-${UpdateChannel}" "True"
+ ; the browser will offer to Reset Basilisk. We use the UpdateChannel to match
+ ; uninstalls of Basilisk-release with reinstalls of Basilisk-release, for example.
+ WriteRegStr HKCU "Software\Mozilla\Basilisk" "Uninstalled-${UpdateChannel}" "True"
!ifdef MOZ_MAINTENANCE_SERVICE
; Get the path the allowed cert is at and remove it