Changeset 65049 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jan 2, 2017 9:01:46 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112544
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r64997 r65049 330 330 331 331 #endif /* !___H_VBOXMANAGE */ 332 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r64997 r65049 1327 1327 Utf8Str installedOSStr(installedOSBSTR); 1328 1328 1329 do {1329 do { 1330 1330 RTPrintf("Start unattended installation OS %s on virtual machine '%ls'.\n" 1331 1331 "UUID: %s\n", … … 1338 1338 CHECK_ERROR_BREAK(unAttended, COMSETTER(Group)(group.raw())); 1339 1339 1340 if (installedOSStr.contains("Windows") && productKey.isEmpty())1340 if (installedOSStr.contains("Windows") && productKey.isEmpty()) 1341 1341 { 1342 1342 return errorSyntax(USAGE_UNATTENDEDINSTALL, "Product key has been missed.");
Note:
See TracChangeset
for help on using the changeset viewer.