Jump to content

Recommended Posts

Posted

I believe @Arthur was looking into this at the beginning of the year. Did you make any head way Arthur?

 

Does it need to be an MSI for you though? Personally I just run the installer with a silent switch in the background on bootup if it's not installed.

Posted

My installer script is just:

 

net use G: \\server\installsfolder installaccountpw /user:installaccount

"G:\VLC\vlc-2.2.4-win32.exe" /L=1033 /S

net use G: /d

 

You may find it works without drive mapping - I haven't tested it for a while. In which case, it'll just be:

 

"\\server\installsfolder\VLC\vlc-2.2.4-win32.exe" /L=1033 /S

Posted

@Novalee. If you PM me a link to the MSI I'll see if I can remove the blog popup with an MST.

 

Did you make any headway Arthur?

I didn't I'm afraid, but it is something I will have to look at soon because I need to update the version of VLC on our PCs. :)

 

I have previously been editing the NSIS script supplied with the VLC .7z file and generating my own custom VLC .exe for deployment with SCCM.

 

My installer script is just

The NSIS installer doesn't offer any customization options so you can't deselect the browser plugins or shortcuts for example. It's all or nothing. :(

  • Thanks 2
Posted
Thanks everyone. I'll see if Arthur gets anywhere with that but if not I'll try the script. I'm just not very savvy with them, so might need my hand holding :-D
  • 2 weeks later...
Posted
Out of interest, what do you use for MSI creation these days?

Currently Advanced Installer or the WiX Toolset depending upon the MSI that needs creating. The VLC MSI was created with WiX. :)

 

I think I should probably use App-V more now that the client is built into Windows 10 though.

  • Thanks 1
Posted
@DJ-1701, @Novalee. The TechyGeeks MSI was rubbish so I ended up creating a brand new MSI myself.

 

To start with I have only made an MSI for the 64-bit version of VLC. Is this going to be any good for you @Novalee or do you need the 32-bit? :)

 

Download: VLC Media Player v2.2.4 (x64).msi

 

That's amazing @Arthur ! The 32bit would be wonderful as well if you could, but this helps me out so much. Very much appreciated. Thank you!

  • 2 months later...
Posted

Hi Arthur! Did you get anywhere with this by any chance? I've just realised that a few of my new builds are 32 bit and aren't getting the VLC player. (Took me long enough to click!!). No worries if you can't, but I just remembered you said it might be possible?

 

Thanks for the 64 bit version again, it's made things so much easier here!

 

@DJ-1701, @Novalee. The TechyGeeks MSI was rubbish so I ended up creating a brand new MSI myself.

 

To start with I have only made an MSI for the 64-bit version of VLC. Is this going to be any good for you @Novalee or do you need the 32-bit? :)

 

 

 

Download: VLC Media Player v2.2.4 (x64).msi

Posted (edited)
Did you get anywhere with this by any chance?

Hi @Novalee. Apologies for the delay posting the 32-bit version. Here's the download link...

 

Download: VLC Media Player v2.2.4 (x86).msi

 

There shouldn't be any issues, but it might be worth testing it on one of your 32-bit PCs before deploying it to the rest. :)

 

Edit. It's probably worth mentioning that my 32-bit MSI doesn't install on 64-bit PCs. Use the 64-bit MSI for those.

Edited by Arthur
  • Thanks 4
Posted
Hi @Novalee. Apologies for the delay posting the 32-bit version. Here's the download link...

 

Download: VLC Media Player v2.2.4 (x86).msi

 

There shouldn't be any issues, but it might be worth testing it on one of your 32-bit PCs before deploying it to the rest. :)

 

Edit. It's probably worth mentioning that my 32-bit MSI doesn't install on 64-bit PCs. Use the 64-bit MSI for those.

 

Thank you so much!! Really helped me out. Very much appreciated.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...