Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
d0745c20 by Steve Lhomme at 2026-01-27T07:18:28+00:00
package/win32: add vlc-preparser.exe to the NSIS installer

- - - - -
f72a6f37 by Steve Lhomme at 2026-01-27T07:18:28+00:00
package/win32: add vlc-preparser.exe to the MSI installer

- - - - -


2 changed files:

- extras/package/win32/NSIS/vlc.win32.nsi.in
- extras/package/win32/msi/product.wxs


Changes:

=====================================
extras/package/win32/NSIS/vlc.win32.nsi.in
=====================================
@@ -307,6 +307,7 @@ skip_uninstall32_cleanup:
   ; VLC.exe, libvlc.dll
   !insertmacro InstallFile vlc.exe
   !insertmacro InstallFile vlc-cache-gen.exe
+  !insertmacro InstallFile vlc-preparser.exe
 
   ; All dlls
   !insertmacro InstallFile *.dll


=====================================
extras/package/win32/msi/product.wxs
=====================================
@@ -141,6 +141,10 @@
                             <File Id='vlc_cache_gen.exe' 
Name='vlc-cache-gen.exe' KeyPath='yes' DiskId='1' />
                         </Component>
 
+                        <Component Id='CompPreparserExe' 
Guid='83ff6660-bf97-4c6e-a6eb-123df8ec9cb1' Win64="$(var.Win64)">
+                            <File Id='vlc_preparser.exe' 
Name='vlc-preparser.exe' KeyPath='yes' DiskId='1' />
+                        </Component>
+
                         <Component Id='CompIcon' 
Guid='8707410c-55fe-4c38-924e-438762b8b82e' Win64="$(var.Win64)">
                             <File Id='vlc.ico' Name='vlc.ico' KeyPath='yes' 
DiskId='1' />
                         </Component>
@@ -289,6 +293,7 @@
             <ComponentRef Id='CompLibvlccore' />
             <ComponentRef Id='CompLibvlc' />
             <ComponentRef Id='CompCacheGen' />
+            <ComponentRef Id='CompPreparserExe' />
             <ComponentRef Id='CompIcon' />
             <ComponentRef Id='CompTXT' />
             <ComponentRef Id='CompPluginsCache' />



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/2deb1c14e901605399b9b2f7b48bbc1a8eaadcc5...f72a6f372299ae2f58bfb893f0512db1d5b15a2e

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/2deb1c14e901605399b9b2f7b48bbc1a8eaadcc5...f72a6f372299ae2f58bfb893f0512db1d5b15a2e
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to