VirtualBox

Changeset 93148 in vbox for trunk/src


Ignore:
Timestamp:
Jan 8, 2022 3:57:40 PM (3 years ago)
Author:
vboxsync
Message:

Main/UnattendedOsInstall: Installing guest additions and TXS...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/UnattendedTemplates/os2_cid_install.cmd

    r93131 r93148  
    388388:step3_8
    389389@echo .
    390 @echo Step 3.8 - Install guest additions.
    391 @echo .
    392 @@VBOX_COND_IS_INSTALLING_ADDITIONS@@
    393 mkdir C:\VBoxAdd
    394 copy %CDROM%\VBoxAdditions\OS2\*.*  C:\VBoxAdd && goto ga_copy_ok
    395 pause
    396 :ga_copy_ok
    397 @echo TODO: Write script editing Config.sys for GAs
    398 @@VBOX_COND_ELSE@@
    399 @echo Not requested. Skipping.
    400 @@VBOX_COND_END@@
    401 
    402 :step3_9
    403 @echo .
    404 @echo Step 3.9 - Install the test execution service (TXS).
     390@echo Step 3.8 - Install the test execution service (TXS).
    405391@echo .
    406392@@VBOX_COND_IS_INSTALLING_TEST_EXEC_SERVICE@@
    407 mkdir C:\ValKit
     393mkdir C:\VBoxValKit
    408394mkdir D:\TestArea
    409395copy %CDROM%\VBoxValidationKit\*.* C:\VBoxValKit && goto valkit_copy_1_ok
     
    417403@@VBOX_COND_END@@
    418404
    419 
    420 :step3_10
     405:step3_9
    421406@echo .
    422407@echo Step 3.9 - Install final startup.cmd and copy over OS2LDR again.
     
    436421:final_os2ldr_ok
    437422attrib +r +h +s C:\OS2LDR
     423
     424:step3_10
     425@REM Putting this after placing the final Startup.cmd so we can test the
     426@REM installer's ability to parse and modify it.
     427@echo .
     428@echo Step 3.10 - Install guest additions.
     429@echo .
     430@@VBOX_COND_IS_INSTALLING_ADDITIONS@@
     431%CDROM%\VBoxAdditions\OS2\VBoxOs2AdditionsInstall.exe --do-install && goto addition_install_ok
     432pause
     433:addition_install_ok
     434@@VBOX_COND_ELSE@@
     435@echo Not requested. Skipping.
     436@@VBOX_COND_END@@
    438437
    439438:step3_11
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette