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.

Clarify msi vs exe difference

See original GitHub issue

If I understand correctly https://github.com/Squirrel/Squirrel.Windows/blob/master/docs/using/machine-wide-installs.md it means that in most cases msi is not required, right?

For most of users exe is enough, and, for example, to speed up build electron-builder or you can disable msi generation by default. (Also, msi can be generated only on windows).

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
anaisbettscommented, Aug 9, 2016

Even loging out and loging in back again, the app isn’t installed and any icon is shown when I install my app using the MSI. When I run the EXE, the app gets installed and icons are created.

You almost certainly uninstalled the normal installer then tried to install the MSI. Delete %LocalAppData%\YOUR_APP then install the MSI

0reactions
kishoresundar135commented, Aug 8, 2017

Log out and log in again, then bingo bango, your app is there 😃

This works for me, but how can I get the .msi installer to run regularly?

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's the difference between .MSI vs. .EXE? - PDQ
When it comes down to it, the primary difference you'll want to remember is that .EXE files are highly customizable and great for...
Read more >
What are the specific differences between .msi and setup.exe ...
A setup.exe may either be a bootstrapper or a non-msi installer. A non-msi installer will extract the installation resources from itself and manage...
Read more >
Install software: choose .msi or .exe? - Super User
msi file is an installation package that will be processed by a Windows installer executable. And the .exe file is an executable containing...
Read more >
Should You Install Software Using .EXE or .MSI ? - YouTube
What do you really know about installing programs? ⇒ Become a channel member for special emojis, early videos, and more!
Read more >
Differences Between MSI and EXE - GigXP
The MSI file is indeed a database file, and it stores all the information about the files to be installed and other details....
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