Changeset 55475 in vbox
- Timestamp:
- Apr 28, 2015 9:58:56 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Installer/win/UserInterface.wxi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r53090 r55475 295 295 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Next)"> 296 296 <?if $(env.VBOX_WITH_QTGUI) = "yes" ?> 297 <!-- 298 uncomment next two lines if there is a need in wizard page VBoxSelectionNetworkTypeDlg 299 don't forget to comment one line after 300 --> 301 <!-- 297 302 <Publish Event="NewDialog" Value="VBoxSelectionNetworkTypeDlg"><![CDATA[VersionNT >= 600]]></Publish> 298 303 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg"><![CDATA[VersionNT < 600]]></Publish> 304 --> 305 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg"/> 299 306 <?else ?> 300 307 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish> … … 409 416 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" 410 417 Text="!(loc.ButtonText_Back)"> 418 <!-- 419 uncomment next two lines if there is a need in wizard page VBoxSelectionNetworkTypeDlg 420 don't forget to comment one line after 421 --> 422 <!-- 411 423 <Publish Event="NewDialog" Value="VBoxSelectionNetworkTypeDlg"><![CDATA[VersionNT >= 600]]></Publish> 412 424 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[VersionNT < 600]]></Publish> 413 425 --> 426 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"/> 414 427 </Control> 415 428 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17"
Note:
See TracChangeset
for help on using the changeset viewer.

