How to install required package from MSI for windows
See original GitHub issueHow to install required package for windows from MSI
I have package deps
Dependencies
This library need
ALSA tools installed on the machine (sudo apt-get install alsa-utils) for Linux
SoX Tools installed on the machine for Windows or OSX
I need to install them with Electron App
How to do that ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Installation Package - Win32 apps - Microsoft Learn
An installation package contains all of the information that the Windows Installer requires to install or uninstall an application or ...
Read more >How to install MSI from command line with administrator
1. Click Start menu, (in search box, type) cmd, right click on search result and choose Run as Administrator. · 2. In the...
Read more >Install the Excel Add-in with an MSI file - Anapedia
Use the command msiexec to run the .msi file. The Windows Installer dialog displays. It contains a full list of the options you...
Read more >How to create an MSI installer package quickly and easily
In this demo, you can see how to create a new custom MSI installation package. This video shows how to use the monitoring...
Read more >Silent installation of a MSI package - Stack Overflow
You should be able to use the /quiet or /qn options with msiexec to perform a silent install. MSI packages export public properties, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@englishextra This project follows the Electron community’s code of conduct, I would ask you to please be more respectful and empathetic towards issue reporters.
This is offtopic for Electron Packager, because it doesn’t handle creating installers.
However, with Electron Forge (which uses Electron Packager), you can build installers/packages that handle dependencies. Specifically for Windows, it looks like you should be using https://github.com/mongodb-js/electron-squirrel-startup. I haven’t used it myself, so if you have questions about it, please feel free to ask in one of the Electron community forums.