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.

provide way to create "installers" (.dmg, .msi, .deb etc)

See original GitHub issue

see this thread for the original discussion: https://github.com/maxogden/electron-packager/issues/21#issuecomment-101751502

electron-packager only creates the executables, it doesn’t create the installers. I think this is a good level of complexity for electron-packager, so I think someone else should write a e.g. electron-create-installer module or something similar that is a CLI tool that is Unix Philosophy friendly (like this module and the other electron-* modules I’ve been working on).

resources/existing solutions:

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:5
  • Comments:36 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
maleptcommented, Jan 4, 2017

@englishextra Electron Packager is fine to use by itself still, but if you need to create installers then Electron Forge is a good, ergonomic option. Particularly if you don’t want to glue all the pieces together yourself.

To be clear, Electron Packager is not going anywhere. I’m still maintaining it (I just made a PR this week). It’s a pretty significant dependency of Electron Forge. And it’s going to stay outside of Electron Forge because, to repeat something I mentioned in a Forge ticket:

We’re adhering to the Node community/UNIX convention where modules should ideally be created for one particular concept, and then meshed together in higher-level modules.

2reactions
maleptcommented, Jan 4, 2017

The current recommended way to build installers (which also happens to use Electron Packager) is Electron Forge.

Read more comments on GitHub >

github_iconTop Results From Across the Web

This Is How Software Installers Work on Windows, macOS ...
Let's take a look at how software gets installed on three major desktop platforms: Windows, macOS, and Linux.
Read more >
How to create a MSI Windows installer for a Java program?
Linux: deb and rpm; macOS: pkg and dmg; Windows: msi and exe. It uses jdeps and jlink to build a minimal JRE to...
Read more >
Make Your Own MSI (and RPM, DEB, and DMG) with JDK14
This article demonstrates one of the new features of Java 14, the ability to create native installer versions of a complete JDK.
Read more >
Install by .msi Installer (Windows) - Fluentd
Step 1: Install td-agent · Step 2: Set up td-agent.conf · Step 3: Launch Td-agent Command Prompt · Step 4: Run td-agent ·...
Read more >
Deploying Your Application - Lazarus wiki
Bitrock (website www.bitrock.com) make an installer that will deploy to Windows, Mac OS and many flavors of Linux. If your application is open- ......
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