https://github.com/turbo87/cabwiz
Native Linux replacement for Microsoft's cabwiz.exe
https://github.com/turbo87/cabwiz
Last synced: 11 months ago
JSON representation
Native Linux replacement for Microsoft's cabwiz.exe
- Host: GitHub
- URL: https://github.com/turbo87/cabwiz
- Owner: Turbo87
- License: other
- Created: 2011-06-26T07:56:18.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-26T08:24:08.000Z (almost 15 years ago)
- Last Synced: 2025-04-23T15:24:34.287Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* lcab (https://launchpad.net/ubuntu/+source/lcab/) and
* python (http://www.python.org/)
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.