VirtualBox

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


Ignore:
Timestamp:
Apr 10, 2014 11:30:44 AM (11 years ago)
Author:
vboxsync
Message:

Windows host installer: No need to sign + integrate common .cab file on merge module builds.

File:
1 edited

Legend:

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

    r51028 r51031  
    752752#
    753753# Make the multi-architecture installer by calling our stub builder
    754 # with both platform installers (x86 and amd64) + common cab. We only
     754# with both platform installers (x86 and amd64) + common cab. The common
     755# cab only is needed when we don't use merge modules. We only
    755756# need to do this once; so do it on x86 only.
    756757#
     
    761762                $$(VBoxStubBld_1_TARGET)
    762763        $(call MSG_L1,Building Windows combined package)
    763         $(call VBOX_SIGN_FILE_FN,$(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB))
     764        $(if $(VBOX_WITH_MSM_INSTALL),,$(call VBOX_SIGN_FILE_FN,$(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB)))
    764765        $(REDIRECT) -C $(@D) -- \
    765766                $(VBoxStubBld_1_TARGET) -out $@ \
    766767                        -target-x86 $(PATH_MULTIARCH_TEMP)/$(PACKAGE_NAME_MULTIARCH.x86) \
    767768                        -target-amd64 $(PATH_MULTIARCH_TEMP)/$(PACKAGE_NAME_MULTIARCH.amd64) \
    768                         -target-all $(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB) \
     769                        $(if $(VBOX_WITH_MSM_INSTALL),,-target-all $(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB)) \
    769770                        -stub $(PATH_STAGE_BIN)/VBoxStub.exe
    770771        $(call VBOX_SIGN_FILE_FN,$@)
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