Changeset 84564 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 27, 2020 2:10:26 PM (5 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r82968 r84564 1240 1240 mStrIsoPath.c_str()); 1241 1241 if (mfInstallGuestAdditions && !RTFileExists(mStrAdditionsIsoPath.c_str())) 1242 return setErrorBoth(E_FAIL, VERR_FILE_NOT_FOUND, tr("Could not locate the guest additions ISO file '%s'"),1242 return setErrorBoth(E_FAIL, VERR_FILE_NOT_FOUND, tr("Could not locate the Guest Additions ISO file '%s'"), 1243 1243 mStrAdditionsIsoPath.c_str()); 1244 1244 if (mfInstallTestExecService && !RTFileExists(mStrValidationKitIsoPath.c_str())) -
trunk/src/VBox/Main/src-server/UnattendedScript.cpp
r82968 r84564 434 434 && memcmp(pachPlaceholder, "@@VBOX_COND_" a_szMatch "@@", sizeof("@@VBOX_COND_" a_szMatch "@@") - 1U) == 0) 435 435 436 /* Install guest additions: */436 /* Install Guest Additions: */ 437 437 if (IS_PLACEHOLDER_MATCH("IS_INSTALLING_ADDITIONS")) 438 438 *pfOutputting = mpUnattended->i_getInstallGuestAdditions();
Note:
See TracChangeset
for help on using the changeset viewer.