setvisible / ArrowDL

ArrowDL (Arrow Downloader) is a download manager for Windows, MacOS and Linux
https://www.arrow-dl.com/
GNU Lesser General Public License v3.0
613 stars 33 forks source link

Installer should Run as Administrator natively #4

Open slacksmatt opened 4 years ago

slacksmatt commented 4 years ago

When I tried to install the software it didn't prompts Administrator privilege. Especially when you tried to install the software into different destination, it failed to install the software without any notices and only write shortcuts in the start menu

setvisible commented 4 years ago

Good point. This should be fixed. FYI I configured the NSIS install script to install with lowest user rights (not admin), because the "queue.json" file - which is dedicated to an user - is installed in the same directory. It's a dirty setup I concede.