mkevenaar / chocolatey-packages

My chocolatey packages
https://mkevenaar.github.io/chocolatey-packages/
Apache License 2.0
42 stars 66 forks source link

(samsung-magician) AutoHotkey install script not compatible with AutoHotkey v2 #167

Closed brogers5 closed 1 year ago

brogers5 commented 1 year ago

Expected Behavior

An install/upgrade operation should succeed without errors.

Current Behavior

The following error box is shown when attempting to execute chocolateyInstall.ahk: AHKFailure

#NoEnv in particular was impacted by the breaking changes introduced in v2 (i.e. it was removed).

Consequently, the installation process stalls due to the lack of supported automation. User intervention is required to complete the installation.

Possible Solution

Implement AHK version detection, dependency restriction, or a universally compatible script to conditionally execute or otherwise avoid breaking changes.

Steps to Reproduce (for bugs)

  1. choco install autohotkey.portable
  2. choco install samsung-magician

Context

Encountered when I was attempting to upgrade samsung-magician to the latest package version earlier today.

Your Environment

mkevenaar commented 1 year ago

Solved in #179