VirtualBox

source: vbox/trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def@ 97405

Last change on this file since 97405 was 96428, checked in by vboxsync, 2 years ago

Installer/win: Added new build define VBOX_WITH_CRT_PACKING, which leaves out packing the MSCRT with the Windows installer and also checks if the MSCRT 2019 Redistributable Package is installed on the system as a prerequisite (via a custom action). bugref:10284

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1; $Id: VBoxInstallHelper.def 96428 2022-08-23 07:27:21Z vboxsync $
2;; @file
3; VBoxInstallHelper - Defines the exports the MSI engine uses.
4;
5
6;
7; Copyright (C) 2008-2022 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; SPDX-License-Identifier: GPL-3.0-only
26;
27
28LIBRARY "VBoxInstallHelper"
29EXPORTS
30 IsSerialCheckNeeded
31 CheckSerial
32 IsMSCRTInstalled
33 IsPythonInstalled
34 IsWindows10
35 ArePythonAPIDepsInstalled
36 InstallPythonAPI
37 InstallBranding
38 UninstallBranding
39 InstallNetFlt
40 UninstallNetFlt
41 UninstallNetAdp
42 InstallNetLwf
43 UninstallNetLwf
44 UninstallTAPInstances
45 UninstallVBoxDrv
46 CreateHostOnlyInterface
47 StopHostOnlyInterfaces
48 UpdateHostOnlyInterfaces
49 RemoveHostOnlyInterfaces
50 Ndis6CreateHostOnlyInterface
51 Ndis6UpdateHostOnlyInterfaces
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