chocolatey-core.extension 1.4.0

This is a extension package that provides helper functions installed as a Chocolatey extension. These functions may be used in Chocolatey install/uninstall scripts by declaring this package a dependency in your package's nuspec. This package provides helper functions that can be used to enhance what is already available out of the box with Chocolatey CLI. This includes both features that are being tested for Chocolatey CLI itself, and other helpers to make the maintenance of Chocolatey packages easier. Helpers that were available in this package, and were later added to Chocolatey CLI, will be moved to the package [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension). Backwards compatibility is not considered for helpers available in this package, see the Notes below. ## Notes - There is [a known bug](https://github.com/chocolatey-community/chocolatey-extensions/issues/11) in the function `Get-AppInstallLocation` with parameter `$AppNamePattern` which is internally used both as wildcard and regex patterns. This usually doesn't create any problems, but may do so if application contains regex symbols in the name, such as [notepad++](https://github.com/chocolatey-community/chocolatey-coreteampackages/issues/1198). - This package itself is not concerned with keeping backwards compatibility with Chocolatey CLI. If compatibility is of concern, instead take a dependency on [chocolatey-compatibility.extension](https://community.chocolatey.org/packages/chocolatey-compatibility.extension).

Showing the top 20 packages that depend on chocolatey-core.extension.

Packages Downloads
7zip.install
7-Zip is a file archiver with a high compression ratio. ## Features - High compression ratio in [7z format](http://www.7-zip.org/7z.html) with **LZMA** and **LZMA2** compression - Supported formats: - Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM - Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z. - For ZIP and GZIP formats, **7-Zip** provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip - Strong AES-256 encryption in 7z and ZIP formats - Self-extracting capability for 7z format - Integration with Windows Shell - Powerful File Manager - Powerful command line version - Plugin for FAR Manager - Localizations for 87 languages ## Notes - The installer for 7-Zip is known to close the Explorer process. This means you may lose current work. If it doesn't automatically restart explorer, type `explorer` on the command shell to restart it. - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
2
notepadplusplus.install
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment. ## Features * Syntax Highlighting and Syntax Folding * User Defined Syntax Highlighting and Folding: [screenshot 1](https://notepad-plus-plus.org/assets/images/scsh/ulds_folder.gif), [screenshot 2](https://notepad-plus-plus.org/assets/images/scsh/ulds_keywords.gif), [screenshot 3](https://notepad-plus-plus.org/assets/images/scsh/ulds_comment.gif) and [screenshot 4](https://notepad-plus-plus.org/assets/images/scsh/ulds_op.gif) * PCRE (Perl Compatible Regular Expression) Search/Replace * GUI entirely customizable: [minimalist](https://notepad-plus-plus.org/assets/images/scsh/scsh_gui_minimalist.png), [tab with close button](https://notepad-plus-plus.org/assets/images/scsh/scsh_gui_tabCloseButton.png), [multi-line tab](https://notepad-plus-plus.org/assets/images/scsh/scsh_gui_multiLineTab.png), [vertical tab](https://notepad-plus-plus.org/assets/images/scsh/scsh_gui_verticalTab.png) and [vertical document list](https://notepad-plus-plus.org/assets/images/scsh/scsh_gui_verticalDocList.png) * [Document Map](https://notepad-plus-plus.org/assets/images/docMap.png) * Auto-completion: Word completion, Function completion and Function parameters hint * Multi-Document (Tab interface) * Multi-View * WYSIWYG (Printing) * Zoom in and zoom out * Multi-Language environment supported * Bookmark * Macro recording and playback * Launch with different [arguments](https://notepad-plus-plus.org/assets/images/scsh/scsh_cmdlineArguments.png) ## Notes * To force the installation of x32 version, use the `--x86` argument with `choco install`. * Starting in v8.3.3.20220321 and above the Notepad++ process will be closed during install, upgrade and uninstalls. This may in rare cases result in data loss if there are unsaved text files open. Make sure all files are saved before installing, upgrading or uninstalling this package. * **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
1

1.4.0

  • Bugfix: Expand all aliases used in helper scripts (#8)
  • Add dependency of compatibility packages to prevent breaking changes (#7)
  • Remove Get-PackageParameters and Get-UninstallRegistryKey that are moved to chocolatey-compatibility.extension package instead (#6)

1.3.5

  • Bugfix Remove-Process: Fixed Powershell v2 compatibility issue

1.3.4

  • Added Remove-Process function to ensure that process is stopped in reliable way

1.3.3

  • Bugfix Get-AppInstallLocation: fix path is directory

1.3.2

  • Bugfix Get-AppInstallLocation: now checks if path is directory

1.3.1

  • Bugfix in Get-AppInstallLocation: Removed extra $location parameter from Split-Path when parsing the registry UninstallString.

1.3.0

  • Get-EffectiveProxy: Get the current proxy using several methods

1.2.0

  • Use $IgnoredArguments in all functions to allow for future expansion and splatting (#621)
  • Bugfix in Get-PackageParameters parsing of paths containing symbol chars.

1.1.0

  • Get-AvailableDriveLetter: Get the next unused drive letter

1.0.7

  • Bugfix in Get-PackageParameters: flags can now have numbers in their names, whereas before, everything past the number would be truncated and the flag would turn into a boolean.

1.0.6

  • Bugfix in Get-AppInstallLocation: Powershell 2 can not replace on null value.

1.0.5

  • Bugfix in Get-UninstallRegistryKey: Powershell 2 compatibility.
  • Slightly improved documentation of Get-UninstallRegistryKey.

1.0.4

  • Bugfix in Get-PackageParameters: Powershell 2 bug workaround (#465).

1.0.3

  • Bugfix in Get-PackageParameters: error when parsing of path.

1.0.2

  • Bugfix in Get-PackageParameters: PowerShell 2 compatibility.

1.0.1

  • Bugfix in Get-PackageParameters: unaliased sls to work on PowerShell 2.

1.0

  • Merged mm-choco.extension.
  • Merged chocolatey-uninstall.extension.
  • Added Get-PackageCacheLocation
  • Added CHANGELOG.md and README.md.
  • Refactoring and more documentation.

0.1.3

  • Get-WebContent: Download file with choco internals.

Version Downloads Last updated
1.4.0 0 03/15/2026