main
txt 35 lines 1.05 KB
Raw
1 ;
2 ; Cabinet Error Messages
3 ;
4
5 ; Generic error message.
6 1=Error code: {1}
7
8 ;
9 ; Cabinet creation messages - offset by 1000
10 ;
11 1000=Unknown error creating cabinet.
12 1001=Failure opening file to be stored in cabinet.
13 1002=Failure reading file to be stored in cabinet.
14 1003=Could not allocate enough memory to create cabinet.
15 1004=Could not create a temporary file.
16 1005=Unknown compression type.
17 1006=Could not create cabinet file.
18 1007=Client requested abort.
19 1008=Failure compressing data.
20
21 ;
22 ; Cabinet extraction messages - offset by 2000
23 ;
24 2000=Unknown error extracting cabinet.
25 2001=Cabinet not found.
26 2002=Cabinet file does not have the correct format.
27 2003=Cabinet file has an unknown version number.
28 2004=Cabinet file is corrupt.
29 2005=Could not allocate enough memory to extract cabinet.
30 2006=Unknown compression type in a cabinet folder.
31 2007=Failure decompressing data from a cabinet file.
32 2008=Failure writing to target file.
33 2009=Cabinets in a set do not have the same RESERVE sizes.
34 2010=Cabinet returned on NEXT_CABINET is incorrect.
35 2011=Client requested abort.