Changeset 33540 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r33466 r33540 290 290 291 291 /** 292 * Recursiv ly copies a directory to another location.292 * Recursively copies a directory to another location. 293 293 * 294 294 * @returns iprt status code. -
trunk/src/VBox/Installer/win/UserInterface.wxi
r32113 r33540 67 67 </Control> 68 68 69 <!-- Uncomm nent if we need a 'back' button69 <!-- Uncomment if we need a 'back' button 70 70 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="$(loc.ButtonText_Back)" /> 71 71 --> … … 714 714 715 715 <!-- This dialog is shown if the app is installed and the installation package is started again. It's the welcome 716 screen for maintena mce -->716 screen for maintenance --> 717 717 <Dialog Id="MaintenanceWelcomeDlg" Width="370" Height="270" Title="[ProductName] $(loc.Setup)" NoMinimize="yes"> 718 718 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes"> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r33185 r33540 215 215 <Directory Id="documents" Name="doc"> 216 216 <!-- The documentation is a separate component. This allows to split the install process 217 into pieces if ever necessary. Maint anance is easier, too. The following component217 into pieces if ever necessary. Maintenance is easier, too. The following component 218 218 will be installed in the "doc" folder. --> 219 219 <Component Id="docs" Guid="40BD12C5-89A8-4B81-8A5E-5EEE2C2763C4">
Note:
See TracChangeset
for help on using the changeset viewer.