MaikEight/ExaltAccountManager

Change installer to nsis

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
When launching older versions with auto update, the following sequence of events occurs:
Program opens, program closes, power shell script runs, windows installer pops up, prompt to make changes to program.

If you decline, it loops over and over again infinitely and will not let you run the older version. You must accept and install new version.

Describe the solution you'd like
Option to disable auto update, or decline update without looping infinitely through the update screen.

Planed is to switch from the WIX installer (.msi) to the nsis installer (.exe), this would mitigate the issue as no administrator permisions are needed in that case and the update would be done in seconds.