VirtualBox

Changeset 107967 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 28, 2025 3:06:22 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167218
Message:

Main: Added the ARM64-based Windows Guest Additions installer to the automatic Guest Additions Updater code. bugref:10734

File:
1 edited

Legend:

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

    r107966 r107967  
    32833283                                                     strUpdateDir + "VBoxWindowsAdditions-amd64.exe",
    32843284                                                     ISOFILE_FLAG_COPY_FROM_ISO));
     3285                            /* Note: Guest Additions for ARM64 don't exist on older Guest Additions .ISOs,
     3286                                     so mark them as optional. */
     3287                            mFiles.push_back(ISOFile("VBOXWINDOWSADDITIONS-ARM64.EXE",
     3288                                                     strUpdateDir + "VBoxWindowsAdditions-arm64.exe",
     3289                                                     ISOFILE_FLAG_COPY_FROM_ISO | ISOFILE_FLAG_OPTIONAL));
    32853290                            /* The stub loader which decides which flavor to run. */
    32863291                            UpdateAdditionsStartupInfo siInstaller;
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