VirtualBox

Changeset 71991 in vbox for trunk/src


Ignore:
Timestamp:
Apr 24, 2018 7:11:35 AM (7 years ago)
Author:
vboxsync
Message:

Installer/win: Submission packing fixes. bugref:8691

Location:
trunk/src/VBox/Installer/win/Scripts
Files:
2 edited

Legend:

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

    r71981 r71991  
    176176rem We unpack it into the bin directory in the usual location.
    177177rem
     178rem Note! Modify the path a little to ensure windows utilities are used before
     179rem       cygwin ones, and that we can use stuff from bin\tools if we like.
     180rem
     181set PATH=%SystemRoot%\System32;%PATH%;%_MY_OPT_BINDIR%
    178182if "%_MY_OPT_WITH_EXTPACK" == "0"   goto no_extpack_unpack
    179 set PATH=%PATH%;%_MY_OPT_BINDIR%
    180183set _MY_EXTPACK_DIR=%_MY_OPT_BINDIR%\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack
    181184if not exist "%_MY_OPT_BINDIR%\ExtensionPacks"  ( mkdir "%_MY_OPT_BINDIR%\ExtensionPacks" || goto end_failed )
  • trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd

    r71951 r71991  
    6060
    6161:opt_h
    62 echo This script unpacks the cabinent contining the blessed driver files from
     62echo This script unpacks the zip-file containing the blessed driver files from
    6363echo Microsoft, replacing original files in the bin directory.  The catalog files
    6464echo will be signed again and the Microsoft signature merged with ours.
    6565echo .
    66 echo Usage: UnpackBlessedDrivers.cmd [-b bindir] [-n/--no-sign-cat] -i input.cab
     66echo Usage: UnpackBlessedDrivers.cmd [-b bindir] [-n/--no-sign-cat] -i input.zip
    6767echo .
    6868echo Warning! This script should normally be invoked from the repack directory
     
    104104rem subdirectories and just put all the files in the specified bin dir.
    105105rem
    106 expand "%_MY_OPT_INPUT%" "%_MY_OPT_BINDIR%" -i -f:* || goto end_failed
     106
     107rem We're getting ZIP files back now.
     108rem expand "%_MY_OPT_INPUT%" "%_MY_OPT_BINDIR%" -i -f:* || goto end_failed
     109echo fixme
     110goto end_failed
     111
    107112
    108113rem
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