amir1376 / ab-download-manager

A Download Manager that speeds up your downloads
https://abdownloadmanager.com
Apache License 2.0
3.31k stars 162 forks source link

The default installer have issues in Windows #47

Closed amir1376 closed 1 month ago

amir1376 commented 3 months ago

There are some problems when we want to install the app

I already created an issue in the compose issue tracker and waiting for their response

sitiom commented 3 months ago
  1. find PID of the app in task manager and try to stop it gracefully using cmd
    taskkill /PID <PID>
  2. after that you will see that app still remains in task manager!

Killing the process via the process name works:

image

amir1376 commented 3 months ago

@sitiom That's right, but you use /F here! which tries to force stop the app (non graceful stop)

The default installer does not have this flag to stop the app by force ,and there is no way to configure it to do so (as far as I know)

To reproduce this just install a previous version and when app is running try to install the latest version! You will notice that the installer can't stop the app and ask you to restart the computer to finish the installation!

amir1376 commented 1 month ago

Finally I created an nsis installer for the app. now we can have more control and customization in windows