1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

package: msi: Disable skins for now

This commit is contained in:
Hugo Beauzée-Luyssen 2019-05-31 18:18:48 +02:00
parent e36458aad9
commit a367421629

View File

@ -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">