VirtualBox

Changeset 34685 in vbox for trunk/src


Ignore:
Timestamp:
Dec 3, 2010 10:48:40 AM (14 years ago)
Author:
vboxsync
Message:

install/win: Added VBoxExtPackHelperApp.exe.

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

Legend:

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

    r34678 r34685  
    366366                -E 'VBOX_WITH_DOCS_PACKING=$(if $(VBOX_WITH_DOCS_PACKING),yes,no)' \
    367367                -E 'VBOX_WITH_EFIFW_PACKING=$(if $(VBOX_WITH_EFIFW_PACKING),yes,no)' \
     368                -E 'VBOX_WITH_EXTPACK=$(if $(VBOX_WITH_EXTPACK),yes,no)' \
    368369                -E 'VBOX_WITH_GUEST_CONTROL=$(if $(VBOX_WITH_GUEST_CONTROL),yes,no)' \
    369370                -E 'VBOX_WITH_GUEST_PROPS=$(if $(VBOX_WITH_GUEST_PROPS),yes,no)' \
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r34678 r34685  
    420420                        <File Id="vboxnetdhcp" Name="VBoxDHCP.exe" LongName="VBoxNetDHCP.exe" DiskId="1" Vital="yes"
    421421                              Source="$(env.PATH_OUT)\bin\VBoxNetDHCP.exe"/>
     422<?if $(env.VBOX_WITH_EXTPACK) = "yes" ?>
     423                        <File Id="vboxepha" Name="VBoxEPHA.exe" LongName="VBoxExtPackHelperApp.exe" DiskId="1" Vital="yes"
     424                              Source="$(env.PATH_OUT)\bin\VBoxExtPackHelperApp.exe"/>
     425<?endif ?>
    422426
    423427                        <!-- VBox DLL files -->
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