VirtualBox

Changeset 49536 in vbox for trunk


Ignore:
Timestamp:
Nov 18, 2013 4:13:49 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90715
Message:

Windows host installer: Fixed invoking file extensions component.

File:
1 edited

Legend:

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

    r49534 r49536  
    33    VirtualBox Windows Installation Script (WiX)
    44
    5     Copyright (C) 2006-2012 Oracle Corporation
     5    Copyright (C) 2006-2013 Oracle Corporation
    66
    77    This file is part of VirtualBox Open Source Edition (OSE), as
     
    370370                    <!--
    371371
    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)">
    373373                        <RegistryValue Root="HKCU" Key="$(var.Property_RegKeyInstall)" Type="string"
    374374                                       Value="installed" KeyPath="yes" />
     
    380380                    <!---->
    381381
    382                    
    383382                    <Component Id="cp_RegisterExtensions" Guid="FEB8943E-5D60-4E2D-846F-458207019D40" Win64="$(var.Property_Win64)">
    384383                        <Condition>REGISTERFILEEXTENSIONS</Condition>
     
    706705            <ComponentRef Id="cp_DesktopShortcut" />
    707706            <ComponentRef Id="cp_QuickLaunchVBox" />
     707            <ComponentRef Id="cp_RegisterExtensions" />
    708708
    709709<?if $(env.VBOX_WITH_DOCS_PACKING) = "yes" ?>
     
    823823            <!-- Create host-only interfaces on first-time install. -->
    824824            <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>
    826826            <!-- Don't remove the host-only interfaces on update, only on uninstall. -->
    827827            <Custom Action="ca_RemoveHostOnlyInterfaces" After="ca_UninstallNetFlt" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom>
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