Chocolatey Core Extensions 1.3.2
This package 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.
Showing the top 20 packages that depend on chocolatey-core.extension.
| Packages | Downloads |
|---|---|
|
activepresenter
All the necessary tools for recording screen and creating engaging screencast videos in a free application.
## Features
- Advanced screen recording: Full Motion Recording, Smart Capture
- Video editing: Cut, Crop, Join, Change Volume, Speed Up, Slow Down, Blur
- Multiple Audio/Video Layers
- Rich annotations: Shapes, Image, Zoom-n-Pan, Closed Caption, Cursor Path, Audio/Video Overlays
- Export to: MP4, FLV, AVI, WMV, WebM, MKV
- No watermark and no time limit
- No nags, no ads!
## Notes
- There is only one setup package which will serve as both Free and Paid editions.
With Free edition, you can create video tutorials, export to other formats will have a watermark.
Activating with a license key will remove the watermark on appropriate outputs.
- Supported Operating Systems: Windows 7/8/10, Windows XP, Vista: All Editions (both 32-bit (x86) and 64-bit (x64) are supported).
|
2 |
|
dotnet-10.0-runtime
.NET is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
This package is required to run console applications with the .NET Runtime (Microsoft.NETCore.App).
.NET 9.0 supports Windows 10 1607 / Server 2012 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnet-10.0-runtime
|
2 |
|
dotnet-8.0-sdk-3xx
.NET is a blazing fast, lightweight and modular platform for creating web applications and services that run on Windows, Linux and Mac.
The SDK includes the runtime and command line tools for creating .NET applications.
|
2 |
|
powershell-core
[](https://gitlab.com/guided-explorations/microsoft/chocolatey/powershell-core/-/pipelines)
[Update status](https://gitlab.com/guided-explorations/microsoft/chocolatey/powershell-core/-/jobs)
[](#)[chocolatey/DarwinJS](https://chocolatey.org/profiles/DarwinJS)
PowerShell Core is the open source multiplatform version of PowerShell
After v7.4.5 - if a non-chocolatey installed powershell is detected, you must use -force to overwrite it. -force also now works properly to reinstall the same version even when the previous install was chocolatey.
Preview releases are under the package id powershell-preview so that they can be safely installed and maintained side-by-side with the release versions on production systems. Preview versions do not become the default powershell core edition on a system (unless they are the ONLY edition), if you have a preview version installed, access it via pwsh's '-pre' switch.
This package automatically does verbose MSI logging to %temp%\(packagenameandversion).MsiInstall.log
Some helpful install options (any of them can be combined - delimited by space):
* Any MSI Properties the package responds to can be specified in the same way, even if not documented here.
--install-arguments='"DISABLE\_TELEMETRY=1"' -
Valid for PowerShell 7.4 and later - disables built in telemetry.
Read more about PowerShell telemetry here: https://devblogs.microsoft.com/powershell/new-telemetry-in-powershell-7-preview-3/
--install-arguments='"ADD\_FILE\_CONTEXT\_MENU\_RUNPOWERSHELL=1"'
Installs a right click context menu to run .ps1 scripts in PowerShell Core.
--install-arguments='"ADD\_EXPLORER\_CONTEXT\_MENU\_OPENPOWERSHELL=1"'
Installs a right click context menu to start a PowerShell Core prompt for a specific folder.
--install-arguments='"REGISTER\_MANIFEST=1"'
Causes PowerShell Core to deliver logs to Windows Event logs.
--install-arguments='"ENABLE\_PSREMOTING=1"'
Enable PS remoting during installation.
--install-arguments='"USE\_MU=1 ENABLE\_MU=1"'
Enable powershell to be updated via windows updates - this chocolatey package defaults to disabling these. Available with PWSH MSI Package for 7.2 and later.
--install-arguments='"ADD\_EXPLORER\_CONTEXT\_MENU\_OPENPOWERSHELL=1 ADD\_FILE\_CONTEXT\_MENU\_RUNPOWERSHELL=1 USE\_MU=1 ENABLE\_MU=1 REGISTER\_MANIFEST=1 ENABLE\_PSREMOTING=1 DISABLE\_TELEMETRY=1"'
Do it all.
--packageparameters '"/CleanUpPath"'
Removes all powershell core paths before starting install. Cleans up old paths from old powershell core MSIs.
|
2 |
|
dotnet-10.0-aspnetruntime
.NET is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
The ASP.NET Core Runtime (Microsoft.AspNetCore.App) enables you to run existing web/server applications.
.NET 10.0 supports Windows 10 1607 / Server 2012 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnet-10.0-aspnetruntime
|
1 |
|
dotnet-10.0-sdk-1xx
.NET is a blazing fast, lightweight and modular platform for creating web applications and services that run on Windows, Linux and Mac.
The SDK includes the runtime and command line tools for creating .NET applications.
|
1 |
|
dotnet-5.0-aspnetruntime
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
The ASP.NET Core Runtime (Microsoft.AspNetCore.App) enables you to run existing web/server applications.
.NET Core supports Windows 7 SP1 / Server 2008 R2 or later. On Windows 7 / Server 2008 R2, [security update KB2533623](https://support.microsoft.com/en-us/kb/2533623) must be installed, according to [documented system requirements](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnetcore-runtime.install
|
1 |
|
dotnet-6.0-aspnetruntime
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
The ASP.NET Core Runtime (Microsoft.AspNetCore.App) enables you to run existing web/server applications.
.NET 6.0 supports Windows 7 SP1 / Server 2008 R2 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md). On Windows 7 / Server 2008 R2, [security update KB2533623](https://support.microsoft.com/en-us/kb/2533623) must be installed.
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnetcore-runtime.install
|
1 |
|
dotnet-8.0-aspnetruntime
.NET is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
The ASP.NET Core Runtime (Microsoft.AspNetCore.App) enables you to run existing web/server applications.
.NET 8.0 supports Windows 10 1607 / Server 2012 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnet-8.0-aspnetruntime
|
1 |
|
dotnet-8.0-sdk-4xx
.NET is a blazing fast, lightweight and modular platform for creating web applications and services that run on Windows, Linux and Mac.
The SDK includes the runtime and command line tools for creating .NET applications.
|
1 |
|
php
PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.
This product includes PHP software, freely available from [http://www.php.net/software/](http://www.php.net/software/)
## Package Parameters
- `/DontAddToPath` - Do not add install directory to path
- `/InstallDir` - Override the installation directory (needs to be specified both during install and update, until it is remembered by choco)
- `/ThreadSafe` - Install the thread safe version of php that is compatible with Apache.
These parameters can be passed to the installer with the use of --package-parameters.
For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
## Notes
- Some executables in this package (such as deplister.exe) may trigger **false positives** on VirusTotal scans. This is a known issue and does not indicate a security concern. For reference, see issue on the [PHP GitHub repository](https://github.com/php/php-src/issues/14875).
- **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 |
|
vcredist140
Microsoft Visual C++ Redistributable for Visual Studio 2015-2026 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2026 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2026 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.
The Visual C++ Redistributable for Visual Studio 2015-2026 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
## Notes
- [Supported Operating Systems](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements#microsoft-visual-c-2015-2019-redistributable-system-requirements): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2
- On some systems, if KB2999226 is installed as a dependency of this package, the computer may need to be restarted before the installation of this package will succeed.
- **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 |
|
dotnet-5.0-runtime
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
This package is required to run console applications with the .NET Runtime (Microsoft.NETCore.App).
.NET Core supports Windows 7 SP1 / Server 2008 R2 or later. On Windows 7 / Server 2008 R2, [security update KB2533623](https://support.microsoft.com/en-us/kb/2533623) must be installed, according to [documented system requirements](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnetcore-runtime.install
|
0 |
|
dotnet-6.0-runtime
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
This package is required to run console applications with the .NET Runtime (Microsoft.NETCore.App).
.NET 6.0 supports Windows 7 SP1 / Server 2008 R2 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md). On Windows 7 / Server 2008 R2, [security update KB2533623](https://support.microsoft.com/en-us/kb/2533623) must be installed.
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnetcore-runtime.install
|
0 |
|
dotnet-7.0-aspnetruntime
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
The ASP.NET Core Runtime (Microsoft.AspNetCore.App) enables you to run existing web/server applications.
.NET 7.0 supports Windows 10 1607 / Server 2012 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnetcore-runtime.install
|
0 |
|
dotnet-7.0-runtime
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
This package is required to run console applications with the .NET Runtime (Microsoft.NETCore.App).
.NET 7.0 supports Windows 10 1607 / Server 2012 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnetcore-runtime.install
|
0 |
|
dotnet-8.0-runtime
.NET is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
This package is required to run console applications with the .NET Runtime (Microsoft.NETCore.App).
.NET 8.0 supports Windows 10 1607 / Server 2012 or later, according to [documented system requirements](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md).
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `Skip32Bit` - do not install the 32-bit runtime on a 64-bit system
Example: cinst -y --params="Passive Skip32Bit" dotnet-8.0-runtime
|
0 |
|
dotnet-aspnetcoremodule-v2
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
This package installs the ASP.NET Core Module for IIS, enabling running of ASP.NET Core applications. IIS must be enabled prior to installing this package. ASP.NET Core does not use any managed IIS modules, so no ASP.NET IIS features need to be enabled.
The native installer is instructed to skip installing the .NET Core Runtime (`OPT_NO_RUNTIME=1`) and the ASP.NET Core Runtime and Shared Framework (`OPT_NO_SHAREDFX=1`). The packages [dotnetcore-runtime](https://chocolatey.org/packages/dotnetcore-runtime) and [dotnetcore-aspnetruntime](https://chocolatey.org/packages/dotnetcore-aspnetruntime) should be used to install these runtimes when hosting ["portable"](https://docs.microsoft.com/en-us/dotnet/articles/core/deploying/index) ASP.NET Core applications (which use the machine-wide runtime). Hosting of ["self-contained"](https://docs.microsoft.com/en-us/dotnet/articles/core/deploying/index) ASP.NET Core applications does not require the runtime to be installed, because those applications include the desired runtime as part of their binaries.
The package supports the following parameters (--package-parameters, --params):
- `Passive` - display native installer progress window (may not work on Server Core)
- `IgnoreMissingIIS` - allow package installation even if IIS is not present (probably useless, as the native installer will not install anything)
Example: cinst -y --params="Quiet IgnoreMissingIIS" dotnet-aspnetcoremodule-v2
|
0 |
|
poweriso
PowerISO is a powerful CD / DVD / BD image file processing tool, which allows you to open, extract, burn, create, edit, compress, encrypt, split and convert ISO files, and mount ISO files with internal virtual drive. It can process almost all CD / DVD / BD image files including ISO and BIN files. PowerISO provides an all-in-one solution. You can do every thing with your ISO files and disc image files.
## Features
- Support almost all CD / DVD / BD-ROM image file formats (ISO, BIN, NRG, CDI, DAA and so on).
- What is DAA file? DAA file (Direct-Access-Archive) is an advanced format for image file, which supports some advanced features, such as compression, password protection, and splitting to multiple volumes.
- Open and extract ISO file. You can extract ISO file with a single click.
- Burn ISO file to CD, DVD, or Blu-Ray disc. PowerISO is a professional burning software. With this tool, you can create Audio CD, Data CD, Data DVD, Video DVD or VCD. PowerISO also supports Blu-Ray burning
- Burn Audio CD from MP3, FLAC, APE, WMA, or BIN files.
- Rip Audio CD to MP3, FLAC, APE, WMA, or BIN files.
- Create ISO file or BIN file from hard disk files or CD / DVD / BD discs.
- Edit ISO image file directly.
- Mount ISO file with internal virtual drive. PowerISO can mount all popular disc image files to built-in virtual drive.
- Convert image files between ISO / BIN and other formats. PowerISO can not only convert BIN to ISO, but also convert almost all image file formats to standard ISO image file.
- Create bootable USB drive. PowerISO allows you to setup Windows through USB drive.
- Make bootable ISO file and create bootable CD, DVD disc.
- Support both 32-bit and 64-bit Windows.
- Can be used easily. PowerISO supports shell integration, context menu, drag and drop, clipboard copy paste...
## Notes
- Free unregistered versions will allow you to evaluate the software for free to determine if it suits your needs. The unregistered version will display a dialog prompts you to register, and you can not create or edit image files greater than 300MB with the unregistered version.
- This package always looks for the latest version, as such there may be times where the checksum will not match the downloaded installer.
- After installation your default web browser will be opened with a thank you note from power iso team.
|
0 |
This package has no dependencies.
Page of
| Version | Downloads | Notes | Last updated |
|---|---|---|---|
| 1.4.0 | 1 | Removed | 08/03/2026 |
| 1.3.5.1 | 0 | 21/11/2019 | |
| 1.3.5 | 0 | 14/11/2019 | |
| 1.3.4 | 0 | 30/10/2019 | |
| 1.3.3 | 0 | 11/10/2017 | |
| 1.3.2 | 0 | 10/10/2017 | |
| 1.3.1 | 0 | 22/05/2017 | |
| 1.3.0 | 0 | 21/04/2017 | |
| 1.2.0 | 0 | 20/03/2017 | |
| 1.1.0 | 0 | 23/02/2017 | |
| 1.0.7 | 0 | 13/02/2017 | |
| 1.0.6 | 0 | 01/02/2017 | |
| 1.0.5 | 0 | 24/01/2017 | |
| 1.0.4 | 0 | 12/12/2016 | |
| 1.0.3 | 0 | 09/12/2016 | |
| 1.0.2 | 0 | 07/12/2016 | |
| 1.0.1 | 0 | 02/12/2016 | |
| 1.0.0 | 0 | 13/11/2016 | |
| 0.1.3 | 0 | 24/10/2016 | |
| 0.1.2 | 0 | 23/10/2016 | |
| 0.1.1 | 0 | 23/10/2016 | |
| 0.1.0 | 0 | 22/10/2016 |