]> git.sesse.net Git - vlc/blobdiff - vlc.win32.nsi
dvdnav.patch: prefixed all non-static functions in the included libdvdread.
[vlc] / vlc.win32.nsi
index 8dbe9adc24a0362b026c90b41b87febcaadc1140..ab6327f7f9d5660c829c891370a07f004ce04eae 100644 (file)
@@ -202,9 +202,9 @@ SectionEnd
 \r
 Section /o "ActiveX plugin" SEC04\r
   SectionIn 2 3\r
-  SetOutPath $SYSDIR\r
+  SetOutPath "$INSTDIR"\r
   File activex\axvlc.dll\r
-  RegDLL $SYSDIR\axvlc.dll\r
+  RegDLL "$INSTDIR\axvlc.dll"\r
 SectionEnd\r
 \r
 SubSection "File type associations" SEC05\r
@@ -335,8 +335,8 @@ Section Uninstall
   !insertmacro UnRegisterExtensionSection ".wma"\r
   !insertmacro UnRegisterExtensionSection ".wmv"\r
 \r
-  UnRegDLL $SYSDIR\axvlc.dll\r
-  Delete /REBOOTOK $SYSDIR\axvlc.dll\r
+  UnRegDLL "$INSTDIR\axvlc.dll"\r
+  Delete /REBOOTOK "$INSTDIR\axvlc.dll"\r
 \r
   RMDir "$SMPROGRAMS\VideoLAN"\r
   RMDir /r $SMPROGRAMS\VideoLAN\r