1UNSHIELD(1) http://www.synce.org UNSHIELD(1)
2
3
4
6 unshield - extract CAB files from an InstallShield installer archive
7
9 unshield [-c COMPONENT] [-d DIRECTORY] [-D LEVEL] [-g GROUP] [-h] [-j]
10 [-L] [-n] [-o] [-O] [-r] [-v] [-V] c|g|l|t|x CABFILE
11
13 Unshield extracts CAB files from InstallShield installers, used to
14 install software on Microsoft Windows based machines.
15
17 -c COMPONENT
18 Only list/extract this component
19
20 -d DIRECTORY
21 Extract files to DIRECTORY
22
23 -D LEVEL
24 Set debug log level 0 - No logging (default) 1 - Errors only 2 -
25 Errors and warnings 3 - Errors, warnings and debug messages
26
27 -g GROUP
28 Only list/extract this file group
29
30 -h Show help message
31
32 -j Junk paths (do not make directories)
33
34 -L Make file and directory names lowercase
35
36 -n Never overwrite files
37
38 -o Always overwrite files
39
40 -O Use old compression
41
42 -r Save raw data (do not decompress)
43
44 -v Be verbose
45
46 -V Print version information
47
48 Commands:
49 c List components
50
51 g List file groups
52
53 l List files
54
55 t Test files
56
57 x Extract files
58
59 Other:
60 CABFILE
61 The InstallShield installer file to act upon
62
64 This manual page was adapted by Mark Ellis <mark@mpellis.org.uk>, from
65 the skeleton generated by help2man
66
67
68
69The SynCE project July 2004 UNSHIELD(1)