Clarify msi vs exe difference
See original GitHub issueIf 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:
- Created 8 years ago
- Comments:10 (4 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
You almost certainly uninstalled the normal installer then tried to install the MSI. Delete
%LocalAppData%\YOUR_APP
then install the MSIThis works for me, but how can I get the
.msi
installer to run regularly?