MaikEight / ExaltAccountManager

Introducing Exalt Account Manager (EAM), a powerful toolset designed to streamline multi-account management for "Realm of the Mad God" (ROTMG). With a user-friendly interface and features like rapid Exalt launching and auto daily login, EAM is the ultimate solution for an efficient and convenient ROTMG gaming experience.
https://ExaltAccountManager.com
GNU General Public License v3.0
36 stars 3 forks source link

Change installer to nsis #15

Open kalmaguer opened 2 weeks ago

kalmaguer commented 2 weeks ago

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.

MaikEight commented 2 weeks ago

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.