Changeset 106031 in vbox
- Timestamp:
- Sep 12, 2024 12:57:08 PM (3 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r105983 r106031 782 782 # Build the installer. 783 783 VBOX_WITH_INSTALLER = 1 784 # Show license pages for non-OSE versions by default. 785 # This is required for e.g. the Windows host installer. 786 ifndef VBOX_OSE 787 VBOX_WITH_LICENSE_DISPLAY = 1 788 endif 784 789 VBOX_WITH_GUEST_INSTALLER_UNICODE = 1 785 790 # The kernel driver/module and related runtime libraries. -
trunk/src/VBox/Installer/win/Makefile.kmk
r104827 r106031 79 79 VBOX_WITH_VBOXSDL := 80 80 VBOX_CAB_COMPRESSION_LEVEL := none 81 endif 82 83 # Make sure that we show the license page in non-OSE release builds. 84 if !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!) 81 86 endif 82 87
Note:
See TracChangeset
for help on using the changeset viewer.