Commit 5eda7773 authored by Christophe Mutricy's avatar Christophe Mutricy

Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)

parent 3de570c2
...@@ -389,7 +389,7 @@ SectionEnd ...@@ -389,7 +389,7 @@ SectionEnd
Section "Context Menus" SEC05 Section "Context Menus" SEC05
SectionIn 2 3 SectionIn 2 3
!insertmacro MacroAllExtensions AddContextMenu !insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Folder" !insertmacro AddContextMenu "Directory"
SectionEnd SectionEnd
SectionGroup "File type associations" SEC06 SectionGroup "File type associations" SEC06
...@@ -476,7 +476,7 @@ Section "Uninstall" SEC91 ...@@ -476,7 +476,7 @@ Section "Uninstall" SEC91
!insertmacro MacroAllExtensions DeleteContextMenu !insertmacro MacroAllExtensions DeleteContextMenu
!insertmacro MacroAllExtensions UnRegisterExtensionSection !insertmacro MacroAllExtensions UnRegisterExtensionSection
!insertmacro DeleteContextMenu "Folder" !insertmacro DeleteContextMenu "Directory"
UnRegDLL "$INSTDIR\axvlc.dll" UnRegDLL "$INSTDIR\axvlc.dll"
Delete /REBOOTOK "$INSTDIR\axvlc.dll" Delete /REBOOTOK "$INSTDIR\axvlc.dll"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment