VirtualBox

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


Ignore:
Timestamp:
Apr 26, 2018 2:01:18 PM (7 years ago)
Author:
vboxsync
Message:

Installer/win: Added script for repacking an extension pack. bugref:8691

Location:
trunk/src/VBox/Installer/win
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r72020 r72040  
    10071007        Scripts/PackDriversForSubmission.cmd \
    10081008        Scripts/UnpackBlessedDrivers.cmd \
     1009        Scripts/RepackExtPack.cmd \
    10091010        $(RePackScripts_0_OUTDIR)/sign-dual.cmd \
    10101011        $(RePackScripts_0_OUTDIR)/sign-sha1.cmd \
  • trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd

    r72019 r72040  
    2424rem Check for environment variables we need.
    2525rem
    26 if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_BIN_PATH is not set & goto end_failed)
     26if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & goto end_failed)
    2727
    2828rem
     
    102102rem figure defaults here: if ".%_MY_OPT_INPUT%" == "." if exist "%_MY_OPT_BINDIR%\x86" set _MY_OPT_INPUT=VBoxDrivers-amd64.cab
    103103rem figure defaults here: if ".%_MY_OPT_INPUT%" == "."       set _MY_OPT_INPUT=VBoxDrivers-x86.cab
    104 if not exist "%_MY_OPT_INPUT%"      goto error_input_exists
     104if not exist "%_MY_OPT_INPUT%"      goto error_input_not_found
    105105
    106106rem
     
    112112rem Modify the catalog signatures.
    113113rem
    114 for %cat in (VBoxDrv.cat VBoxNetAdp6.cat VBoxNetLwf.cat VBoxUSB.cat VBoxUSBMon.cat) do (
     114for %%cat in (VBoxDrv.cat VBoxNetAdp6.cat VBoxNetLwf.cat VBoxUSB.cat VBoxUSBMon.cat) do (
    115115    copy /y "%_MY_OPT_BINDIR%\%cat%" "%_MY_OPT_BINDIR%\%cat%.ms" || goto end_failed
    116116    call sign-dual.cmd "%_MY_OPT_BINDIR%\%cat%" || goto end_failed
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