Last change
on this file since 54558 was 53114, checked in by vboxsync, 10 years ago |
pr7231. MSI installer: Element ServiceControl was temporary removed from components cp_NetAdp6Driver, cp_NetAdpDriver, cp_NetLwfDriver, cp_NetFltDriver
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | <!--
|
---|
2 | VirtualBox Windows Installation Script (WiX)
|
---|
3 |
|
---|
4 | Copyright (C) 2006-2014 Oracle Corporation
|
---|
5 |
|
---|
6 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
7 | available from http://www.virtualbox.org. This file is free software;
|
---|
8 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
9 | General Public License (GPL) as published by the Free Software
|
---|
10 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
11 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
12 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
13 | -->
|
---|
14 |
|
---|
15 | <Include xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
---|
16 | xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
|
---|
17 |
|
---|
18 | <Component Id="cp_NetAdpDriver" Guid="7adf3e12-af3c-4d36-8bec-36d5064cf84f" Win64="$(var.Property_Win64)">
|
---|
19 | <File Id="file_VBoxNetAdp.sys" Name="VBoxNetAdp.sys" KeyPath="yes"
|
---|
20 | Source="$(env.PATH_OUT)\bin\VBoxNetAdp.sys" Checksum="yes"/>
|
---|
21 | <File Id="file_VBoxNetAdp.inf" Name="VBoxNetAdp.inf"
|
---|
22 | Source="$(env.PATH_OUT)\bin\VBoxNetAdp.inf" />
|
---|
23 | <?if $(env.VBOX_SIGNING_MODE) != none ?>
|
---|
24 | <File Id="file_VBoxNetAdp.cat" Name="VBoxNetAdp.cat"
|
---|
25 | Source="$(env.PATH_OUT)\bin\VBoxNetAdp.cat" />
|
---|
26 | <?endif ?>
|
---|
27 | <Condition><![CDATA[NETWORKTYPE="NDIS5"]]></Condition>
|
---|
28 | </Component>
|
---|
29 |
|
---|
30 | </Include>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.