Changeset 91618 in vbox
- Timestamp:
- Oct 7, 2021 11:52:00 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp
r91593 r91618 138 138 } 139 139 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: */ 147 141 if (ISOFilePath().isEmpty() && 148 142 !isUnattendedEnabled() && 149 143 !m_virtualDisk.isNull()) 150 m_machine.SetExtraData(GUI_FirstRun, " yes");144 m_machine.SetExtraData(GUI_FirstRun, "no"); 151 145 } 152 146
Note:
See TracChangeset
for help on using the changeset viewer.