Commit 873a4def authored by Christophe Mutricy's avatar Christophe Mutricy

no longer need to delete the .xpt

parent 7f50b683
...@@ -631,7 +631,6 @@ Section "Uninstall" SEC91 ...@@ -631,7 +631,6 @@ Section "Uninstall" SEC91
ReadRegStr $R2 HKLM "SOFTWARE\Mozilla\$R0\Extensions" "Plugins" ReadRegStr $R2 HKLM "SOFTWARE\Mozilla\$R0\Extensions" "Plugins"
StrCmp $R2 "" "${Index}-Loop" "" StrCmp $R2 "" "${Index}-Loop" ""
Delete "$R2\vlcintf.xpt"
Delete "$R2\npvlc.dll" Delete "$R2\npvlc.dll"
Goto "${Index}-Loop" Goto "${Index}-Loop"
......
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