Skip to content
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

Support install on Windows via Chocolatey package manager #3699

Closed
1 task done
e-n-l opened this issue Oct 22, 2019 · 3 comments
Closed
1 task done

Support install on Windows via Chocolatey package manager #3699

e-n-l opened this issue Oct 22, 2019 · 3 comments

Comments

@e-n-l
Copy link

e-n-l commented Oct 22, 2019

  • I have searched open and closed issues for duplicates

Bug Description

A fresh, first-time Signal-Desktop install in Windows 10 via package manager (Chocolately) is not possible.

Steps to Reproduce

  1. Restore Win10 machine to a pre-Signal state
    i.e., fresh OS re-install, or remove all related registry keys, temp files, install files, and chocolatey libs
  2. Ensure that Chocolatey is installed / working
  3. via powershell command: choco install signal
    OR via Chocolatey GUI:
    a. select chocolatey package repository
    b. search for 'signal'
    c. select 'Install' from right-click context menu of Signal package.

Actual Result:

Signal-Desktop does not install. See screenshots / logs. If Signal-Desktop has been installed at any point, (without scouring the registry, etc. to remove all traces), Chocolatey will manage updates, uninstalls and re-installs with no issues.

Expected Result:

App should install successfully via package manager, just as it does when the binary is manually downloaded / opened via browser from https://updates.signal.org/desktop/signal-desktop-win-1.27.4.exe

Screenshots

signal-fail
signal-fail2

Platform Info

Signal Version: 1.27.4

Operating System: Windows 10 Pro, version 1903, build 18362.418

Linked Device Version: N/A; error encountered prior to linking.

Link to Debug Log

ChocolateyGui.20191022.log

@scottnonnenberg-signal scottnonnenberg-signal changed the title Initial install not possible via Chocolatey Support install on Windows via Chocolatey package manager Oct 22, 2019
@scottnonnenberg-signal
Copy link
Contributor

How would you expect updates to happen in the world of Chocolatey? Does it require a manual fetch operation by the user? Or would updates automatically be installed when released? (we're not Chocolatey users)

@e-n-l
Copy link
Author

e-n-l commented Oct 23, 2019

Chocolatey is just a package manager for Windows; so you can have a manifest of applications in a config file or script, and it will automate the rest. It's also useful for managing updates / version pinning, etc.

Update and re-install aspects work fine, but for some reason it's only the initial install that's getting a 530 error.

In this particular use case, I had to re-install Windows (along with every application I'd been using) while my user data persisted. Using a package manager helps get my environment back MUCH faster.

EDIT: to clarify regarding your other question: updates can be automated, fetched and installed in bulk, ala pacman -Syy in Archlinux.

@stale
Copy link

stale bot commented Sep 27, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants