|
.NET Desktop Development workload for Visual Studio 2022 v.1.0.2 |
- By:
Microsoft
- Description: ### Overview
This package adds the .NET Desktop Development workload to an existing installation of Visual Studio 2022 (Enterprise, Professional or Community).
The lists of components included in this workload in respective Visual Studio 2022 products are shown here:
- [Enterprise](https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-enterprise?view=vs-2022#net-desktop-development)
- [Professional](https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-professional?view=vs-2022#net-desktop-development)
- [Community](https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-community?view=vs-2022#net-desktop-development)
Visual Studio 2022 must be installed first, for example using Chocolatey packages: [visualstudio2022enterprise](https://chocolatey.org/packages/visualstudio2022enterprise), [visualstudio2022professional](https://chocolatey.org/packages/visualstudio2022professional), [visualstudio2022community](https://chocolatey.org/packages/visualstudio2022community).
There may be potentially some dependencies that could be installed before this package. These dependencies will vary based on the targeted Visual Studio 2022 package. For example:
netfx-*-devpack packages (generally one from netfx-4.7.2-devpack to netfx-4.8.1-devpack).
dotnet-x.y-runtime, dotnet-x.y-aspnetruntime, dotnet-x.y-desktopruntime, dotnet-x.y-sdk where x.y may be 6.0, 8.0, 9.0, etc.
Please look at the relevant Visual Studio 2022 documentation for your specific scenario (latest version, specific version, LTS version, ..), or figure it out modelling the deployment of this workload on Visual Studio Installer.
### Customizations
The package passes all package parameters to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022). The package passes `--norestart --includeRecommended` by default, and `--quiet`, unless `--passive` is specified in the package parameters.
By default, the package installs components required by and recommended for the workload. Package parameters can be used to adjust this behavior:
- `--no-includeRecommended` - Does not include the recommended components.
- `--includeOptional` - Includes the optional components.
By default, the package will detect installed Visual Studio products and add the workload to all products that support it and do not have it installed already.
In order to act on one specific product when several are installed, the product needs to be indicated to the package via parameters, either:
- `--installPath` - the path where the product is installed, for example "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise"
or (both are needed):
- `--productId` - the identifier of the product, for example "Microsoft.VisualStudio.Product.Enterprise"
- `--channelId` - the release channel, should be "VisualStudio.17.Release"
Example 1. Installing the workload on all products, including recommended, but not optional components:
choco install visualstudio2022-workload-manageddesktop
Example 2. Installing the workload on one specific product, including all recommended and optional components:
choco install visualstudio2022-workload-manageddesktop --package-parameters "--productId Microsoft.VisualStudio.Product.Enterprise --channelId VisualStudio.17.Release --includeOptional"
Example 3. Installing the workload on all products, including only required components:
choco install visualstudio2022-workload-manageddesktop --package-parameters "--no-includeRecommended"
[More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md)
- Total downloads: 510
- Tags: microsoft visual studio visualstudio vs vs17 2022 ide workload .net managed desktop wpf windows-forms admin
|
|
7-Zip v.23.1.0 |
- By:
Igor Pavlov
- Description: 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.**
- Total downloads: 2049
- Tags: 7zip zip archiver admin foss
|
|
7-Zip (Install) v.24.9.0 |
- By:
Igor Pavlov
- Description: 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.**
- Total downloads: 2499
- Tags: 7zip zip archiver admin cross-platform cli foss
|
|
[Deprecated] OpenJDK 17 v.17.0.2.20220913 |
- By:
Oracle
- Description: Deprecated as the project is no longer maintained: https://adoptopenjdk.net/upstream.html. This package now installs Adoptium Temurin. OpenJDK is an open source Java Development Kit provided by Oracle
- Total downloads: 4
- Tags: openjdk java jvm
|
|
[Deprecated] OpenJDK 8 JRE v.8.342.07.20220913 |
- By:
Oracle
- Description: Deprecated as the project is no longer maintained: https://adoptopenjdk.net/upstream.html. This package now installs Adoptium Temurin. OpenJDK is an open source Java Development Kit provided by Oracle
- Total downloads: 9
- Tags: openjdk java jvm
|
|
Add-WifiProfile (Install) v.0.1.0 |
- By:
Kozep-Pesti Informatika
- Description: ## Add a Wifi network profile to the computer
**Package parameters:**
-url: (Required) Url for a password protected OwnCloud public share
-checksum: (Required) SHA256 checksum for the profile file
-password: (Required) Password for the URL
- Total downloads: 11838
- Tags: add-wifi wifi profile network
|
|
Adobe Acrobat Reader DC v.2025.1.20756 |
- By:
Adobe
- Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. And now, it’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices.
This package installs/upgrades the Multi-lingual ("MUI") release. In some cases, this package will by default be able to install over the top of a language-specific installation. Otherwise, this package will exit and require either a manual uninstall of the language specific installation or having the parameter '/OverwriteInstallation' set to do this automatically.
## Package installation defaults
By default, this package:
- Will _NOT_ install a desktop icon.
- Will _NOT_ install the Adobe Reader and Acrobat Manager ("ARM") service. It the service already exists, it will _NOT_ remove it (it will disable it unless enabled by parameters).
- Will _NOT_ uninstall language-specific installations.
- Will configure Reader to only **check for updates manually** with confirmation for install.
## Package Parameters
- `/DesktopIcon` - The Desktop icon will be installed to the common desktop. (Install only.)
- `/NoUpdates` - No updates via internal mechanisms (including manual checks). Only downloading from Adobe and running installers or updates (or updating this package) will advance the version of Reader. Once set, only uninstalling this package will remove this update block.
- `/OverwriteInstallation` - Uninstall a language-specific installation before installing the Multi-lingual ("MUI") release. _Be aware that this will remove all data and features of an existing installation!_
- `/EnableUpdateService` - Install the AdobeARM service. (Does not override `/NoUpdates`.)
- `/UpdateMode:#` - Sets the update mode (below). (Does not override `/NoUpdates`.)
- `/IgnoreInstalled="SOFTWARE NAME"` - This parameter allows you to ignore software whose name matches a comma delimited list of wildcard strings. This is useful if you have other versions of Adobe Acrobat installed (such as [Adobe Acrobat X Pro](https://github.com/pauby/ChocoPackages/issues/197)). For example: `choco install adobereader --params="'/IgnoreInstalled="Adobe X*,Adobe Acrobat Y*"'"` will ignore any installation whose name matches `Adobe X*` or `Adobe Acrobat Y*`. **WARNING**: Only use this parameter if you know what you are doing. If you have an existing installation of Adobe Acrobat Reader and you exclude it from the list using this parameter, then the package will perform an installation believing the software is not installed which _will cause issues_. **You have been warned**.
### Update Modes
- `0` - Manually check for and install updates. (Default and reset on every update).
- `1` - Same as `0`.
- `2` - Download updates for me, but let me choose when to install them. (Appears to be no different than `0`).
- `3` - Install updates automatically (via task scheduler or ARM service if enabled).
- `4` - Notify me, but let me choose when to download and install updates.
These parameters can be passed to the installer with the use of `--params`.
For example :
`choco install adobereader --params '"/DesktopIcon /UpdateMode:4"'`
## Notes
- This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s), to let the know the package is no longer updating, using:
- The 'Contact Maintainers' link on the package page, or
- The 'Package Source' link on the package page and raising an issue.
- Total downloads: 898
- Tags: adobereader adobe acrobat reader DC pdf MUI multilanguage
|
|
algodoo v.2.2.4.1 |
- By:
Algoryx Simulation AB
- Description: Algodoo is a unique 2D-simulation software from Algoryx Simulation AB. Algodoo is designed in a playful, cartoony manner, making it a perfect tool for creating interactive scenes.
Explore physics, build amazing inventions, design cool games or experiment with Algodoo in your science classes. Algodoo encourages students and children’s own creativity, ability and motivation to
construct knowledge while having fun. Making it as entertaining as it is educational. Algodoo is also a perfect aid for children to learn and practice physics at home.
- Total downloads: 45
- Tags: algodoo physics simulation simulator
|
|
AnyDesk MSI (Install) v.7.1.8 |
- By:
AnyDesk Software GmbH
- Description: Connect to a computer remotely, be it from the other end of the office or halfway around the world.
AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go individuals alike.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
- Total downloads: 3932
- Tags: anydesk desk viewer remote control support online desktop teamviewer rdp
|
|
Audacity v.3.7.5 |
- By:
Audacity Developers
- Description: Audacity is free, open source, cross-platform software for recording and editing sounds.
## Features
- Record live audio.
- Convert tapes and records into digital recordings or CDs.
- Edit Ogg Vorbis, MP3, WAV or AIFF sound files.
- Cut, copy, splice or mix sounds together.
- Change the speed or pitch of a recording.
- Add new effects with LADSPA plug-ins.
- And more! See [full list of features](https://www.audacityteam.org/about/features).
## Notes
**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.**
- Total downloads: 258
- Tags: audacity admin audio dsp foss cross-platform
|