VirtualBox

Ignore:
Timestamp:
Apr 11, 2014 9:39:15 AM (11 years ago)
Author:
vboxsync
Message:

Windows host installer: Fixed building if VBOX_WITH_QTGUI is not defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/UserInterface.wxi

    r51009 r51046  
    294294            </Control>
    295295            <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Next)">
     296        <?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
    296297                <Publish Event="NewDialog" Value="VBoxCustomize2Dlg">1</Publish>
     298        <?else ?>
     299                <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish>
     300        <?endif ?>
    297301                <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
    298302            </Control>
     
    339343                <Text>!(loc.Customize2Dlg_RegisterFileExtensions)</Text>
    340344            </Control>
    341 
    342345            <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17"
    343346                Default="yes" Cancel="yes" Text="!(loc.ButtonText_Next)">
    344 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
     347            <?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
    345348                <Publish Event="NewDialog" Value="VBoxWarnDisconNetIfacesDlg"><![CDATA[(&VBoxNetworkFlt=3) AND NOT(!VBoxNetworkFlt=3)]]></Publish>
    346349                <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg"><![CDATA[(&VBoxNetworkFlt<3)]]></Publish>
    347 <?else ?>
     350            <?else ?>
    348351                <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish>
    349 <?endif?>
     352            <?endif?>
    350353            </Control>
    351354            <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17"
     
    494497            </Control>
    495498            <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)">
     499        <?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
    496500                <Publish Event="NewDialog" Value="VBoxCustomize2Dlg"><![CDATA[InstallMode = "!(loc.InstallModeCustom)"]]></Publish>
     501        <?else ?>
     502                <Publish Event="NewDialog" Value="VBoxCustomizeDlg">1</Publish>
     503        <?endif ?>
    497504            </Control>
    498505            <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
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