zentech
Posts: 1
Joined: Mon May 22, 2023 3:41 pm

Building MSI for VLC (media player)

Mon May 22, 2023 3:59 pm

I come here because after following a youtube video tutorial on how to create an msi package I couldn't get it working. The video I followed is from Advance Installer and shows how to create an msi using a text file. In my case I'm deploying an exe. And the whole point of building msi is to not get the end user involved in the process of installing anything. After adding the exe to my package, I also added the shortcut and build msi. When I try to run it with msiexec eg: msiexec /i vlc_installer.msi /qn (so there's not ui in the installation) it gives me an error. here are the step I took and the error

Image
Image
Image

Catalin
Posts: 6543
Joined: Wed Jun 13, 2018 7:49 am

Re: Building MSI for VLC (media player)

Tue May 23, 2023 10:07 am

Hello and welcome to our forums,

In order to achieve what you want, you could add the "vlc-3.0.18-win32.exe" as a "feature based" prerequisite in the "Prerequisites" page.

Or you can use our "EXE to MSI" converter, which does the same thing.
Screenshot_127.png
Screenshot_127.png (59.68KiB)Viewed 4418 times

Here, we should also be aware what the silent switches for "vlc-3.0.18-win32.exe" are, so we can pass them when required.

Please note that this requires an "Enterprise" suite or above.

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”