VirtualBox

source: vbox/trunk/src/VBox/Installer/win/VBoxMergeNetAdp6CA.wxi@ 109074

Last change on this file since 109074 was 108468, checked in by vboxsync, 2 months ago

Windows host installer: Run uninstallation of the network drivers before uninstalling the support driver, tried to make more clear what the network driver installation does (there's a separate defect for that, see bugref:10873). bugref:10762

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1<!--
2 VirtualBox Windows Installation Script (WiX)
3-->
4<!--
5 Copyright (C) 2006-2024 Oracle and/or its affiliates.
6
7 This file is part of VirtualBox base platform packages, as
8 available from https://www.215389.xyz.
9
10 This program is free software; you can redistribute it and/or
11 modify it under the terms of the GNU General Public License
12 as published by the Free Software Foundation, in version 3 of the
13 License.
14
15 This program is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, see <https://www.gnu.org/licenses>.
22
23 SPDX-License-Identifier: GPL-3.0-only
24-->
25
26<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
27
28 <CustomAction Id="ca_CreateHostOnlyInterfaceNetAdp" DllEntry="CreateHostOnlyInterface" Execute="deferred" Return="check" Impersonate="no" BinaryRef="VBoxInstallHelper" />
29 <CustomAction Id="ca_CreateHostOnlyInterfaceNetAdpArgs" Property="ca_CreateHostOnlyInterfaceNetAdp" Value="[msm_VBoxNetworkAdp6Folder]" Execute="immediate" />
30
31 <CustomAction Id="ca_RemoveHostOnlyInterfacesNetAdp" DllEntry="RemoveHostOnlyInterfaces" Execute="deferred" Return="check" Impersonate="no" BinaryRef="VBoxInstallHelper" />
32 <CustomAction Id="ca_StopHostOnlyInterfacesNetAdp" DllEntry="StopHostOnlyInterfaces" Execute="deferred" Return="check" Impersonate="no" BinaryRef="VBoxInstallHelper" />
33
34 <CustomAction Id="ca_UninstallNetAdp" DllEntry="UninstallNetAdp" Execute="deferred" Return="check" Impersonate="no" BinaryRef="VBoxInstallHelper" />
35 <CustomAction Id="ca_UninstallNetAdpArgs" Property="ca_UninstallNetAdp" Value="[msm_VBoxNetworkAdp6Folder]" Execute="immediate" />
36
37</Include>
Note: See TracBrowser for help on using the repository browser.

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