]> git.sesse.net Git - vlc/blobdiff - extras/package/win32/vlc.win32.nsi.in
Win32: don't remove inexistant directory while uninstalling
[vlc] / extras / package / win32 / vlc.win32.nsi.in
index 0c91243e4aafcafa225103cb384f92723e962282..8429047b9cd98baba80aa09761ad919089f4e0cd 100644 (file)
@@ -346,9 +346,6 @@ FunctionEnd
     Goto "${Index}-Loop"
   "${Index}-End:"
   !undef Index
-  SetShellVarContext all
-  RMDir /r "$APPDATA\\VideoLAN"
-  SetShellVarContext current
 !macroend
 
 ;;;;;;;;;;;;;;;