VirtualBox

Ignore:
Timestamp:
Jan 2, 2017 9:01:46 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112544
Message:

bugref:8527: some coding style fixes and introduced VBOX_WITH_UNATTENDED

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h

    r64997 r65049  
    330330
    331331#endif /* !___H_VBOXMANAGE */
    332 
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r64997 r65049  
    13271327    Utf8Str installedOSStr(installedOSBSTR);
    13281328
    1329     do{
     1329    do {
    13301330        RTPrintf("Start unattended installation OS %s on virtual machine '%ls'.\n"
    13311331                 "UUID: %s\n",
     
    13381338        CHECK_ERROR_BREAK(unAttended, COMSETTER(Group)(group.raw()));
    13391339
    1340         if(installedOSStr.contains("Windows") && productKey.isEmpty())
     1340        if (installedOSStr.contains("Windows") && productKey.isEmpty())
    13411341        {
    13421342            return errorSyntax(USAGE_UNATTENDEDINSTALL, "Product key has been missed.");
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