VirtualBox

Changeset 108587 in vbox for trunk/src


Ignore:
Timestamp:
Mar 18, 2025 6:23:27 AM (8 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167993
Message:

Windows host installer/NLS: Trying to beat some common file structure into all NLS files. This should make it a LOT easier to compare contents or sync the files. Reference always is en_US. When adding / removing / changing NLS entries, make sure to also edit all other language files to keep this stuff in sync in the future [build fix, forgot files].

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/UserInterface.wxi

    r108583 r108587  
    454454            <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
    455455                <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)" />
    459456            </Control>
    460457            <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r108408 r108587  
    9292         Thight might be handed-in via command line (MSI properties) or through a customized merge module. See @bugref{10616} -->
    9393    <Launch Condition="Installed OR (VBox_Target_Dir_Is_Valid=&quot;1&quot;)" 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 
    10294
    10395    <!-- *************************** Upgrade packages only ******************************* -->
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette