VirtualBox

Changeset 65996 in vbox


Ignore:
Timestamp:
Mar 8, 2017 4:52:52 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113842
Message:

Installer/windows: export fix

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

Legend:

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

    r64339 r65996  
    580580                -E 'VBOX_WITH_VRDP=$(if-expr defined(VBOX_WITH_VRDP) && !defined(VBOX_WITH_EXTPACK_PUEL),yes,no)' \
    581581                -E 'VBOX_WITH_WEBSERVICES=$(if $(VBOX_WITH_WEBSERVICES),yes,no)' \
     582                -E 'VBOX_WITH_UNATTENDED=$(if $(VBOX_WITH_UNATTENDED),yes,no)' \
    582583                -E 'BUILD_TYPE=$(KBUILD_TYPE)' \
    583584                -E 'BUILD_TARGET_ARCH=$(KBUILD_TARGET_ARCH)' \
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r65975 r65996  
    439439    </Component>
    440440
     441<?if $(env.VBOX_WITH_UNATTENDED) = "yes" ?>
    441442    <!-- Unattended templates -->
    442443    <Directory Id="dir_VBoxUnattendedTemplates" Name="unattended_templates">
     
    459460        </Component>
    460461    </Directory>
     462<?endif?>
    461463
    462464</Include>
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