VirtualBox

Ignore:
Timestamp:
May 25, 2007 11:06:20 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21520
Message:

1750: Add CDROM configuration to "Create VM" wizard:

First Run Wizard implemented.
This dialog allows user to select and temporarily mount the booting source for the VM to be started for the first time. The booting source could be:

  1. CD/DVD-ROM host drive.
  2. CD/DVD-ROM image file.
  3. Floppy host drive.
  4. Floppy image file.

It also allows user to invoke Virtual Disk Manager Dialog to add additional CD/FD images as booting sources.

The dialog will only be executed for the VM which has a GUI/FirstRun=”yes” extra data flag in it's configuration file. This flag currently will be auto-added only for the new VM created by the “New VM Wizard”. After the “First Run Wizard” will be proposed for the first time, the flag will be erased from the VM configuration file. This flag will also be erased from the configuration file in case of there is any other value rather than “yes” for it.

TODO: The flag should also be erased from the configuration file in case of user manually changes the boot sequence or the CD/FD/HD configuration through the VM Settings Dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h

    r2593 r2864  
    3333*****************************************************************************/
    3434
     35extern const char *GUI_FirstRun;
     36
    3537/**
    3638 *  Calculates a suitable page step size for the given max value.
     
    313315            return false;
    314316        }
     317        cmachine.SetExtraData (GUI_FirstRun, "yes");
    315318    }
    316319
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