-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Shortcuts (both desktop and start) are not created on some computers. #509
Comments
Antivirus often will mess with setup and prevent hooks from running - are you signing your executable? |
yeah, we are signing both of the exes in our project. If an antivirus is blocking the hooks for shortcuts, would this not show up on their Squirrel install logs? |
@molster It might, AV does all manner of hacky random things. Look for "Unauthorized Access" |
alright, was able to get a user with a log, i'm seeing
would this fall in line with just an AV issue? |
This means that your application didn't return in time or crashed or generally did something silly. Try running the hook yourself by-hand and see if it works (i.e. just run |
Thanks for the reply, The above does not happen on any of our test comps, so ill have the user give it a try if I can get a hold of him. Thanks! |
I was able to reproduce this issue on three different Win10 machines. Any possible fixes? |
Jaykah, does your error log look similar to mine? |
@molster yesm the same error message (Couldn't run Squirrel hook, continuing). Running appname --squirrel-updated a.new.version.number did not help. |
I have same issue. Shortcuts (both desktop and start) are not created 2018-04-07 09:58:42> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: |
@molster @Jaykah @AkioUnity is it an issue you are still experiencing with the latest version of Squirrel? |
@Thieum still exist. v 22.2.0 |
I'm having this problem with 2.0.1. I get the "Couldn't run Squirrel hook" in the log. I have found that when I run setup.exe a second time that the shortcuts are created. That may be a clue to why it fails on the first run if something isn't in place during the first execution, but exists where expected or needed on the second execution. |
After trying for a while to figure out why If anyone knows why I shouldn't be making shortcuts on (Launching my app manually with |
So we have tested this on well over 20 computers (Windows 7, 8, 8.1, and 10), and it seems to work fine on all our test comps. However at least 10 reports from users say after they install it (ranging from any of the windows version said above), they have no idea where to find the app.
Turns out, it was creating no shortcuts for them of any kind. What would prevent Squirrel from making shortcuts for a user?
The text was updated successfully, but these errors were encountered: