VirtualBox

Changeset 80819 in vbox


Ignore:
Timestamp:
Sep 16, 2019 11:22:29 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133388
Message:

Installer/win: Hopefully last fixes (the copying was still done, and step 4 used the full path of the MSI file instead of just the filename), plus a bit of grammar.

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

Legend:

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

    r80801 r80819  
    995995                'call sign-sha1.cmd $(@F) || exit /b1' \
    996996                ) ) \
    997         $(if VBOX_WITH_COMBINED_PACKAGE,'copy /y "$(@F)" "$(notdir $(PACKAGE_NAME_FINAL))" || exit /b1',) \
    998                 '@echo Create multilanguage MSI: $(notdir $(PACKAGE_NAME_FINAL))'
     997        $(if-expr defined(VBOX_WITH_COMBINED_PACKAGE),'copy /y "$(@F)" "$(notdir $(PACKAGE_NAME_FINAL))" || exit /b1',) \
     998                '@echo Created multilanguage MSI: $(notdir $(PACKAGE_NAME_FINAL))'
    999999
    10001000# Copy multilingual installer to bin.
     
    10471047                'call sign-dual.cmd $(@F) || exit /b1' \
    10481048                ) ) \
    1049                 '@echo Create multiarch EXE: $(@F)'
     1049                '@echo Created multiarch EXE: $(@F)'
    10501050else
    10511051#
     
    10751075                '..\bin\VBoxStubBld.exe ^' \
    10761076                '  -out $(@F) ^' \
    1077                 '  -target-$(KBUILD_TARGET_ARCH) $(PACKAGE_NAME_FINAL) ^' \
     1077                '  -target-$(KBUILD_TARGET_ARCH) $(notdir $(PACKAGE_NAME_FINAL)) ^' \
    10781078                '  -stub ../bin/VBoxStub.exe || exit /b1' \
    10791079                '$(VBOX_VCC_EDITBIN) /IntegrityCheck:NO $(@F) || exit /b1' \
    10801080                'call sign-dual.cmd $(@F) || exit /b1' \
    10811081                ) ) \
    1082                 '@echo Create multiarch EXE: $(@F)'
     1082                '@echo Created multiarch EXE: $(@F)'
    10831083endif
    10841084
  • trunk/src/VBox/Installer/win/Scripts/Single-3-Repack.cmd

    r80799 r80819  
    3333rem Parse arguments.
    3434rem
    35 set _MY_OPT_UNTAR_DIR=%_MY_SCRIPT_DIR%\..\..\..\
     35set _MY_OPT_UNTAR_DIR=%_MY_SCRIPT_DIR%\..\
    3636for %%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
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