VirtualBox

Changeset 107384 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Dec 19, 2024 2:40:27 PM (4 weeks ago)
Author:
vboxsync
Message:

Windows host installer: Re-applied r166387 again (Don't ignore the exit code of "msi validate" anymore, as the errors are now fixed and we want to be aware as soon as there are any errors appearing (again)). bugref:10828

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r107350 r107384  
    10551055                '@echo Created multilanguage MSI: $(notdir $(PACKAGE_NAME_FINAL))'
    10561056# 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 "$@")
    10601060
    10611061
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette