Changeset 69407 in vbox for trunk/src/VBox
- Timestamp:
- Oct 27, 2017 12:27:44 AM (7 years ago)
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/.scm-settings
r69405 r69407 86 86 --filter-out-files /solaris/virtualbox.mime 87 87 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
-
Property svn:eol-style
set to
-
trunk/src/VBox/Installer/win/NLS/en_US.wxl
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
-
Property svn:eol-style
set to
-
trunk/src/VBox/Installer/win/NLS/fr_FR.wxl
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
-
Property svn:eol-style
set to
-
trunk/src/VBox/Installer/win/NLS/zh_TW.wxl
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
-
Property svn:eol-style
set to
-
trunk/src/VBox/Installer/win/VBoxKey.wxi
-
Property svn:keywords
set to
Id Revision
-
Property svn:keywords
set to
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r68063 r69407 82 82 <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?> 83 83 <?endif?> 84 84 85 85 <?if $(env.VBOX_WITH_SDS) = "yes" ?> 86 86 <File Id="VBoxSDS" Name="VBoxSDS.exe" … … 124 124 <Component Id="cp_RegisterExtensions" Guid="FEB8943E-5D60-4E2D-846F-458207019D40" 125 125 Win64="$(var.Property_Win64)" KeyPath="yes"> 126 126 127 127 <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?> 128 128 <Condition><![CDATA[(local_VBOX_REGISTERFILEEXTENSIONS="1")]]></Condition> -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxs
r58793 r69407 52 52 53 53 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" /> 58 58 59 59 <!-- Here comes the file/directory list --> -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxs
r58721 r69407 38 38 39 39 <?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" /> 44 44 <CustomAction Id="correctNetworkTypeADP" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" /> 45 45 <?endif ?> … … 57 57 <Binary Id="VBoxInstallHelper" SourceFile="$(env.PATH_OUT)\bin\VBoxInstallHelper.dll" /> 58 58 <?include VBoxMergeNetAdpCA.wxi ?> 59 59 60 60 <InstallExecuteSequence> 61 61 <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?> -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6.wxs
r58721 r69407 38 38 39 39 <?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" /> 44 44 <CustomAction Id="correctNetworkTypeADP6" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" /> 45 45 <?endif ?> -
trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxs
r58721 r69407 38 38 39 39 <?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" /> 44 44 <CustomAction Id="correctNetworkTypeFLT" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" /> 45 45 <?endif ?> -
trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxs
r58721 r69407 38 38 39 39 <?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" /> 44 44 <CustomAction Id="correctNetworkTypeLWF" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" /> 45 45 <?endif ?> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r67067 r69407 238 238 <CustomAction Id="ca_UninstallVBoxSDS" Directory="INSTALLDIR" ExeCommand='"[INSTALLDIR]\VBoxSDS.exe" --unregservice' Return="check" Impersonate="no" /> 239 239 <?endif?> 240 240 241 241 <?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?> 242 242 <?include VBoxMergeAppCA.wxi ?> … … 570 570 <!-- Check + unininstall old TAP instances - we don't need them anymore --> 571 571 <Custom Action="ca_UninstallTAPInstances" Before="InstallFiles" >1</Custom> 572 572 573 573 <Custom Action="ca_InstallBrandingArgs" Before="ca_InstallBranding" ><![CDATA[NOT REMOVE]]></Custom> 574 574 <Custom Action="ca_InstallBranding" Before="InstallFinalize" ><![CDATA[NOT REMOVE]]></Custom> -
trunk/src/VBox/Installer/win/VirtualBox_TypeLib.xsl
r66274 r69407 83 83 </xsl:if> 84 84 </xsl:template> 85 85 86 86 <!-- 87 87 * applications … … 105 105 </AppId> 106 106 </xsl:template> 107 107 108 108 109 109 <!-- -
trunk/src/VBox/Installer/win/VirtualBox_TypeLibWithInterfaces.xsl
r66274 r69407 90 90 </xsl:template> 91 91 92 <!-- 92 <!-- 93 93 Applications. 94 94 --> … … 179 179 </xsl:template> 180 180 181 181 182 182 <!-- 183 183 Interfaces. … … 197 197 </xsl:template> 198 198 199 199 200 200 201 201 <!--
Note:
See TracChangeset
for help on using the changeset viewer.