DUP (Dell Update Packages) - dell/EUCTechHub GitHub Wiki
Introduction
A Dell Update Package (DUP) is a self-contained executable file in a standard package format that updates a single software element on the system. A DUP is used on BIOS-, Firmware and Driver-Updates. Most of the Dell Applications (Dell Command etc.) are also provided as DUP.
DUP return codes
| Return code Name | Return code |
|---|---|
| Success | 0 |
| Error | 1 |
| REBOOT_REQUIRED | 2 |
| DEP_SOFT_ERROR | 3 |
| DEP_HARD_ERROR | 4 |
| PLATFORM_UNSUPPORTED | 5 |
| ERROR_INSTALL_PLATFORM_UNSUPPORTED | 5 |
| REBOOTING_SYSTEM | 6 |
| PASSWORD_REQUIRED | 7 |
| NO_DOWNGRADE | 8 |
| REBOOT_UPDATE_PENDING | 9 |
| INVALID_CMDLINE_SPEC | 10 |
| UNKNOWN_OPTION | 11 |
| AUTHORIZATION_LEVEL | 12 |
Command Line Options
Latest Command Line Options can be found by executing the DUP file with /?
DUP_FILE_NAME.EXE /?

Author(s):
Mesut Kaptanoğlu