VirtualBox

Changeset 91618 in vbox


Ignore:
Timestamp:
Oct 7, 2021 11:52:00 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147341
Message:

FE/Qt: 9974. Disabling first time run wizard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp

    r91593 r91618  
    138138        }
    139139
    140         /* The First RUN Wizard is to be shown:
    141          * 1. if we don't attach any virtual hard-drive
    142          * 2. or attach a new (empty) one.
    143          * 3. and if the unattended install is not enabled
    144          * 4. User did not select an ISO image file
    145          * Usually we are assigning extra-data values through UIExtraDataManager,
    146          * but in that special case VM was not registered yet, so UIExtraDataManager is unaware of it: */
     140        /* Disable first run wizard for now. We will soon remove it: */
    147141        if (ISOFilePath().isEmpty() &&
    148142            !isUnattendedEnabled() &&
    149143            !m_virtualDisk.isNull())
    150             m_machine.SetExtraData(GUI_FirstRun, "yes");
     144            m_machine.SetExtraData(GUI_FirstRun, "no");
    151145    }
    152146
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