Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

47

Downloads of v 1.0.0:

47

Last Update:

02 Sep 2024

Package Maintainer(s):

Software Author(s):

  • Philippe Cheve

Tags:

deformer image photo educatif

Abalect

  • 1
  • 2
  • 3

1.0.0 | Updated: 02 Sep 2024

Downloads:

47

Downloads of v 1.0.0:

47

Maintainer(s):

Software Author(s):

  • Philippe Cheve

Abalect 1.0.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Philippe Cheve. The inclusion of Philippe Cheve trademark(s), if any, upon this webpage is solely to identify Philippe Cheve goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Abalect, run the following command from the command line or from PowerShell:

>

To upgrade Abalect, run the following command from the command line or from PowerShell:

>

To uninstall Abalect, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade abalect -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade abalect -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install abalect
  win_chocolatey:
    name: abalect
    version: '1.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'abalect' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller abalect
{
    Name     = "abalect"
    Version  = "1.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'abalect':
  ensure   => '1.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator flcdrg on 15 Sep 2024.

Description

Abalect for reading training and Abacalc to review basic operating techniques


tools\abalect.zip
md5: ADDDE4AAE61E2DA80B75D5D5A79D6E04 | sha1: 371C6B066701AC68A08631BAE264CB8970F11681 | sha256: 357508681E068FAD75DD9C4373CD178758F8986A0392D43B8A65C72F00CF327B | sha512: 3225A9142E201FCF19A358720FA4EE635728BC461B853EFF75BE106871CAEF1AEC97C15D8EF8ACA1A76CF094C61BA2FF06C604B8678A5DF0A0634B014FEEB8CD
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'abalect.zip'
$Dossier = Join-Path $env:Programfiles "\Abalect"
$exeLocation = Join-Path $Dossier "abalect.exe"

#Installation du package
Get-ChocolateyUnzip $fileLocation -Destination $Dossier

#On créer un raccourci OUAIP dans le menu demarrer
If (Test-Path $exeLocation) {
    #Mise en place du Raccourci alluser sur le bureau
    Install-ChocolateyShortcut -ShortcutFilePath "$env:PUBLIC\Desktop\Abalect.lnk" -TargetPath "$exeLocation"
    }
    
#Suppression du  ZIP dans tools
Remove-Item -Path "$fileLocation" -Recurse -ErrorAction SilentlyContinue
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'; 

$Dossier = Join-Path $env:Programfiles "\Abalect"

#Suppression du dossier Abalect dans proramfiles
Remove-Item -Path "$Dossier" -Recurse -ErrorAction SilentlyContinue

#Suppression du  Raccourci sur le bureau alluser
Remove-Item -Path "$env:PUBLIC\Desktop\Abalect.lnk" -Recurse -ErrorAction SilentlyContinue
tools\LICENSE.txt
LICENSE

Abalect Freeware License
------------------------

Copyright (c) 2010 Philippe Chevé

1. License
-----------
Abalect is freeware. This means that the software is provided at no cost, and you are free to use it for personal or commercial purposes. By using this software, you agree to the terms and conditions outlined in this document.

2. Redistribution
------------------
You are permitted to redistribute Abalect in its original form, without any modifications, provided that you include this license document and any associated documentation. Redistribution must remain free of charge.

3. Restrictions
----------------
You may not:
- Sell or distribute Abalect for profit without the explicit written permission of Philippe Chevé.
- Reverse engineer, decompile, or disassemble the software.
- Remove or alter any copyright notices or this license document in the software.

4. Disclaimer of Warranty
--------------------------
Abalect is provided "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the software is with you.

5. Limitation of Liability
---------------------------
In no event shall Philippe Chevé be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use or inability to use this software, even if Philippe Chevé has been advised of the possibility of such damages.

6. Termination
---------------
This license is effective until terminated. You may terminate it at any time by destroying Abalect, along with all copies, modifications, and merged portions in any form. This license will also terminate if you fail to comply with any term or condition of this agreement. Upon such termination, you agree to destroy Abalect and all copies in your possession.

7. Governing Law
-----------------
This license shall be governed by and construed in accordance with the laws of the jurisdiction in which Philippe Chevé resides, without regard to its conflict of law principles.

8. Contact
-----------
For any questions regarding this license, please contact Philippe Chevé at [email protected].

Thank you for using Abalect.

-----------------------------
Philippe Chevé
2010

tools\VERIFICATION.txt

VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
# Verification of Package Files

This file provides instructions on how to verify the integrity and authenticity of the files included in this Chocolatey package. This ensures that the files have not been tampered with and are safe to use.

## Steps to Verify the Files

1. **Download the Official Binary:**
   Visit the official website and download the binary from the official source.

   Official website: [http://philippe.cheve.pagesperso-orange.fr/abalect.htm](http://philippe.cheve.pagesperso-orange.fr/abalect.htm)

2. **Compare Checksums:**
   After downloading the file, you can verify its integrity by comparing its checksum with the one provided in this package.

   Here is the checksum for `abalect.exe` included in this package:


You can calculate the checksum of your downloaded file using the following command:

- For Windows:
  ```
  get-hashfile <path-to-your-file>\abalect.exe SHA256
  ```


3. **Verify Signature (if applicable):**
If the official binary is signed, you can verify the digital signature to ensure it is from the legitimate vendor.

- On Windows, you can check the signature using the Properties dialog:
  1. Right-click the downloaded file.
  2. Select `Properties`.
  3. Go to the `Digital Signatures` tab.
  4. Verify that the signature is from the correct vendor.

---

Note: actual SHA256 checksum of `abalect.exe` is `9D3487360D48AF87E4AB519B0FD1672EE6D48E6883D5EBD41A600AA2F9B4061A`

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status

unzip abalect


This package has no dependencies.

Discussion for the Abalect Package

Ground Rules:

  • This discussion is only about Abalect and the Abalect package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Abalect, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus