Changeset 81184 in vbox for trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
- Timestamp:
- Oct 9, 2019 1:29:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r81159 r81184 2 2 VirtualBox Windows Installation Script (WiX) 3 3 4 Copyright (C) 2006-201 6Oracle Corporation4 Copyright (C) 2006-2019 Oracle Corporation 5 5 6 6 This file is part of VirtualBox Open Source Edition (OSE), as … … 21 21 <?define VBOX_QT_INFIX="" ?> 22 22 <?endif?> 23 24 <Component Id="cp_Permissions" Guid="9F6E9729-6490-4FBB-9EA1-03234E68907A" Win64="$(var.Property_Win64)" > 25 <?include Permissions.wxi ?> 26 </Component> 23 27 24 28 <?if $(env.VBOX_WITH_DOCS_PACKING) = "yes" ?>
Note:
See TracChangeset
for help on using the changeset viewer.