Changeset 72019 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 25, 2018 2:19:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd
r71991 r72019 20 20 setlocal ENABLEEXTENSIONS 21 21 setlocal 22 23 rem 24 rem Check for environment variables we need. 25 rem 26 if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_BIN_PATH is not set & goto end_failed) 22 27 23 28 rem … … 101 106 rem 102 107 rem Unpack the stuff. 103 rem ASSUME .cab capable expand on system. The -i option means skipping104 rem subdirectories and just put all the files in the specified bin dir.105 108 rem 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 112 110 113 111 rem
Note:
See TracChangeset
for help on using the changeset viewer.