About 160,000 results
Open links in new tab
  1. How to extract, modify and rebuild a Cabinet File?

    3 I can successfully extract Cabinet files (.cab) using the Windows tool Expand.exe. Expand.exe foo.cab -F:* I now want to modify some extracted files and rebuild a Cabinet file from the …

  2. Windows Update - Extract an Update | Tutorials - Windows 7 Help …

    Oct 16, 2011 · This tool should successfully extract most types of Windows Update related packages, including packages with the following file extension: .msu, .cab, .exe. Most types of …

  3. Install Windows Update file (*.msu) without having Windows …

    Feb 17, 2016 · I want to install a specific Windows Update file (.msu) on a device which is running on Windows 7 embedded. The msu file is available and the automated installation is running …

  4. Programmatically extract contents of InstallShield setup.exe

    Dec 30, 2011 · I am trying to extract the file-contents of an InstallShield setup.exe-file. (My plan is to use it in a back-office tool, so this must be done programmatically without any user …

  5. How to extract a windows cabinet file in python - Stack Overflow

    Jun 11, 2010 · Not strictly answering what you asked, but if you are running on a windows platform you could spawn a process to do it for you. Taken from Wikipedia: Microsoft Windows …

  6. Powershell script to extract Cab file contents and move files to …

    Nov 25, 2016 · Powershell script to extract Cab file contents and move files to new locations Asked 11 years, 6 months ago Modified 9 years, 1 month ago Viewed 16k times

  7. Extract .cab file in C# - Stack Overflow

    I am developing a c# application and I a need to extract a cab file. I couldn't find a library that does that in C# ) I cannot use Microsoft.Deployment.Compression.Cab.dll because of a …

  8. install cab file (Edge WebView2) via Powershell/cmd

    Apr 26, 2022 · I want to install Edge WebView2 Runtime FixedVersion with a cab file: Microsoft.WebView2.FixedVersionRuntime.100.0.1185.50.x64.cab How can I install …

  9. c# - Extracting .cab files - Stack Overflow

    This is an old question but I faced the same problem To extract multiple files just use a wild card and the expand command e.g. expand "C:\InputFolder*.CAB" -I -F:* C:\OutputFolder the -I is …

  10. PowerShell - Find duplicate file inside ZIPs and CABs

    May 9, 2022 · I am trying to write a script that will find duplicate file inside a compressed files. The compressed files can be ZIP or CAB (Need help to extract CAB file also because currently its …