VirtualBox

source: vbox/trunk/src/VBox/Installer/win/VBoxMergePythonSeq.wxi@ 104835

最後變更 在這個檔案從104835是 104454,由 vboxsync 提交於 11 月 前

Windows host installer: Upgraded to WIX v4 (4.0.5). This is a massive change that accumulates the transition from WIX v3 -> v4 where the WIX XML scheme as well as the build system has changed. See comments for details [SCM fixes]. ​bugref:10644

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.6 KB
 
1<!--
2 VirtualBox Windows Installation Script (WiX)
3-->
4<!--
5 Copyright (C) 2006-2023 Oracle and/or its affiliates.
6
7 This file is part of VirtualBox base platform packages, as
8 available from https://www.alldomusa.eu.org.
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 <Custom Action="ca_IsPythonInstalled" Before="ca_ArePythonAPIDepsInstalled" />
29 <Custom Action="ca_ArePythonAPIDepsInstalled" Before="LaunchConditions" />
30
31<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
32 <Custom Action="ca_InstallPythonAPIArgs" Before="ca_InstallPythonAPI" />
33<?else?>
34 <Custom Action="ca_InstallPythonAPIArgs" Before="ca_InstallPythonAPI"
35 Condition="VBoxPython=3" />
36<?endif?>
37
38<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
39 <Custom Action="ca_InstallPythonAPI" Before="InstallFinalize" />
40<?else?>
41 <Custom Action="ca_InstallPythonAPI" Before="InstallFinalize"
42 Condition="VBoxPython=3" />
43<?endif?>
44
45</Include>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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