- Timestamp:
- Jul 9, 2021 3:15:56 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r90089 r90132 2653 2653 checkUnattendedInstallError(comUnattendedInstaller); 2654 2654 comUnattendedInstaller.SetUser(unattendedData.m_strUserName); 2655 checkUnattendedInstallError(comUnattendedInstaller); 2655 2656 comUnattendedInstaller.SetPassword(unattendedData.m_strPassword); 2657 checkUnattendedInstallError(comUnattendedInstaller); 2656 2658 comUnattendedInstaller.SetHostname(unattendedData.m_strHostname); 2659 checkUnattendedInstallError(comUnattendedInstaller); 2657 2660 comUnattendedInstaller.SetProductKey(unattendedData.m_strProductKey); 2661 checkUnattendedInstallError(comUnattendedInstaller); 2658 2662 comUnattendedInstaller.SetInstallGuestAdditions(unattendedData.m_fInstallGuestAdditions); 2663 checkUnattendedInstallError(comUnattendedInstaller); 2659 2664 comUnattendedInstaller.SetAdditionsIsoPath(unattendedData.m_strGuestAdditionsISOPath); 2660 2665
Note:
See TracChangeset
for help on using the changeset viewer.