]> git.sesse.net Git - vlc/commitdiff
msi: add missing runtime dependencies
authorLudovic Fauvet <etix@videolan.org>
Tue, 16 Apr 2013 09:28:14 +0000 (11:28 +0200)
committerLudovic Fauvet <etix@videolan.org>
Tue, 16 Apr 2013 10:13:25 +0000 (12:13 +0200)
extras/package/win32/msi/product.wxs

index 7cde3241c4b35231533862238e57ee5d5f646cee..cb401f65fbb785f94d5e9fa3037d153191b79edc 100644 (file)
                             <File Id='vlc.ico' Name='vlc.ico' KeyPath='yes' DiskId='1' />
                         </Component>
 
+                        <Component Id='CompRundep' Guid='9a4e5b99-6575-46b6-8744-3b4ddc5aa68d' Win64="$(var.Win64)">
+                            <File Id='libgcc_s_sjlj_1.dll' Name='libgcc_s_sjlj-1.dll' KeyPath='yes' Vital='yes' DiskId='1' />
+                            <File Id='libstdcpp_6.dll' Name='libstdc++-6.dll' Vital='yes' DiskId='1' />
+                        </Component>
+
                         <Directory Id='PLUGINSDIR' Name='plugins'>
                             <Component Id='CompPluginsCache' Guid='0b72e987-8e3c-4201-aa3e-5b57ca9c040e' Win64="$(var.Win64)">
                                 <RemoveFile Id="RemovePluginsCache" Name="plugins.dat" On="uninstall" />
             <ComponentRef Id='CompVLC' />
             <ComponentRef Id='CompLibvlccore' />
             <ComponentRef Id='CompLibvlc' />
+            <ComponentRef Id='CompRundep' />
             <ComponentRef Id='CompNpvlc' />
             <ComponentRef Id='CompCacheGen' />
             <ComponentRef Id='CompIcon' />