- Timestamp:
- Nov 18, 2013 4:13:49 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r49534 r49536 3 3 VirtualBox Windows Installation Script (WiX) 4 4 5 Copyright (C) 2006-201 2Oracle Corporation5 Copyright (C) 2006-2013 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 370 370 <!-- 371 371 372 <Component Id=" Cp_StartMenuShortcut" Guid="1C137D24-E599-47BD-98D0-2F62F202A8EA" Win64="$(var.Property_Win64)">372 <Component Id="cp_StartMenuShortcut" Guid="1C137D24-E599-47BD-98D0-2F62F202A8EA" Win64="$(var.Property_Win64)"> 373 373 <RegistryValue Root="HKCU" Key="$(var.Property_RegKeyInstall)" Type="string" 374 374 Value="installed" KeyPath="yes" /> … … 380 380 <!----> 381 381 382 383 382 <Component Id="cp_RegisterExtensions" Guid="FEB8943E-5D60-4E2D-846F-458207019D40" Win64="$(var.Property_Win64)"> 384 383 <Condition>REGISTERFILEEXTENSIONS</Condition> … … 706 705 <ComponentRef Id="cp_DesktopShortcut" /> 707 706 <ComponentRef Id="cp_QuickLaunchVBox" /> 707 <ComponentRef Id="cp_RegisterExtensions" /> 708 708 709 709 <?if $(env.VBOX_WITH_DOCS_PACKING) = "yes" ?> … … 823 823 <!-- Create host-only interfaces on first-time install. --> 824 824 <Custom Action="ca_CreateHostOnlyInterfaceArgs" Before="ca_CreateHostOnlyInterface" ><![CDATA[&VBoxNetworkAdp=3]]></Custom> 825 <Custom Action="ca_CreateHostOnlyInterface" Before="InstallFinalize" ><![CDATA[&VBoxNetworkAdp=3]]></Custom> 825 <Custom Action="ca_CreateHostOnlyInterface" Before="InstallFinalize" ><![CDATA[&VBoxNetworkAdp=3]]></Custom> 826 826 <!-- Don't remove the host-only interfaces on update, only on uninstall. --> 827 827 <Custom Action="ca_RemoveHostOnlyInterfaces" After="ca_UninstallNetFlt" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom>
Note:
See TracChangeset
for help on using the changeset viewer.