]> git.sesse.net Git - vlc/commitdiff
Win32: don't remove inexistant directory while uninstalling
authorGeoffroy Couprie <geal@videolan.org>
Sun, 7 Mar 2010 20:04:43 +0000 (21:04 +0100)
committerGeoffroy Couprie <geal@videolan.org>
Mon, 8 Mar 2010 00:08:57 +0000 (01:08 +0100)
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
 
 ;;;;;;;;;;;;;;;