Unsolved
1 Rookie
•
1 Message
0
103
August 17th, 2024 01:54
Is It Safe To Delete A Dell BIOS Update Package (DUP) After Application, But BEFORE System Restart?
We are working on scripts to apply BIOS updates for all of our endpoints. Once a Dell BIOS update package has been executed (we utilize the /s flag), can we safely DELETE the .exe file BEFORE the computer restarts to complete the update? Is the EXE simply a mechanism to deliver the update material to the appropriate partition or location by which the system will check and update upon reboot?
We would like the script to eliminate the executable file before restart so we can determine if the update has been already applied (by virtue of the fact that it is no longer in the list of available updates).
No Events found!
jamesmorgan8otguhjgbh
1 Rookie
•
1 Message
0
August 28th, 2024 19:39
Yes, you can safely delete the Dell BIOS update `.exe` file after execution but before restarting. The `.exe` just delivers the update files to the necessary location, and the update will proceed during reboot without needing the `.exe` anymore. This approach helps confirm the update by the absence of the executable.