Changeset 96428 in vbox for trunk/src/VBox/Installer/win/VBoxMergeAppCA.wxi
- Timestamp:
- Aug 23, 2022 7:27:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeAppCA.wxi
r96407 r96428 28 28 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 29 29 30 <?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?> 31 <CustomAction Id="ca_IsMSCRTInstalled" BinaryKey="VBoxInstallHelper" 32 DllEntry="IsMSCRTInstalled" Execute="immediate" Return="ignore" Impersonate="no" /> 33 <?endif?> 34 30 35 <CustomAction Id="ca_IsWindows10" BinaryKey="VBoxInstallHelper" 31 36 DllEntry="IsWindows10" Execute="immediate" Return="ignore" Impersonate="no" /> 32 37 33 38 </Include> 39
Note:
See TracChangeset
for help on using the changeset viewer.