VirtualBox

Ignore:
Timestamp:
Mar 10, 2022 7:22:05 PM (3 years ago)
Author:
vboxsync
Message:

Repack scripts: Tell the script unpacking the drivers to check GA files if appropriate, instead of telling it to skip the sanity checking. The re-signing for older Windows version should work, except that the merging of the MS signature might be removed next.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd

    r93239 r94159  
    2626if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & goto end_failed)
    2727set _MY_DRIVER_BASE_NAMES=VBoxSup VBoxNetAdp6 VBoxNetLwf VBoxUSB VBoxUSBMon
    28 set _MY_DRIVER_BASE_NAMES=VBoxSup VBoxNetAdp6 VBoxNetLwf VBoxUSB VBoxUSBMon
     28set _MY_GUEST_ADDITIONS_DRIVER_BASE_NAMES=VBoxVideo VBoxWddm VBoxGuest VBoxMouse
    2929set _MY_UNZIP=%KBUILD_DEVTOOLS%\win.x86\bin\unzip.exe
    3030if not exist "%_MY_UNZIP%" (echo "%_MY_UNZIP%" does not exist & goto end_failed)
     
    5757if ".%1" == ".-v"           goto opt_v
    5858if ".%1" == ".--no-sign-verify" goto opt_v
     59if ".%1" == ".--guest-additions" goto opt_ga
    5960
    6061echo syntax error: Unknown option: %1
     
    9495:opt_v
    9596set _MY_OPT_SIGN_VERIFY=0
     97shift
     98goto argument_loop
     99
     100:opt_ga
     101set _MY_DRIVER_BASE_NAMES=%_MY_GUEST_ADDITIONS_DRIVER_BASE_NAMES%
    96102shift
    97103goto argument_loop
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