VirtualBox

Changeset 106291 in vbox for trunk


Ignore:
Timestamp:
Oct 10, 2024 1:37:53 PM (7 weeks ago)
Author:
vboxsync
Message:

Main: Additions: Automatic Upgrade: Remove temp installation directory on the guest side only for Linux guests, bugref:10776.

Windows guest has issue w/ deleting temp installer directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r106262 r106291  
    34313431                    }
    34323432
    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())
    34353437                    {
    34363438                        hrc = pSession->i_directoryRemove(strUpdateDir, DIRREMOVEREC_FLAG_RECURSIVE | DIRREMOVEREC_FLAG_CONTENT_AND_DIR, &vrc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette