question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to install required package from MSI for windows

See original GitHub issue

How 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:closed
  • Created 7 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
maleptcommented, Feb 7, 2017

@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.

1reaction
maleptcommented, Feb 4, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found