- Timestamp:
- Mar 18, 2025 6:23:27 AM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167993
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r108583 r108587 454 454 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes"> 455 455 <Text Value="[DlgTitleFont]!(loc.VerifyReadyDlg_ReadyToInstall)" /> 456 </Control>457 <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="80">458 <Text Value="!(loc.VerifyReadyDlg_ClickInstall)" />459 456 </Control> 460 457 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r108408 r108587 92 92 Thight might be handed-in via command line (MSI properties) or through a customized merge module. See @bugref{10616} --> 93 93 <Launch Condition="Installed OR (VBox_Target_Dir_Is_Valid="1")" Message="!(loc.InvalidTargetDir)" /> 94 95 <!-- Detect old innotek installation -->96 <!-- Force a manual uninstall of an already installed innotek VirtualBox version first -->97 <Property Id="VBOXINNOTEK">98 <RegistrySearch Id="RegSearchInnotekVersion" Root="HKLM" Key="SOFTWARE\Innotek\VirtualBox" Name="Version" Type="raw" Bitness="$(var.Property_Bitness)" />99 </Property>100 <Launch Condition="NOT VBOXINNOTEK" Message="!(loc.InnotekFound)" />101 102 94 103 95 <!-- *************************** Upgrade packages only ******************************* -->
Note:
See TracChangeset
for help on using the changeset viewer.