vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri May 31 18:18:48 2019 +0200| [a367421629d5c680b4aad9c5168cc870b9e37176] | committer: Hugo Beauzée-Luyssen
package: msi: Disable skins for now > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a367421629d5c680b4aad9c5168cc870b9e37176 --- extras/package/win32/msi/product.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs index bc96a58c10..7325fbef38 100644 --- a/extras/package/win32/msi/product.wxs +++ b/extras/package/win32/msi/product.wxs @@ -276,7 +276,7 @@ On="uninstall" /> <!-- Application shortcuts --> <Shortcut Id="VLCShortcut" Name="$(var.ProductName)" Target="[APPLICATIONFOLDER]vlc.exe" /> - <Shortcut Id="SkinShortcut" Name="$(var.ProductName) skinned" Target="[APPLICATIONFOLDER]vlc.exe" Arguments="-Iskins" /> + <!--<Shortcut Id="SkinShortcut" Name="$(var.ProductName) skinned" Target="[APPLICATIONFOLDER]vlc.exe" Arguments="-Iskins" />--> <Shortcut Id="VLCCleanShortcut" Name="Reset $(var.ProductName) preferences and cache files" Target="[APPLICATIONFOLDER]vlc.exe" Arguments="--reset-config --reset-plugins-cache vlc://quit" /> <Shortcut Id="NEWSShortcut" Name="Release Notes" Target="[APPLICATIONFOLDER]NEWS.txt" /> <util:InternetShortcut Id="WebsiteShortcut" Name="VideoLAN website" Target="https://www.videolan.org/"/> @@ -306,7 +306,7 @@ <ComponentGroupRef Id='CompPluginsGroup' /> <ComponentGroupRef Id='CompLocaleGroup' /> <ComponentGroupRef Id='CompLuaGroup' /> - <ComponentGroupRef Id='CompSkinsGroup' /> + <!--<ComponentGroupRef Id='CompSkinsGroup' />--> <Feature Id='WEBPLUGINS' Title='Web plugins' Level='1' AllowAdvertise="no"> <Feature Id='ACTIVEX' Title='ActiveX plugin' Level='1' AllowAdvertise="no"> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
