VirtualBox

Changeset 72049 in vbox for trunk


Ignore:
Timestamp:
Apr 27, 2018 8:38:20 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122396
Message:

Installer/win: Some repacking script fixes. bugref:8691

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Scripts/Combined-3-Repack.cmd

    r72047 r72049  
    3434rem
    3535set _MY_OPT_UNTAR_DIR=%_MY_SCRIPT_DIR%\..\..\..\
    36 for %i in (%_MY_OPT_UNTAR_DIR%) do set _MY_OPT_UNTAR_DIR=%~fi
     36for %%i in (%_MY_OPT_UNTAR_DIR%) do set _MY_OPT_UNTAR_DIR=%%~fi
    3737set _MY_OPT_EXTPACK=%_MY_OPT_UNTAR_DIR%\Oracle_VM_VirtualBox_Extension_Pack-%_MY_VER_REV%.vbox-extpack
    3838set _MY_OPT_EXTPACK_ENTERPRISE=%_MY_OPT_UNTAR_DIR%\Oracle_VM_VirtualBox_Extension_Pack-%_MY_VER_REV%-ENTERPRISE.vbox-extpack
     
    186186
    187187if not exist "%_MY_OPT_EXTPACK%"        goto error_extpack_not_found
    188 if not ".%_MY_OPT_EXTPACK_ENTERPRISE" == "." if not exist "%_MY_OPT_EXTPACK_ENTERPRISE%" goto error_enterprise_extpack_not_found
     188if not ".%_MY_OPT_EXTPACK_ENTERPRISE%" == "." if not exist "%_MY_OPT_EXTPACK_ENTERPRISE%" goto error_enterprise_extpack_not_found
    189189
    190190if not exist "%_MY_OPT_SIGNED_AMD64%"   goto error_signed_amd64_not_found
  • trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd

    r72047 r72049  
    135135rem Modify the catalog signatures.
    136136rem
     137if "%_MY_OPT_SIGN_CAT%" == "0" goto no_sign_cat
    137138for %%d in (%_MY_DRIVER_BASE_NAMES%) do (
    138139    copy /y "%_MY_OPT_BINDIR%\%%d.cat" "%_MY_OPT_BINDIR%\%%d.cat.ms" || goto end_failed
     
    140141    "%_MY_OPT_BINDIR%\tools\RTSignTool.exe"  add-nested-exe-signature -v "%_MY_OPT_BINDIR%\%%d.cat" "%_MY_OPT_BINDIR%\%%d.cat.ms" || goto end_failed
    141142)
    142 
     143:no_sign_cat
    143144goto end
    144145
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette