Downloads:
10,843
Downloads of v 1.13.1:
612
Last Update:
07 May 2019
Package Maintainer(s):
Software Author(s):
- Eric Biggers
Tags:
admin wimlib wim imagexwimlib
This is not the latest version of wimlib available.
- 1
- 2
- 3
1.13.1 | Updated: 07 May 2019
Downloads:
10,843
Downloads of v 1.13.1:
612
Maintainer(s):
Software Author(s):
- Eric Biggers
wimlib 1.13.1
This is not the latest version of wimlib available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Eric Biggers. The inclusion of Eric Biggers trademark(s), if any, upon this webpage is solely to identify Eric Biggers goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install wimlib, run the following command from the command line or from PowerShell:
To upgrade wimlib, run the following command from the command line or from PowerShell:
To uninstall wimlib, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download wimlib --internalize --version=1.13.1 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade wimlib -y --source="'INTERNAL REPO URL'" --version="'1.13.1'" [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 wimlib -y --source="'INTERNAL REPO URL'" --version="'1.13.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install wimlib
win_chocolatey:
name: wimlib
version: '1.13.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'wimlib' do
action :install
source 'INTERNAL REPO URL'
version '1.13.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller wimlib
{
Name = "wimlib"
Version = "1.13.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wimlib':
ensure => '1.13.1',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 01 Feb 2020.
wimlib is an open source, cross-platform library for creating, extracting, and modifying Windows Imaging (WIM) archives. WIM is a file archiving format, somewhat comparable to ZIP (and many other file archiving formats); but unlike ZIP, it allows storing various Windows-specific metadata, allows storing multiple "images" in a single archive, automatically deduplicates all file contents, and supports optional solid compression to get a better compression ratio. wimlib and its command-line frontend wimlib-imagex provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, and DISM.
Among other things, wimlib:
- Provides fast and reliable file archiving on Windows and on UNIX-like systems such as Mac OS X and Linux.
- Allows users of non-Windows operating systems to read and write Windows Imaging (WIM) files.
- Supports correct archiving of files on Windows-style filesystems such as NTFS without making common mistakes such as not properly handling ACLs, file attributes, links, and named data streams.
- Allows deployment of Windows operating systems from non-Windows operating systems such as Linux.
- Provides independent, high quality open source compressors and decompressors for several compression formats used by Microsoft which are not as well known as more open formats, and are prone to be re-used in different applications and file formats (not just WIM).
wimlib is distributed either as a source tarball (for UNIX/Linux), or as ready-to-use binaries (for Windows XP and later). The software consists of a C library along with the wimlib-imagex command-line frontend and its associated documentation.
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
zipFileName = "wimlib-$($env:ChocolateyPackageVersion)-windows-x86_64-bin.zip"
}
(Get-ChildItem -Path (Join-Path -Path $toolsDir -ChildPath $env:ChocolateyPackageName) -Filter '*.cmd').ForEach( {
Uninstall-BinFile -Name $_.BaseName
} )
Uninstall-ChocolateyZipPackage @packageArgs
Log in or click on link to see number of positives.
- wimlib.1.13.1.nupkg (551b0e84c186) - ## / 60
- wimlib-1.13.1-windows-x86_64-bin.zip (c0d540990ef1) - ## / 62
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 |
---|---|---|---|---|
wimlib 1.14.4 | 6482 | Sunday, February 25, 2024 | Approved | |
wimlib 1.14.3 | 211 | Tuesday, September 5, 2023 | Approved | |
wimlib 1.14.2 | 121 | Monday, August 7, 2023 | Approved | |
wimlib 1.14.1 | 223 | Friday, April 28, 2023 | Approved | |
wimlib 1.14.0 | 85 | Sunday, April 23, 2023 | Approved | |
wimlib 1.13.6 | 286 | Sunday, September 11, 2022 | Approved | |
wimlib 1.13.5 | 320 | Monday, December 20, 2021 | Approved | |
wimlib 1.13.4 | 328 | Monday, April 19, 2021 | Approved | |
wimlib 1.13.3.20201107 | 275 | Saturday, November 7, 2020 | Approved | |
wimlib 1.13.3 | 368 | Tuesday, October 27, 2020 | Approved | |
wimlib 1.13.2 | 365 | Monday, June 15, 2020 | Approved | |
wimlib 1.13.1 | 612 | Tuesday, May 7, 2019 | Approved | |
wimlib 1.13.0 | 361 | Saturday, November 24, 2018 | Approved | |
wimlib 1.12.0.20180518 | 365 | Friday, May 18, 2018 | Approved | |
wimlib (Install) 1.12.0 | 441 | Saturday, January 13, 2018 | Approved |
2012-2018 Eric Biggers
This package has no dependencies.
Ground Rules:
- This discussion is only about wimlib and the wimlib 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 wimlib, 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.