Changeset 107384 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Dec 19, 2024 2:40:27 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r107350 r107384 1055 1055 '@echo Created multilanguage MSI: $(notdir $(PACKAGE_NAME_FINAL))' 1056 1056 # Validation. Currently there is a list of grievances, we ignore it. (TODO: Fix errors.) 1057 $(call MSG_L1,Start validation of "$@" - errors will be ignored)1058 -$(REDIRECT) -- $(VBOX_TOOLS_WIN_WIX_BIN) msi validate "$@"1059 $(call MSG_L1,Finished validating "$@" - any errors was ignored)1057 $(call MSG_L1,Start validation of "$@") 1058 $(REDIRECT) -- $(VBOX_TOOLS_WIN_WIX_BIN) msi validate "$@" 1059 $(call MSG_L1,Finished validating "$@") 1060 1060 1061 1061
Note:
See TracChangeset
for help on using the changeset viewer.