VirtualBox

Changeset 80122 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Aug 5, 2019 8:30:57 AM (5 years ago)
Author:
vboxsync
Message:

Windows host installer: Fixed configuration name typo.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxs

    r77329 r80122  
    5353
    5454        <Property Id="local_VBOX_REGISTERFILEEXTENSIONS" Value="Empty" />
    55         <Configuration Name="argRegesterExtensions" Format="Text" DefaultValue="Not passed"/>
    56         <Substitution Table="CustomAction" Row="registerExtensions" Column="Target" Value="[=argRegesterExtensions]"/>
     55        <Configuration Name="argRegisterExtensions" Format="Text" DefaultValue="Not passed"/>
     56        <Substitution Table="CustomAction" Row="registerExtensions" Column="Target" Value="[=argRegisterExtensions]"/>
    5757        <CustomAction Id="registerExtensions" Property="local_VBOX_REGISTERFILEEXTENSIONS" Value="[local_VBOX_REGISTERFILEEXTENSIONS]" Execute="immediate" />
    5858
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r72020 r80122  
    259259<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    260260                <Merge Id="msm_VBoxApp" Language="!(loc.LANG)" SourceFile="$(var.Property_VBoxMergeApp)" DiskId="1">
    261                     <ConfigurationData Name="argRegesterExtensions" Value="[VBOX_REGISTERFILEEXTENSIONS]"/>
     261                    <ConfigurationData Name="argRegisterExtensions" Value="[VBOX_REGISTERFILEEXTENSIONS]"/>
    262262                </Merge>
    263263    <?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?>
Note: See TracChangeset for help on using the changeset viewer.

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