+ Post New Thread
Results 1 to 15 of 15
AV and Multimedia Related Thread, Installing VLC Media Player in Technical; Does anyone have an MSI for VLC Media Player which they'd be willing to share? Alternatively, any suggestions for silently ...
  1. #1
    enjay's Avatar
    Join Date
    Apr 2007
    Location
    Reading, Berkshire, UK
    Posts
    4,345
    Thank Post
    268
    Thanked 190 Times in 162 Posts
    Rep Power
    72

    Installing VLC Media Player

    Does anyone have an MSI for VLC Media Player which they'd be willing to share? Alternatively, any suggestions for silently installing it, ideally without it becoming the default player (because that breaks AQA e-Science) but I can work around that if I need to.

  2. IDG Tech News
  3. #2

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,172
    Thank Post
    749
    Thanked 2,460 Times in 2,087 Posts
    Blog Entries
    9
    Rep Power
    689
    Just install it on one machine and then copy the folder over, or dump it in a network folder. You would need to do the file assosiations manually if you need them. I am pretty sure this is how many others have done it. Othervise use the portable app version: VLC Media Player Portable | PortableApps.com - Portable software for USB, portable and cloud drives which will definatly work in that way.

  4. #3
    davipton's Avatar
    Join Date
    Feb 2009
    Location
    Essex
    Posts
    41
    Thank Post
    9
    Thanked 5 Times in 5 Posts
    Rep Power
    9

  5. #4
    ricki's Avatar
    Join Date
    Jul 2005
    Location
    uk
    Posts
    1,425
    Thank Post
    19
    Thanked 159 Times in 152 Posts
    Rep Power
    49
    HI

    Try this link its the one I used VLC media player 1.1.11 GPO.zip

    Richard

  6. #5

    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,831
    Thank Post
    108
    Thanked 550 Times in 482 Posts
    Blog Entries
    1
    Rep Power
    153
    Also check if your allowed to use it, you may not have all the licenses you need or be affected by patents!

  7. #6
    enjay's Avatar
    Join Date
    Apr 2007
    Location
    Reading, Berkshire, UK
    Posts
    4,345
    Thank Post
    268
    Thanked 190 Times in 162 Posts
    Rep Power
    72
    Thanks guys, those methods are great.

    Anyone know how I can change it so that it doesn't become the default player but does still have the right-click option? Happy to dig into the registry settings within the MSI, just not sure which one governs default file behaviour...

  8. #7
    enjay's Avatar
    Join Date
    Apr 2007
    Location
    Reading, Berkshire, UK
    Posts
    4,345
    Thank Post
    268
    Thanked 190 Times in 162 Posts
    Rep Power
    72
    Don't worry about it - the default file association doesn't seem to be a problem any more, so something would appear to have changed within e-Science. I'm one happy bunny (or I will be if VLC actually solves the issue I'm installing it for!).

  9. #8
    ricki's Avatar
    Join Date
    Jul 2005
    Location
    uk
    Posts
    1,425
    Thank Post
    19
    Thanked 159 Times in 152 Posts
    Rep Power
    49
    Quote Originally Posted by Geoff View Post
    Also check if your allowed to use it, you may not have all the licenses you need or be affected by patents!
    See here for information

    VideoLAN - Legal

    Richard

  10. #9

    Join Date
    Jun 2010
    Posts
    194
    Thank Post
    9
    Thanked 25 Times in 24 Posts
    Rep Power
    19
    Quote Originally Posted by enjay View Post
    Does anyone have an MSI for VLC Media Player which they'd be willing to share? Alternatively, any suggestions for silently installing it, ideally without it becoming the default player (because that breaks AQA e-Science) but I can work around that if I need to.
    Enjay VLC player has switches you can use to deploy the exe you don't need an MSI.

    Here is what I Do:

    1. send out a batch file to all workstations to un-install previous versions

    Code:
    REM Remove earlier official VideoLAN versions
    "%ProgramFiles%\VideoLAN\VLC\uninstall.exe" /S
    
    REM Tidy up the removal of earlier versions
    rmdir /s /q "%ProgramFiles%\VideoLAN"
    2. Copy the VLc exe to C:\WINDOWS\TEMP\vlc-1.1.11-win32.exe


    3. Send a batch file to all workstations with the following syntax
    Code:
    CD /d C:\WINDOWS\TEMP
    
    vlc-1.1.11-win32.exe  /L=1033 /S
    /L=1033 = Language code UK

    /S silent install

    Maybe this might be a better solution for you

    Kili

  11. Thanks to kili from:

    Busybub (14th October 2011)

  12. #10
    enjay's Avatar
    Join Date
    Apr 2007
    Location
    Reading, Berkshire, UK
    Posts
    4,345
    Thank Post
    268
    Thanked 190 Times in 162 Posts
    Rep Power
    72
    Kili, that is actually how I've done it now, although I prefer MSI due to the way which we deploy our software.

  13. #11
    zag
    zag is online now
    zag's Avatar
    Join Date
    Mar 2007
    Posts
    2,798
    Thank Post
    548
    Thanked 271 Times in 230 Posts
    Blog Entries
    10
    Rep Power
    75
    We just run it off a network share here.

  14. #12
    enjay's Avatar
    Join Date
    Apr 2007
    Location
    Reading, Berkshire, UK
    Posts
    4,345
    Thank Post
    268
    Thanked 190 Times in 162 Posts
    Rep Power
    72
    Quote Originally Posted by zag View Post
    We just run it off a network share here.
    I prefer local installs to keep server resources as free as possible, especially with things which whole classes can be using simultaneously.

  15. #13

    Join Date
    Jun 2010
    Posts
    194
    Thank Post
    9
    Thanked 25 Times in 24 Posts
    Rep Power
    19
    Quote Originally Posted by enjay View Post
    Kili, that is actually how I've done it now, although I prefer MSI due to the way which we deploy our software.
    I have to agree I always look for an MSI first if I can get one. But well done you've cracked it

  16. #14
    enjay's Avatar
    Join Date
    Apr 2007
    Location
    Reading, Berkshire, UK
    Posts
    4,345
    Thank Post
    268
    Thanked 190 Times in 162 Posts
    Rep Power
    72
    I did find an MSI (see Ricki's post), however when I realised that I don't need to play with file associations as I first thought, I left it - a newer version will be out before the main reason behind wanting an MSI rather than EXE presents itself as a problem anyway. I'll do the next version as MSI but for now, I can just move on down the list of apps which need re-installing following our network migration.

  17. #15

    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,831
    Thank Post
    108
    Thanked 550 Times in 482 Posts
    Blog Entries
    1
    Rep Power
    153
    Quote Originally Posted by ricki View Post
    See here for information

    VideoLAN - Legal

    Richard
    IANAL but that info is only correct in French Jurisdictions.

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 59
    Last Post: 18th February 2012, 08:09 AM
  2. Replies: 4
    Last Post: 22nd June 2010, 10:52 AM
  3. VLC Media Player (Streaming)
    By itgeek in forum Windows
    Replies: 0
    Last Post: 14th June 2010, 08:55 AM
  4. VLC media player
    By Chuckster in forum Windows
    Replies: 4
    Last Post: 13th October 2008, 08:30 PM
  5. Replies: 1
    Last Post: 4th November 2006, 03:56 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •