mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Change format handlers to Basilisk.
This commit is contained in:
parent
9ee75644b9
commit
0c6ab64d91
4 changed files with 325 additions and 231 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue