VirtualBox

source: vbox/trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxi@ 53006

Last change on this file since 53006 was 52825, checked in by vboxsync, 10 years ago

pr7489. Windows installer: Added element ServiceControl for the components cp_NetFltDriver and cp_NetAdpDriver

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 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 <ServiceControl Id="VBoxNetAdpServiceControl" Stop="both" Remove="uninstall" Name="VBoxNetAdp" Wait="yes" />
28 </Component>
29
30</Include>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette