-
1. Re: Error during deployment
Robert_U Aug 23, 2012 9:01 AM (in response to MILLION)1 of 1 people found this helpfulHi Million
Here is a list of Install exit codes. 14 is noting that a reboot is required.
Exit code (%ERRORLEVEL%)
Meaning
Value in log file
0
Success
0x0
1
Bad command line
0xA001
2
User is not an administrator
0xA002
3
The OS is not supported for this product
0xA003
5
No devices were found that matched package INF files
0xA005
7
User refused a driver downgrade
0xA007
9
User canceled the installation
0xA009
10
Another install is already active
0xA00A
11
Error while extracting files
0xA00B
12
Nothing to do
0xA00C
13
A system restart is needed before setup can continue
0xA00D
14
Setup has completed successfully but a system restart is required
0xA00E
15
Setup has completed successfully and a system restart has been initiated
0xA00F
16
Bad installation path
0xA010
17
Error while installing driver
0xA011
255
General install failure
Win32 error code
Note: Exit codes (or “ResultCodes” as they are recorded in the log file) will always be recorded as a decimal equivalent of their HEX value. For example Exit code 9 will be recorded in the log as
· Exit Code = 0xA009
· ResultCode = 40969
-
2. Re: Error during deployment
MILLION Aug 27, 2012 5:04 AM (in response to Robert_U)Thank's for your help. That's response of my interrogation