VirtualBox

Changeset 35166 in vbox


Ignore:
Timestamp:
Dec 16, 2010 10:10:51 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69003
Message:

Windows host installer: Fixed corrupted dialog image, overall size of installer was shrunk again by using compressed JPG files.

Location:
trunk
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r35159 r35166  
    695695VBOX_BRAND_GUI_VBOX_48PX_PNG         := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_48px.png
    696696VBOX_BRAND_GUI_VBOX_64PX_PNG         := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_64px.png
    697 VBOX_BRAND_WIN_INST_DLGBMP           := $(PATH_ROOT)/src/VBox/Installer/win/Binary/Dialog.bmp
     697VBOX_BRAND_WIN_INST_DLGJPG           := $(PATH_ROOT)/src/VBox/Installer/win/Binary/Dialog.jpg
    698698VBOX_BRAND_WIN_INST_EXT              :=
    699699VBOX_BRAND_WIN_ADD_INST_DLGBMP       := $(PATH_ROOT)/src/VBox/Additions/WINNT/Installer/welcome.bmp
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r34685 r35166  
    345345                -E 'PATH_MULTIARCH_GUEST_ADDITIONS_ISO=$(subst /,\\,$(PATH_MULTIARCH_GUEST_ADDITIONS_ISO))' \
    346346                -E 'VBOX_PATH_WIN_INST_SRC=$(subst /,\\,$(VBOX_PATH_WIN_INST_SRC))' \
    347                 -E 'VBOX_BRAND_WIN_INST_DLGBMP=$(subst /,\\,$(VBOX_BRAND_WIN_INST_DLGBMP))' \
     347                -E 'VBOX_BRAND_WIN_INST_DLGJPG=$(subst /,\\,$(VBOX_BRAND_WIN_INST_DLGJPG))' \
    348348                -E 'VBOX_ADD_LANGUAGES=$(VBOX_INSTALLER_ADD_LANGUAGES)' \
    349349                -E 'VBOX_BRAND_LICENSE_RTF=$(subst /,\\,$(VBOX_BRAND_LICENSE_RTF))' \
  • trunk/src/VBox/Installer/win/UserInterface.wxi

    r34630 r35166  
    11<?xml version="1.0" ?>
    22<!--
    3    User Interface Include for VirtualBox WiX script
    4 
    5      Copyright (C) 2006-2010 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.
     3    User Interface Include for VirtualBox WiX script
     4
     5    Copyright (C) 2006-2010 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.
    1414-->
    1515
     
    10731073        <Binary Id="foldernewico" src="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\New.ico" />
    10741074
    1075         <!-- Aliases for the BMP files -->
    1076         <Property Id="DialogBitmap">dlgbmp</Property>
    1077         <Property Id="BannerBitmap">bannrbmp</Property>
     1075        <!-- Graphic files used for the UI -->
     1076        <!-- See: http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm -->
     1077        <Binary Id="bannerjpg" src="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Banner.jpg" />
     1078        <Binary Id="dlgjpg" src="$(env.VBOX_BRAND_WIN_INST_DLGJPG)" />
     1079
     1080        <!-- Aliases for the graphic files -->
     1081        <Property Id="DialogBitmap">dlgjpg</Property>
     1082        <Property Id="BannerBitmap">bannerjpg</Property>
    10781083        <Property Id="FolderUp">folderupico</Property>
    10791084        <Property Id="FolderNew">foldernewico</Property>
    1080 
    1081         <!-- BMP files used for the UI -->
    1082         <Binary Id="bannrbmp" src="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Banner.bmp" />
    1083         <Binary Id="dlgbmp" src="$(env.VBOX_BRAND_WIN_INST_DLGBMP)" />
    10841085
    10851086        <Binary Id="wixca" src="wixca.dll"/>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r34685 r35166  
    11<?xml version="1.0"?>
    22<!--
    3      VirtualBox Windows Installation Script (WiX)
    4 
    5      Copyright (C) 2006-2010 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.
     3    VirtualBox Windows Installation Script (WiX)
     4
     5    Copyright (C) 2006-2010 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.
    1414-->
    1515
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