]> git.sesse.net Git - vlc/commitdiff
msi: cleaning and cosmetics
authorLudovic Fauvet <etix@videolan.org>
Wed, 10 Apr 2013 09:35:02 +0000 (11:35 +0200)
committerLudovic Fauvet <etix@videolan.org>
Wed, 10 Apr 2013 14:55:13 +0000 (16:55 +0200)
extras/package/win32/msi/product.wxs

index 04d4edbc21d96c7682c0cb127d86730c7187fed3..34e77108c55d8d88a7a10b23e3239ad14ad4f94a 100644 (file)
                             <!-- Open With... contextual menu -->
                             <RegistryValue Root="HKCR" Key="Applications\vlc.exe\shell\open" Name="$(var.ShortProductName)" Value="$(var.ProductName)" Type="string" />
 
-                            <!-- File association -->
-                            <!-- <?include extensions.wxi?> -->
-
                             <!-- App Paths to support Start, Run -->
                             <RegistryValue Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\vlc.exe" Value="[#vlc.exe]" Type="string" />
                             <RegistryValue Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\vlc.exe" Name="Path" Value="[APPLICATIONFOLDER]" Type="string" />
-
                         </Component>
 
                         <Component Id='CompTXT' Guid='7fbd228c-87d8-4e91-85b3-aa65e03c9f1e' Win64="$(var.Win64)">
                             <RegistryValue Root="HKCR" Key="VLC.OPENFolder\shell" Value="Open" Type="string" />
                             <RegistryValue Root="HKCR" Key="VLC.OPENFolder\shell\open\command" Value="&quot;[#vlc.exe]&quot; %1" Type="string" />
                             <RegistryValue Root="HKCR" Key="VLC.OPENFolder\DefaultIcon" Value="[#vlc.exe],0" Type="string" />
-
                         </Component>
-
                     </Directory>
                 </Directory>
             </Directory>
                 <Shortcut Id="NEWSShortcut" Name="Release Notes" Target="[APPLICATIONFOLDER]NEWS.txt" />
                 <util:InternetShortcut Id="WebsiteShortcut" Name="VideoLAN website" Target="http://www.videolan.org/"/>
                 <util:InternetShortcut Id="DocumentationShortcut" Name="Documentation" Target="http://www.videolan.org/doc/"/>
-                <!-- RegistryValue whichs serves as KeyPath -->
+                <!-- RegistryValue which serves as KeyPath -->
                 <RegistryValue Root="HKCU"
                                Key="Software\VideoLAN\VLC"
                                Name="StartMenuShortcuts"
             <ComponentGroupRef Id='CompPluginsGroup' />
             <ComponentGroupRef Id='CompLocaleGroup' />
             <ComponentGroupRef Id='CompLuaGroup' />
-            <!-- <ComponentGroupRef Id='CompOsdmenuGroup' /> -->
             <ComponentGroupRef Id='CompSkinsGroup' />
 
             <Feature Id='ACTIVEX' Title='ActiveX plugin' Level='1' AllowAdvertise="no">
             <Feature Id='FILEASSOCIATION' Title='Extensions' Level='1' AllowAdvertise="no">
                 <ComponentRef Id='CompFileAssociation' />
             </Feature>
-            <Feature Id='EXPLORERINTEGRATION' Title='Explorer integration' Level='1' AllowAdvertise="no">
-            </Feature>
         </Feature>
 
-
-
         <UIRef Id="WixUI_Advanced" />
 
         <InstallExecuteSequence>
             <Custom Action="SetExecVLCCacheGen" Before="ExecVLCCacheGen">REINSTALL OR NOT Installed</Custom>
         </InstallExecuteSequence>
 
-
         <!-- Launch silently vlc-cache-gen.exe during install -->
         <CustomAction Id            = "SetExecVLCCacheGen"
                       Property      = "ExecVLCCacheGen"
             </Publish>
             <ProgressText Action="ExecVLCCacheGen">Generating modules cache...</ProgressText>
        </UI>
-
    </Product>
 </Wix>
 
 <!--
     BACKUP: MANUAL REGISTRATION OF AXVLC.DLL
-     **** THIS IS METHOD IS DEPRECATED ****
+     **** THIS METHOD IS DEPRECATED ****
 
     Within the <InstallExecuteSequence> node:
     <Custom Action="RegisterAxvlc" After="InstallFinalize">NOT Installed</Custom>