Open ODD during system setup

This commit is contained in:
2Shirt 2019-11-15 16:50:02 -07:00
parent c63f17192e
commit 54d1e11eeb
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -389,6 +389,12 @@ def main():
# Ignoring exceptions since we just want to show the popup
pass
# Eject ODD
try:
run_nircmd('cdrom', 'open')
except Exception:
pass
# Verf step
if ask('Open programs (Activation, Device Manager, etc...)? '):
open_all_the_things()