]> git.sesse.net Git - vlc/commitdiff
Win32: do not delete preferences by default on install
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 9 Jan 2011 16:36:02 +0000 (17:36 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 9 Jan 2011 16:36:30 +0000 (17:36 +0100)
extras/package/win32/vlc.win32.nsi.in

index fd37d3ca3f9542fe37eacce69c2658ab131d5737..244acaad01c04b0b727dc4a8ed08259cf0d463af 100644 (file)
@@ -744,7 +744,7 @@ Section $Name_Section07 SEC07
   !insertmacro AddContextMenuExt "Directory"
 SectionEnd
 
-Section $Name_Section08 SEC08
+Section /o $Name_Section08 SEC08
   !insertmacro delprefs
 SectionEnd