Changeset 96428 in vbox for trunk/src/VBox/Installer/win/VirtualBox.wxs
- Timestamp:
- Aug 23, 2022 7:27:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r96423 r96428 121 121 Privileged 122 122 </Condition> 123 124 <?if $(env.VBOX_WITH_CRT_PACKING) = "no" ?> 125 <!-- Check if we have the required MS CRT(s) installed when we're not shipping those. --> 126 <Condition Message="!(loc.NeedMSCRT)"> 127 Installed OR (VBOX_MSCRT_INSTALLED) 128 </Condition> 129 <?endif ?> 123 130 124 131 <!-- Detect old innotek installation -->
Note:
See TracChangeset
for help on using the changeset viewer.