VirtualBox

Changeset 107098 in vbox for trunk/src/VBox/Main/src-all/win


Ignore:
Timestamp:
Nov 22, 2024 12:29:46 AM (3 months ago)
Author:
vboxsync
Message:

Main/VBoxProxyStub: Print warning when registering VBoxSDS.exe on a network drive (it won't work). If you wan to run a development version of VBox on a network share, disabling VBoxSDS is currently the best option (LocalConfig.kmk: override VBOX_WITH_SDS := ). jiraref:VBP-1466

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r107097 r107098  
    23452345    /*
    23462346     * Output warning if the service module isn't on a local drive.
     2347     *
     2348     * This will not work because the LocalSystem account cannot access it (it
     2349     * is a different user and is unlikely to share the network mappings with you).
    23472350     */
    23482351    hVBoxDir = CreateFileW(pwszVBoxDir, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE,
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