Skip to content
/ cabwiz Public
forked from Turbo87/cabwiz

Native Linux replacement for Microsoft's cabwiz.exe

License

Notifications You must be signed in to change notification settings

nakomis/cabwiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cabwiz

by Tobias Bieniek

cabwiz is a drop-in replacement for the proprietary cabwiz.exe application of Microsoft. It reads basic INF files like cabwiz.exe does and transforms the data into metadata for the Pocket PC installer.

Dependencies

The cabwiz script relies on

cabwiz was developed and tested with python 2.7.

Usage

  cabwiz <inf-file> [/dest <dest-dir>] [/err <err-file>] [/cpu <cpu-type>] [/platform <platform-name>] [/v]
   
  inf-file       INF source file to use
  dest-dir       absolute dest dir for CAB files
  err-file       error file
  cpu-type       cpu types to support in the INF file
  platform-name  the name of the platform to support in the INF file
  v              verbose output

err-file, cpu-type and platform-name aren't supported yet. cpu-type however is appended to the output filename.

License

See LICENCE file.

About

Native Linux replacement for Microsoft's cabwiz.exe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 91.4%
  • Perl 8.6%