-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BirdNET-Analyzer Windows app cannot run when installed outside user profile #308
Comments
Program Files and your default C are protected directories, so it makes sense, that admin rights are required to run the exe. The BirdNET GUI installation needs write access in its install directory for redirecting the stdout to the logs.txt. |
Hi Joseph,
Thank you for responding to my support request.
Can you recommend an install path that would facilitate multi-user installation of BirdNET-Analyzer?
As I understand it, the reason that user discretion for install path was added to the installer was to provide the option of installing BirdNET-Analyzer on a path accessible to all Windows users. This improvement is needed in university computer labs so IT staff can install BirdNET-Analyzer for all users of each machine.
…-Mike
_________________________________________
Michael Pitzrick (he/his/him)
Raven Support
Cornell University | K. Lisa Yang Center for Conservation Bioacoustics
159 Sapsucker Woods Rd
Ithaca, NY 14850
Office: 607-254-2124
Cell: 607-342-5415
K. Lisa Yang Center for Conservation Bioacoustics<https://www.birds.cornell.edu/ccb/>
Raven Sound Software<https://www.ravensoundsoftware.com/>
Cornell land acknowledgement<https://cals.cornell.edu/land-acknowledgment>
From: Josef Haupt ***@***.***>
Sent: Tuesday, April 16, 2024 11:27 AM
To: kahst/BirdNET-Analyzer ***@***.***>
Cc: Michael S. Pitzrick ***@***.***>; Author ***@***.***>
Subject: Re: [kahst/BirdNET-Analyzer] BirdNET-Analyzer Windows app cannot run when installed outside user profile (Issue #308)
Program Files and your default C are protected directories, so it makes sense, that admin rights are required to run the exe. The BirdNET GUI installation needs write access in its install directory for redirecting the stdout to the logs.txt.
-
Reply to this email directly, view it on GitHub<#308 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACVS5FGQQ7WAE7BDROFIN7LY5U7LTAVCNFSM6AAAAABGAZM5V6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJZGM3DGMRTGE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Ah I get it, let me see if I can fix that |
One possible solution might be to write the log to the current user profile, even when the app is installed on another path. |
After I install the BirdNET-Analyzer Windows app on a path outside my Windows user profile, the app can only open when I am logged in as an administrator. If I attempt to open BirdNET-Analyzer Windows app when logged into my normal user account, the following error dialog appears.
When this happens, no new text appears in logs.txt.
I tried installing BirdNET-Analyzer both in "C:\Program Files" and in "C:\BirdNET-Analyzer".
The text was updated successfully, but these errors were encountered: