How to find msi of programs like firefox and VLC media player?
I want to install VLC media play over the network via Active Directory (Domain services) but it only support installation of programs with .msi extension. Now I fail to get msi of VLC media player. Can anyone help me
1 Comment
[ + ] Show comment
-
Create an msi, if you can't find one. - 786_ak 10 years ago
Answers (4)
Please log in to answer
Posted by:
pace-support
7 years ago
Posted by:
olditguy
10 years ago
I couldn't find an msi for VLC so I captured it using Installshield. It captures easily with no oddities to sort out afterwards.
Or look at this http://www.itninja.com/software/videolan/vlc-media-player/0-199
Posted by:
vjaneczko
10 years ago
Posted by:
EdT
10 years ago
VLC player is compiled using NSIS so if you take the time to download the necessary tools you can configure VLC to your requirements. Once you have done this, it is trivial to create an MSI which will run the VLC installer with the appropriate command line, and even uninstall it when the MSI is uninstalled. Capturing is something I would reserve for times when other methods prove impossible to implement.