Changeset 58639 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Nov 10, 2015 2:05:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r58565 r58639 610 610 Also see: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00300.html --> 611 611 <Control Id="StartVBoxCheckBox" Type="CheckBox" X="135" Y="115" Width="200" Height="17" 612 Property="VBOXSTART" CheckBoxValue="1">612 Property="VBOX_START" CheckBoxValue="1" Default="no"> 613 613 <Text>!(loc.ExitDlg_StartVBox)</Text> 614 614 <Condition Action="hide"> … … 1191 1191 1192 1192 </Include> 1193
Note:
See TracChangeset
for help on using the changeset viewer.