Cab Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Cab type exposes the following members.
Properties
Name | Description | |
---|---|---|
CabExePath |
Sets the path to CabArc.Exe
|
|
CabFile |
Sets the CAB file. Required.
|
|
ExtractExePath |
Sets the path to extrac32.exe
|
|
ExtractFile |
Sets the files to extract. Default is /E, which is all.
|
|
ExtractTo |
Sets the path to extract to
|
|
FilesToCab |
Sets the files to cab
|
|
NewFile |
Sets the new file to add to the Cab File
|
|
NewFileDestination |
Sets the path to add the file to
|
|
PathToCab |
Sets the path to cab
|
|
PreservePaths |
Sets a value indicating whether [preserve paths]
|
|
Recursive |
Sets whether to add files and folders recursively if PathToCab is specified.
|
|
StripPrefixes |
Sets the prefixes to strip. Delimit with ';'
|
See Also