VirtualBox

Changeset 93585 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 3, 2022 2:51:59 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149721
Message:

Main/Unattended: Correction to r149171, only make detectIsoOS return E_NOTIMPL when i_innerDetectIsoOS return S_FALSE. Since the previous we return S_OK when i_innerDetectIsoOSWindows is happy with the install.wim XML parsing output. bugref:9781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/UnattendedImpl.cpp

    r93584 r93585  
    354354
    355355        RTVfsRelease(hVfsIso);
    356         if (hrc != S_FALSE) /** @todo Finish the linux and windows detection code. Only OS/2 returns S_OK right now. */
     356        if (hrc == S_FALSE) /** @todo Finish the linux and windows detection code. Only OS/2 returns S_OK right now. */
    357357            hrc = E_NOTIMPL;
    358358    }
Note: See TracChangeset for help on using the changeset viewer.

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