VirtualBox

source: vbox/trunk/src/VBox/Installer/win/VBoxMergeUSB.wxs@ 96313

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

src/VBox/Installer/win: comment fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1<?xml version="1.0"?>
2<!--
3 VirtualBox Windows Installation Script (WiX)
4-->
5<!--
6 Copyright (C) 2006-2020 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15-->
16
17<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
18 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
19
20 <?include Defines.wxi ?>
21
22 <Module Id="msm_VBoxUSB"
23 Language="!(loc.LANG)"
24 Version="$(var.Property_Version)">
25
26 <Package Id="b8f1b6f4-2e92-40a6-b819-782e523b20ab"
27 Keywords="Installer, Setup"
28 Description="$(env.VBOX_PRODUCT) $(var.Property_VersionExt) USB drivers installation package"
29 Comments="$(env.VBOX_PRODUCT) USB drivers installation package"
30 Manufacturer="$(env.VBOX_VENDOR)"
31 InstallerVersion="200"
32 AdminImage="yes"
33 InstallPrivileges="elevated"
34 Platform="$(var.Property_Platform)"
35 SummaryCodepage="1252"/>
36
37 <?include CommonProperties.wxi ?>
38 <?include PublicProperties.wxi ?>
39
40 <!-- Here comes the file/directory list -->
41 <Directory Id="TARGETDIR" Name="SourceDir">
42 <Directory Id="msm_VBoxUSBFolder" FileSource=".">
43
44 <?include VBoxMergeUSB.wxi ?>
45
46 </Directory> <!-- msm_VBoxUSBFolder -->
47 </Directory> <!-- TARGETDIR -->
48
49 </Module>
50</Wix>
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