VirtualBox

Changeset 51028 in vbox


Ignore:
Timestamp:
Apr 10, 2014 10:16:35 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93241
Message:

Windows host installer: Enabled building and using merge modules for non-official builds.

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

Legend:

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

    r51027 r51028  
    5757#
    5858VBOX_INSTALLER_MERGE_MODULES = App USB NetAdp NetFlt Python
     59
     60#
     61# Use merge modules if we're not doing an official release.
     62# This will increase the overall installer size significantly because
     63# merge modules are not able to use a common .cab file to reduce their
     64# size.
     65#
     66ifneq ($(int-mod $(VBOX_VERSION_BUILD),2),0)
     67 VBOX_WITH_MSM_INSTALL := 1
     68endif
    5969
    6070#
     
    144154
    145155ifdef VBOX_WITH_MSM_INSTALL
    146  $(foreach module,$(VBOX_INSTALLER_MERGE_MODULES), \
    147         $(foreach lang,$(VBOX_INSTALLER_LANGUAGES), \
    148                 OTHER_CLEAN += \
    149                         $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module).msm.dep \
    150                         $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).msm \
    151                         $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).wixobj \
    152                         $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).wixpdb))
     156 OTHER_CLEAN += \
     157  $(foreach module,$(VBOX_INSTALLER_MERGE_MODULES), \
     158   $(foreach lang,$(VBOX_INSTALLER_LANGUAGES), \
     159                $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module).msm.dep \
     160                $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).msm \
     161                $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).wixobj \
     162                $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).wixpdb))
    153163endif
    154164
     
    633643        $(SED) -f $(VBOX_PATH_WIN_INST_SRC)/dep.sed \
    634644                --append $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module).msm.dep \
    635                 $(VBOX_PATH_WIN_INST_SRC)/VBoxMerge$(module).wxs \
     645                $(VBOX_PATH_WIN_INST_SRC)/VBoxMerge$(module).wxi \
    636646                $(VBOX_PATH_WIN_INST_SRC)/UserInterface.wxi \
    637647                $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib.wxi \
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxs

    r51023 r51028  
    5454
    5555                <?include VBoxMergeApp.wxi ?>
    56                 <?include VBoxMergeAppCA.wxi ?>
    5756
    5857            </Directory> <!-- MergeRedirectFolder directory -->
    5958        </Directory> <!-- TARGETDIR -->
    6059
     60        <?include VBoxMergeAppCA.wxi ?>
     61
    6162    </Module>
    6263</Wix>
  • trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxs

    r51023 r51028  
    3939
    4040                <?include VBoxMergeNetFlt.wxi ?>
    41                 <?include VBoxMergeNetFltCA.wxi ?>
    4241
    4342            </Directory> <!-- MergeRedirectFolder -->
    4443        </Directory> <!-- TARGETDIR -->
    4544
     45        <?include VBoxMergeNetFltCA.wxi ?>
     46
    4647    </Module>
    4748</Wix>
  • trunk/src/VBox/Installer/win/VBoxMergePython.wxs

    r51023 r51028  
    3939
    4040                <?include VBoxMergePython.wxi ?>
    41                 <?include VBoxMergePythonCA.wxi ?>
    4241
    4342            </Directory> <!-- MergeRedirectFolder -->
    4443        </Directory> <!-- TARGETDIR -->
    4544
     45        <?include VBoxMergePythonCA.wxi ?>
     46
    4647    </Module>
    4748</Wix>
  • trunk/src/VBox/Installer/win/VBoxMergePythonCA.wxi

    r51023 r51028  
    1 <?xml version="1.0"?>
    2 <!--
    3     VirtualBox Windows Installation Script (WiX)
    4 
    5     Copyright (C) 2006-2014 Oracle Corporation
    6 
    7     This file is part of VirtualBox Open Source Edition (OSE), as
    8     available from http://www.virtualbox.org. This file is free software;
    9     you can redistribute it and/or modify it under the terms of the GNU
    10     General Public License (GPL) as published by the Free Software
    11     Foundation, in version 2 as it comes in the "COPYING" file of the
    12     VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    13     hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    14 -->
    15 
    161<?xml version="1.0"?>
    172<!--
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