VirtualBox

Changeset 106031 in vbox


Ignore:
Timestamp:
Sep 12, 2024 12:57:08 PM (3 months ago)
Author:
vboxsync
Message:

Windows host installer: Always show the license page for non-OSE release builds.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r105983 r106031  
    782782# Build the installer.
    783783VBOX_WITH_INSTALLER = 1
     784# Show license pages for non-OSE versions by default.
     785# This is required for e.g. the Windows host installer.
     786ifndef VBOX_OSE
     787 VBOX_WITH_LICENSE_DISPLAY = 1
     788endif
    784789VBOX_WITH_GUEST_INSTALLER_UNICODE = 1
    785790# The kernel driver/module and related runtime libraries.
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r104827 r106031  
    7979 VBOX_WITH_VBOXSDL              :=
    8080 VBOX_CAB_COMPRESSION_LEVEL     := none
     81endif
     82
     83# Make sure that we show the license page in non-OSE release builds.
     84if !defined(VBOX_OSE) && defined(VBOX_RELEASE_EXACT_MATCH) && !defined(VBOX_WITH_LICENSE_DISPLAY)
     85 $(error In release mode the non-OSE installer must be built with license agreement being displayed!)
    8186endif
    8287
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