Changeset 51046 in vbox for trunk/src/VBox/Installer/win/UserInterface.wxi
- Timestamp:
- Apr 11, 2014 9:39:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r51009 r51046 294 294 </Control> 295 295 <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" ?> 296 297 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg">1</Publish> 298 <?else ?> 299 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish> 300 <?endif ?> 297 301 <Subscribe Event="SelectionNoItems" Attribute="Enabled" /> 298 302 </Control> … … 339 343 <Text>!(loc.Customize2Dlg_RegisterFileExtensions)</Text> 340 344 </Control> 341 342 345 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" 343 346 Default="yes" Cancel="yes" Text="!(loc.ButtonText_Next)"> 344 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?>347 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?> 345 348 <Publish Event="NewDialog" Value="VBoxWarnDisconNetIfacesDlg"><![CDATA[(&VBoxNetworkFlt=3) AND NOT(!VBoxNetworkFlt=3)]]></Publish> 346 349 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg"><![CDATA[(&VBoxNetworkFlt<3)]]></Publish> 347 <?else ?>350 <?else ?> 348 351 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish> 349 <?endif?>352 <?endif?> 350 353 </Control> 351 354 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" … … 494 497 </Control> 495 498 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)"> 499 <?if $(env.VBOX_WITH_QTGUI) = "yes" ?> 496 500 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg"><![CDATA[InstallMode = "!(loc.InstallModeCustom)"]]></Publish> 501 <?else ?> 502 <Publish Event="NewDialog" Value="VBoxCustomizeDlg">1</Publish> 503 <?endif ?> 497 504 </Control> 498 505 <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.