fossasia/pslab-desktop

Provide a Chocolatey package

orangecms opened this issue · 11 comments

This is a convenient way for people to install the software on Windows.

See https://docs.chocolatey.org/en-us/create/create-packages

@mariobehling and @orangecms I am getting this error while downloading Chocolatey, even after disabling real-time protection.
At line:1 char:1

  • [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New- ...

This script contains malicious content and has been blocked by your antivirus software.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ScriptContainedMaliciousContent

That is very unfortunate, I'm sorry. False positives may happen. You can compare checksums and verify signatures to check for integrity.

I have mangaged to download Chocolatey on windows and now working on the editing the files. In the file chocolatey.install file
$fileLocation = Join-Path $toolsDir 'NAME_OF_EMBEDDED_INSTALLER_FILE'. What should I replace with NAME_OF_EMBEDDED_INSTALLER_FILE

Could you elaborate? I only find a reference to that at https://docs.chocolatey.org/en-us/guides/create/create-custom-package-templates. Is it necessary to create a custom template? I would expect the default ones to suffice. What exactly have you tried, what did you read in the documentation, what worked and what didn't, etc?

I have created the package

Nice! Did you publish it to the community repo?

I.e., will it appear on https://chocolatey.org/packages?q=pslab?

Hi there, is the issue still open ?

@inomag I believe the issue is closed. @AakashMallik could confirm?
I am able to install v 2.5.2 from https://chocolatey.org/packages/pslab-desktop and v 2.6.0 is awaiting moderation currently.

Yup, 2.5.2 was approved about 10 days ago. Does someone know how Chocolatey gets notified about updates? Eventually, the outcome here should be a few lines in the README about the install process for ens users and (if applicable) the release process for maintainers. Can we note something down? :)

I've dropped that on the README as well. Closing this now. :)