VirtualBox

Changeset 69407 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 27, 2017 12:27:44 AM (7 years ago)
Author:
vboxsync
Message:

Installer/win: scm updates

Location:
trunk/src/VBox/Installer
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/.scm-settings

    r69405 r69407  
    8686--filter-out-files /solaris/virtualbox.mime
    8787
    88 
    89 
     88# Windows
     89/win/MsiHack/MsiHackExtension.cs:               --treat-as .c
     90--filter-out-files /win/Stub/VBoxStub.manifest
     91/win/NLS/*.wxl:                                 --no-convert-tabs
  • trunk/src/VBox/Installer/win/NLS/de_DE.wxl

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id Revision
  • trunk/src/VBox/Installer/win/NLS/en_US.wxl

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id Revision
  • trunk/src/VBox/Installer/win/NLS/fr_FR.wxl

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id Revision
  • trunk/src/VBox/Installer/win/NLS/zh_TW.wxl

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id Revision
  • trunk/src/VBox/Installer/win/VBoxKey.wxi

    • Property svn:keywords set to Id Revision
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r68063 r69407  
    8282        <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?>
    8383<?endif?>
    84        
     84
    8585<?if $(env.VBOX_WITH_SDS) = "yes" ?>
    8686        <File Id="VBoxSDS" Name="VBoxSDS.exe"
     
    124124    <Component Id="cp_RegisterExtensions" Guid="FEB8943E-5D60-4E2D-846F-458207019D40"
    125125               Win64="$(var.Property_Win64)" KeyPath="yes">
    126                
     126
    127127<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    128128            <Condition><![CDATA[(local_VBOX_REGISTERFILEEXTENSIONS="1")]]></Condition>
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxs

    r58793 r69407  
    5252
    5353
    54         <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]"/> 
    57         <CustomAction Id="registerExtensions" Property="local_VBOX_REGISTERFILEEXTENSIONS" Value="[local_VBOX_REGISTERFILEEXTENSIONS]" Execute="immediate" /> 
     54        <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]"/>
     57        <CustomAction Id="registerExtensions" Property="local_VBOX_REGISTERFILEEXTENSIONS" Value="[local_VBOX_REGISTERFILEEXTENSIONS]" Execute="immediate" />
    5858
    5959        <!-- Here comes the file/directory list -->
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxs

    r58721 r69407  
    3838
    3939<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    40         <Property Id="localMSMNetworkType" Value="Empty" /> 
    41         <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/> 
    42         <Substitution Table="CustomAction" Row="setNetworkTypeADP" Column="Target" Value="[=passedNetworkType]"/> 
    43         <CustomAction Id="setNetworkTypeADP" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" /> 
     40        <Property Id="localMSMNetworkType" Value="Empty" />
     41        <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/>
     42        <Substitution Table="CustomAction" Row="setNetworkTypeADP" Column="Target" Value="[=passedNetworkType]"/>
     43        <CustomAction Id="setNetworkTypeADP" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" />
    4444        <CustomAction Id="correctNetworkTypeADP" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" />
    4545<?endif ?>
     
    5757        <Binary Id="VBoxInstallHelper" SourceFile="$(env.PATH_OUT)\bin\VBoxInstallHelper.dll" />
    5858        <?include VBoxMergeNetAdpCA.wxi ?>
    59        
     59
    6060        <InstallExecuteSequence>
    6161<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp6.wxs

    r58721 r69407  
    3838
    3939<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    40         <Property Id="localMSMNetworkType" Value="NDIS6" /> 
    41         <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/> 
    42         <Substitution Table="CustomAction" Row="setNetworkTypeADP6" Column="Target" Value="[=passedNetworkType]"/> 
    43         <CustomAction Id="setNetworkTypeADP6" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" /> 
     40        <Property Id="localMSMNetworkType" Value="NDIS6" />
     41        <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/>
     42        <Substitution Table="CustomAction" Row="setNetworkTypeADP6" Column="Target" Value="[=passedNetworkType]"/>
     43        <CustomAction Id="setNetworkTypeADP6" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" />
    4444        <CustomAction Id="correctNetworkTypeADP6" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" />
    4545<?endif ?>
  • trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxs

    r58721 r69407  
    3838
    3939<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    40         <Property Id="localMSMNetworkType" Value="Empty" /> 
    41         <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/> 
    42         <Substitution Table="CustomAction" Row="setNetworkTypeFLT" Column="Target" Value="[=passedNetworkType]"/> 
    43         <CustomAction Id="setNetworkTypeFLT" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" /> 
     40        <Property Id="localMSMNetworkType" Value="Empty" />
     41        <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/>
     42        <Substitution Table="CustomAction" Row="setNetworkTypeFLT" Column="Target" Value="[=passedNetworkType]"/>
     43        <CustomAction Id="setNetworkTypeFLT" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" />
    4444        <CustomAction Id="correctNetworkTypeFLT" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" />
    4545<?endif ?>
  • trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxs

    r58721 r69407  
    3838
    3939<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    40         <Property Id="localMSMNetworkType" Value="NDIS6" /> 
    41         <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/> 
    42         <Substitution Table="CustomAction" Row="setNetworkTypeLWF" Column="Target" Value="[=passedNetworkType]"/> 
    43         <CustomAction Id="setNetworkTypeLWF" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" /> 
     40        <Property Id="localMSMNetworkType" Value="NDIS6" />
     41        <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/>
     42        <Substitution Table="CustomAction" Row="setNetworkTypeLWF" Column="Target" Value="[=passedNetworkType]"/>
     43        <CustomAction Id="setNetworkTypeLWF" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" />
    4444        <CustomAction Id="correctNetworkTypeLWF" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" />
    4545<?endif ?>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r67067 r69407  
    238238    <CustomAction Id="ca_UninstallVBoxSDS" Directory="INSTALLDIR" ExeCommand='"[INSTALLDIR]\VBoxSDS.exe" --unregservice' Return="check" Impersonate="no" />
    239239<?endif?>
    240        
     240
    241241<?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?>
    242242    <?include VBoxMergeAppCA.wxi ?>
     
    570570        <!-- Check + unininstall old TAP instances - we  don't need them anymore -->
    571571        <Custom Action="ca_UninstallTAPInstances" Before="InstallFiles" >1</Custom>
    572        
     572
    573573        <Custom Action="ca_InstallBrandingArgs" Before="ca_InstallBranding" ><![CDATA[NOT REMOVE]]></Custom>
    574574        <Custom Action="ca_InstallBranding" Before="InstallFinalize" ><![CDATA[NOT REMOVE]]></Custom>
  • trunk/src/VBox/Installer/win/VirtualBox_TypeLib.xsl

    r66274 r69407  
    8383        </xsl:if>
    8484    </xsl:template>
    85    
     85
    8686    <!--
    8787    * applications
     
    105105        </AppId>
    106106    </xsl:template>
    107    
     107
    108108
    109109<!--
  • trunk/src/VBox/Installer/win/VirtualBox_TypeLibWithInterfaces.xsl

    r66274 r69407  
    9090</xsl:template>
    9191
    92 <!-- 
     92<!--
    9393Applications.
    9494-->
     
    179179</xsl:template>
    180180
    181  
     181
    182182<!--
    183183  Interfaces.
     
    197197</xsl:template>
    198198
    199    
     199
    200200
    201201<!--
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