- Timestamp:
- Oct 10, 2024 1:37:53 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r106262 r106291 3431 3431 } 3432 3432 3433 /* Remove temporary update files on the guest side before reporting completion. */ 3434 if (!pSession->i_isTerminated()) 3433 /* Remove temporary update files on the guest side before reporting completion. 3434 * Only enabled for Linux guest for now. Windows has issues w/ deletting temporary 3435 * installation directory. */ 3436 if ((osType == eOSType_Linux) && !pSession->i_isTerminated()) 3435 3437 { 3436 3438 hrc = pSession->i_directoryRemove(strUpdateDir, DIRREMOVEREC_FLAG_RECURSIVE | DIRREMOVEREC_FLAG_CONTENT_AND_DIR, &vrc);
Note:
See TracChangeset
for help on using the changeset viewer.