Changeset 104453 in vbox for trunk/src/VBox/Installer/win/VBoxMergeAppSeq.wxi
- Timestamp:
- Apr 29, 2024 8:09:47 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeAppSeq.wxi
r104162 r104453 1 <?xml version="1.0"?> 2 <!-- 1 <!-- 3 2 VirtualBox Windows Installation Script (WiX) 4 3 --> … … 25 24 --> 26 25 27 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi" 28 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 26 <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> 29 27 30 28 <?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?> 31 <Custom Action="ca_IsMSCRTInstalled" After="AppSearch" >1</Custom>29 <Custom Action="ca_IsMSCRTInstalled" After="AppSearch"/> 32 30 <?endif?> 33 31 <!-- Required for lauch conditions. See @bugref{10616} --> 34 <Custom Action="ca_CheckTargetDirPre" After="AppSearch" />32 <Custom Action="ca_CheckTargetDirPre" After="AppSearch" /> 35 33 <!-- Check if the installation directory still fits our security requirements after we finalized installation. 36 34 See @bugref{10616} --> 37 <Custom Action="ca_CheckTargetDirPost" After="InstallFinalize" ><![CDATA[NOT REMOVE]]></Custom>35 <Custom Action="ca_CheckTargetDirPost" After="InstallFinalize" Condition="NOT REMOVE"/> 38 36 39 <Custom Action="ca_IsWindows10" After="FileCost" >1</Custom>37 <Custom Action="ca_IsWindows10" After="FileCost"/> 40 38 41 39 </Include>
Note:
See TracChangeset
for help on using the changeset viewer.