Changeset 45326 in vbox
- Timestamp:
- Apr 4, 2013 7:56:10 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r41023 r45326 61 61 <?else ?> 62 62 <!-- Decide which dialog to show next: The serial number dialog (if this is a branded build) 63 or directly proceed to the customization dialog (V box not installed yet) -->63 or directly proceed to the customization dialog (VBox not installed yet) --> 64 64 <?if $(env.VBOX_WITH_SERIALNUMBER_INSTALL) = "yes" ?> 65 65 <Publish Event="NewDialog" Value="VBoxCheckSerialDlg">1</Publish> … … 127 127 <Condition Action="enable"><![CDATA[IAgree = "Yes"]]></Condition> 128 128 <!-- Decide which dialog to show next: The serial number dialog (if this is a branded build) 129 or directly proceed to the customization dialog (V box not installed yet) -->129 or directly proceed to the customization dialog (VBox not installed yet) --> 130 130 <?if $(env.VBOX_WITH_SERIALNUMBER_INSTALL) = "yes" ?> 131 131 <Publish Event="NewDialog" Value="VBoxCheckSerialDlg">1</Publish>
Note:
See TracChangeset
for help on using the changeset viewer.