VirtualBox

Changeset 72019 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Apr 25, 2018 2:19:58 PM (7 years ago)
Author:
vboxsync
Message:

Installer/win: Updated UnpackBlessedDrivers.cmd. bugref:8691

File:
1 edited

Legend:

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

    r71991 r72019  
    2020setlocal ENABLEEXTENSIONS
    2121setlocal
     22
     23rem
     24rem Check for environment variables we need.
     25rem
     26if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_BIN_PATH is not set & goto end_failed)
    2227
    2328rem
     
    101106rem
    102107rem Unpack the stuff.
    103 rem ASSUME .cab capable expand on system.  The -i option means skipping
    104 rem subdirectories and just put all the files in the specified bin dir.
    105108rem
    106 
    107 rem We're getting ZIP files back now.
    108 rem expand "%_MY_OPT_INPUT%" "%_MY_OPT_BINDIR%" -i -f:* || goto end_failed
    109 echo fixme
    110 goto end_failed
    111 
     109%KBUILD_DEVTOOLS%\win.x86\bin\unzip.exe -o -j "%_MY_OPT_INPUT%" -d "%_MY_OPT_BINDIR%" || goto end_failed
    112110
    113111rem
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